Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

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

Mass Summary? 1

Status
Not open for further replies.

wikijin

Structural
Joined
May 29, 2014
Messages
1
Location
US
Hello Everyone,

I am having trouble getting the mass summary for my model. I used the command:

/solu
/output,mass_output,txt
psolve,elform
/output
finish

However it does not give the precise mass summary nor the mass summary by element type.

Any ideas?
 
Your code is missing some items:

Code:
/solu
alls

/output,mass_output,txt
irlf,-1		! Request ANSYS to produce precise mass calculations (but don't carry out inertia relief)
psolve,elform
psolve,elprep
/output
fini


------------
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