Strain and stress results in H3D file while using Radioss Solver?
Answers
-
Hello,
Assuming that you have defined the /H3D/DT card, when you define the following cards in the _0001.rad file, you can obtain von mises outputs from elements, strain and stress outputs from shell elements, strain and stress outputs from solid elements.
/H3D/ELEM/VONM
/H3D/SHELL/TENS/STRAIN/LAYER=ALL
/H3D/SHELL/TENS/STRESS/LAYER=ALL
/H3D/SOLID/TENS/STRAIN/IR=ALL/IS=ALL/IT=ALL
/H3D/SOLID/TENS/STRESS/IR=ALL/IS=ALL/IT=ALL1 -
Tayfun Başkara_22330 said:
Hello,
Assuming that you have defined the /H3D/DT card, when you define the following cards in the _0001.rad file, you can obtain von mises outputs from elements, strain and stress outputs from shell elements, strain and stress outputs from solid elements.
/H3D/ELEM/VONM
/H3D/SHELL/TENS/STRAIN/LAYER=ALL
/H3D/SHELL/TENS/STRESS/LAYER=ALL
/H3D/SOLID/TENS/STRAIN/IR=ALL/IS=ALL/IT=ALL
/H3D/SOLID/TENS/STRESS/IR=ALL/IS=ALL/IT=ALLThank you!
0