Jun 8, 2009 #1 mleahy Aerospace Joined Jun 8, 2009 Messages 1 Location CA Hi, I am simply modeling a cantilever beam using BEAM188 element. I've created a element table for stress and now I want to be able to export the table results in ASCII format. How can I complete this using commands?
Hi, I am simply modeling a cantilever beam using BEAM188 element. I've created a element table for stress and now I want to be able to export the table results in ASCII format. How can I complete this using commands?
Jun 11, 2009 #2 Struct71 Structural Joined Sep 6, 2007 Messages 88 Location NL With *GET,[parname],ELEM,[n],ETAB,[lab] you can put the value of the etable to a parameter. With *cfopen you can open a file for writing. With *vwrite you can write stuff to the file. With *cfclose you can close the file. Upvote 0 Downvote
With *GET,[parname],ELEM,[n],ETAB,[lab] you can put the value of the etable to a parameter. With *cfopen you can open a file for writing. With *vwrite you can write stuff to the file. With *cfclose you can close the file.