FEAP User Forum
FEAP => Input File Issues => Topic started by: Tao Jin on October 30, 2012, 01:27:21 PM
-
Hi All,
According to FEAP manual, St.Venant-Kirchho model (STVK) can be used as an orthotropic constitutive law.
But I tried lots of times, feeling that it can only work as an isotropic one. Also according to the FEAP manual, the input is suggested as below:
MATErial 1
SOLId
ELAStic STVE(or STVK) E nu
Finite
My question is, how should the input file be set up to make this model working as an orthotropic one, with different properties in different direction?
Thanks
-
Does the following work?
MATErial
SOLId
FINIte
ELAStic ORTHotropic E-1 E-2 E-3 nu-12 nu-23 nu-31 G-12 G-23 G-31
-
Does the following work?
MATErial
SOLId
FINIte
ELAStic ORTHotropic E-1 E-2 E-3 nu-12 nu-23 nu-31 G-12 G-23 G-31
Thank you. That works!