Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting results in ASCII format

Status
Not open for further replies.

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?
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top