I'm trying to get the centroid of a named selection using APDL. The named selection can have arbitrary shape, and needs to be found for the deformed shape (at least when large deflection is activated).
I've tried the following code:
CODE --> APDL
cmsel,s,NamedSelection
asum
*get,CentroidX,area,0,cent,x
*get,CentroidY,area,0,cent,y
*get,CentroidZ,area,0,cent,z
Unfortunately it doesn't work, as post.out states that: "ASUM is not a recognized POST1 command, abbreviation, or macro..."
Is it possible to find the centroid of an arbitrary area with APDL?
Learn methods and guidelines for using stereolithography (SLA) 3D printed molds in the injection molding process to lower costs and lead time. Discover how this hybrid manufacturing process enables on-demand mold fabrication to quickly produce small batches of thermoplastic parts. Download Now
Examine how the principles of DfAM upend many of the long-standing rules around manufacturability - allowing engineers and designers to place a part’s function at the center of their design considerations. Download Now
Metal 3D printing has rapidly emerged as a key technology in modern design and manufacturing, so it’s critical educational institutions include it in their curricula to avoid leaving students at a disadvantage as they enter the workforce. Download Now
This ebook covers tips for creating and managing workflows, security best practices and protection of intellectual property, Cloud vs. on-premise software solutions, CAD file management, compliance, and more. Download Now
RE: Centroid of named selection (face) with APDL
Remove the ASUM command in above code and may be it can work with *get commands.