tcl stress output error
Altair Forum User
Altair Employee
Hi;
i am trying to write a tcl command for 2D beam analysis and i wanna get disp. stress and strain output. But when i run my tcl the the output .fem file gave me;
DISPLACEMENT(,OPTI,,,,,,,,) = ALL
STRAIN(,OPTI,BOTH,VON,,,,,) = ALL
STRESS(,OPTI,,VON,,,,
,,,) = ALL
the stress section cause an error. I search thsi in forum but i couldnt find. Can anyone help me?
Thanks, kind regards
Ridvan
0
Answers
-
Hi Ridvan,
Try setting the same using the method below:
*createstringarray 1 ' ' *attributeupdatestringarray cards $n_id 4873 1 2 0 1 1 *createstringarray 1 'H3D' *attributeupdatestringarray cards $n_id 4325 1 2 0 1 1 *createstringarray 1 'ALL' *attributeupdatestringarray cards $n_id 3386 1 2 0 1 1 *createstringarray 1 ' ' *attributeupdatestringarray cards $n_id 3387 1 2 0 1 1
0