Possible to get area/volume of entities through GiD?

Moderator: GiD Team

Post Reply
awa5114
Posts: 43
Joined: Thu Jan 26, 2017 5:10 pm

Possible to get area/volume of entities through GiD?

Post by awa5114 »

Using GiD, it is possible to get X, Y and Z coordinates for any point using Utilities>List and then selecting the point or node of interest and pressing escape.

Is it possible, however, to obtain the numerical volume or surface area of an element? For example if I would like to get the numerical values for volume of a mesh element, how can this be done?
User avatar
escolano
Posts: 1922
Joined: Sun Sep 05, 1982 10:51 pm

Re: Possible to get area/volume of entities through GiD?

Post by escolano »

menu: Utilities->Mass
and select the entities you want. You will get its measure length/area/volume depending on the type of entity

From Tcl scripting language you can also ask for this information with the Tcl command
GiD_Info ListMassProperties
awa5114
Posts: 43
Joined: Thu Jan 26, 2017 5:10 pm

Re: Possible to get area/volume of entities through GiD?

Post by awa5114 »

Very nice. Thank you.
Post Reply