Skip to content

How do I get information about the total volume or area #2963

Closed Answered by mikerife
Deternanna asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Deternanna so first, please be careful with the terminology as beams are not geometry in MAPDL. So when you say you created the geometry do you really have keypoints and lines, which were then meshed? Or did you create nodes and elements directly? Some combination?

If there are lines you can use LSUM to calculate the total length of the selected lines. Then *GET (PyMAPDL get_value) to retrieve that sum.

Length is not an property of a beam element that can be retrieved, but it can be calculated. If only the FEM exists then we can loop over the beam elements and calculate the length from the node positions. Unfortunately PyMAPDL Queries does not include the 'distnd' APDL short cut so yo…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@mikerife
Comment options

@Deternanna
Comment options

@Deternanna
Comment options

@mikerife
Comment options

@Deternanna
Comment options

Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants