Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross 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
Apr 17, 2012
11
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 :)
 
Replies continue below

Recommended for you

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