Objective:
Learn how to use point mass
Applies To:
- Static Analysis
- Topology Optimization
Procedure:
This article uses Simulation/Optimization and both of them in nTop have two requirements: FE Mesh and Boundary Conditions (BCs). Follow the instructions in the links below to prepare your model for simulation.
FE Mesh
Boundary Conditions (BCs)
Before starting, I recommend reading the simulation and optimization setup articles mentioned above.
Preparing the FE Model
We will need two FE Components to perform the simulation.
i) FE Component 1- The solid component of the setup that has an FE Volume Mesh and an FE Solid Attribute (How to create an FE Volume Mesh)
ii) FE Component 2 - Point Mass component: Toggle the overload on the FE Component block to select the overload with Point and FE Attribute input.
- Point: Point to create a component from.
- Attribute: FE Point Attribute to define the remote mass parameters.
The block has the following inputs :
- Mass: This assigns a mass to the remote point
- Offset: The offset is used to specify the center of rotation for the inertia calculations. By default, the center of rotation is at the point defined in the FE Component block. This location will be moved from the point by the offset distance specified in this input. This input follows the Frame definition in the block, which is the global coordinate system by default.
- Inertia ij: This defines the six components of the mass moments of inertia tensor
- Frame: The frame is used to define the offset directions as well as the axes used to calculate the mass moment of inertia components
We will need a connector as we have two FE Components. You can use the Rigid Connector block to connect our two components. You'll be able to learn more about the inputs from this article (Methods for connecting multiple FE meshes in an FE model).
Example
Modal Analysis and Optimization of a Camera Bracket
Here is a bracket (gray) that is used to connect a camera (yellow) to a mount (not pictured in the image). The requirement for this bracket is to have a first natural frequency that is greater than 350 Hz. To estimate the first natural frequency and to optimize the bracket to obey this requirement, it is essential to include the mass of the camera in the analysis. This can be defined as a remote point mass attached to the mounting locations with flexible (RBE3) connectors.
The remote point mass can be defined and attached to the mounting locations in the following way :
- Add a Second FE Component to the FE Model. Use the second overload of the FE Component that takes a Point and an FE Attribute, as mentioned in the above steps.
- In the Point input, specify the x, y, and z location of the camera’s center of mass. In the attached example, this point is specified as a variable that contains the camera’s center of mass property.
- To the FE Attribute input, add an FE Point Attribute and input the mass properties of the camera. In the attached example, a mass of 200 g was specified in this block.
- In the Connectors input of the FE Model, add the Rigid Connector block
- Enter the coordinates of the point representing the camera’s center of mass. Here, the center of mass variable was used to specify this input, just like the FE Component block
- Define the Boundary that the remote mass is connected to
- Finally, specify the connector type. In this example, the Flexible (RBE3) connector was used.
This FE Model with the remote point mass was used in Topology Optimization to define the natural frequency response (How to use Natural Frequency Response).
In this example, Design 2's response was defined to keep the first natural frequency above 350 Hz and a volume fraction of 0.5. Design 3's response was defined to keep the first natural frequency of the bracket-remote mass model above 350 Hz and below 1050 Hz. In addition to this, a volume fraction constraint of 0.35 was imposed on the design space.
Both designs were optimized with a compliance minimization objective for a 120g load in the +Y direction on the bracket and the camera.
Design 1 | Design 2 | Design 3 | |
Mass | 480 g | 248 g | 178 g |
First Natural Frequency | 922 Hz | 636 Hz | 635 Hz |
The optimized bracket is 64% lighter than the original design, with the first natural frequency over 350 Hz.