Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Mass Calculation

Status
Not open for further replies.

ScottMf

Mechanical
Aug 5, 2004
16
0
0
US
Is there any way to get a mass brakedown by element type without issuing the solve command? When you solve one of the first things in the output file is the full list of the center of mass, total mass, and mass breakdown by type, but I want to be able to get this without solving. Also I cannot just use the VSOL or ASOL commands since some of my elements were created outside of ansys (ProE) and therefore are not included in the results of these commands.

Thanks,
Scott
 
Replies continue below

Recommended for you

You can issue a 'partial' solve to obtain the model mass. Try the following (modify as required):

/sol
outpr,basic,all
/output,mass_output,txt
psolve,elform
psolve,elprep
/out
fini


Cheers,

-- drej --
 
Status
Not open for further replies.
Back
Top