tcl stress output error

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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

Unable to find an attachment - read this blog

Answers

  • llyle_20499
    llyle_20499 New Altair Community Member
    edited January 2019

    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