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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

ANSYS close down itself

Status
Not open for further replies.

lwf

Mechanical
Joined
Aug 9, 2007
Messages
19
Location
US

I am trying to run ANSYS using macros. after building the model and applying the loads/constrains, I run ANSYS using code

SOLVE
FINISH

/POST1, PLNSOL, S, EQV

PLDISP, 2
/DSCALE, 1, 0
/EOF
ANSYS automatically closes down without error message. Do you know what could be the reason? the memory overflow? Thanks.

The log file is as follows:

/COM,ANSYS RELEASE 10.0A1 UP20060105 13:57:50 09/18/2007
/input,menust,tmp,'',,,,,,,,,,,,,,,,1
/GRA,POWER
/GST,ON
/PLO,INFO,3
/GRO,CURL,ON
/CPLANE,1
/REPLOT,RESIZE
WPSTYLE,,,,,,,,0
 
The /EOF command is intended to be used when nesting files. When using the /INPUT command there is a LINE argument which allows you to read only a segment of a file. This segment is identified by a label which starts with a colon, :, and the /EOF command is intended to be used as a flag to mark the end of the segment. Even typing /EOF in the GUI will cause normal termination of Ansys. If you wanted to only use a portion of a file consider calling it from a parent file and it should function normally when containing the /EOF command.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top