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!

how to save any list APDL command?

Status
Not open for further replies.

adilch

Civil/Environmental
Joined
Apr 17, 2012
Messages
11
Location
DE
Hi all,

I am working on a APDL file. I want to save the MPLIST (material properties) and load step summary from modal analysis (SET,List) automatically as txt files. I am trying to use

/OUTPUT, MPLIST, txt
MPLIST,ALL,,,EVLT
/OUTPUT

a text file is saved in directory but it is empty :( ... Please help me with
Thanks in advance :)
 
Hello,

Try to issue the *vwrite command before /output. This should write the data you want into the file. Check ANSYS help for the sintax.






Regards,
Hugo Silva
Mechanical Eng. PhD student
Materials Eng. MSc.
 
Don't think that will work Hugo. I think the problem lies elsewhere, I'm guessing that the material either hasnt been defined correctly or is possibly in a table format. The following should definitely work if materials have been defined correctly:

/prep7
/output,materials,txt
mplis
/out


------------
See faq569-1083 for details on how to make best use of Eng-Tips.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top