ANSYS 10 MASS
ANSYS 10 MASS
(OP)
Hi,
I want to find the mass of my model. How to find the mass of the model. Is ther any command available to find the mass of the model?
Regards,
Rajesh.
I want to find the mass of my model. How to find the mass of the model. Is ther any command available to find the mass of the model?
Regards,
Rajesh.





RE: ANSYS 10 MASS
If you are in Workbench when you are in the simulation window you can select a peice of geometry in the model tree on the left side of the screen. There should be a frame below the tree that has some information in it... In this frame you can set the geometry material and expand a properties layout that tells you the mass.
If this doesnt help... Go to help and search for mass... it should tell you where to look and it probably has images pointing to where in the window the information can be found.
Hope this helps
BSK
RE: ANSYS 10 MASS
previous post is 100% helpful with Workbench so I won't add any about it.
For Classical environment, it's a bit more difficult:
- if you have solid model, then commands like GSUM, VSUM, ASUM should be helpful
- if you have only FE model (i.e. only elements with their nodes), then you can run a Partial Solution where you only calculate the matrices: the mass summary will display in the output window (you can of course redirect it to file with the /OUTPUT command before launching the partial solution).
Hope this helps...
RE: ANSYS 10 MASS
Ansys Classic is not one of my talents.
BSK
RE: ANSYS 10 MASS
I tried to run the partial solution but i dont get the output window.Do i have to change anything in the settings to show the output. I tried but coudnt do it. Any suggestions please.
Thanks
Rajesh.
RE: ANSYS 10 MASS
I do assure you that the output in the Output Window still functions in v.10 as in previous ones. Probably you have a setting that either redirects the output to something else (a printer? a file?), or switches it off.
First of all, I'd try the command:
/OUTPUT,
in the Command Line. This will reset the output to the default (to the O.W.).
Regards
RE: ANSYS 10 MASS
I use following to get the total mass of my models after solving:
CODE
irlf,-1 Pre-calculate masses for summary printout only
solve
/post1
*get,totmass,elem,,mtot,x
Regards,
Alex