I’m trying to define the orthotropic material property for both shell element and solid element.
The syntax followed is
*MATERIAL, NAME=ORTHO
*Density
1.6E-09
*ELASTIC, TYPE=ORTHO
59132.53, 59132.53, 10000, 0.004, 0.2, 0.2, 3757.7, 2500, 2500
i also tried
*Material, Name=ORTHO
*Density
1.6E-09
*ELASTIC, TYPE=ENGINEERING CONSTANTS
59132.53, 59132.53, 10000, 0.004, 0.2, 0.2, 3757.7, 2500, 2500
Also i tried adding the temperature at which the properties are defined
*ELASTIC, TYPE=ENGINEERING CONSTANTS
59132.53, 59132.53, 10000, 0.004, 0.2, 0.2, 3757.7, 2500, 2500, 294
But without success. The simulation is crushing all the time.
Is there some other way to declare the orthotropic material?
Thanks in advance,
Naveen R G