Apply Mass Panel

Use the Apply Mass panel to create a dummy connector entity to add mass to a part, or create areas of mass to represent parts not present in the CAD or FE data.

Location: connectors module

The Apply Mass panel does not create a physical join connection. Instead, the connector entity is used to distribute mass to nodes or elements. You can create a point mass to represent a part that does not exist in the model (such as a door-mounted speaker) or you can distribute several single-point masses to change the mass of an entire region in the model. You can also create non-structural masses.

The mass which has been applied by each connector can be shown in the Connector browser.

When the Apply Mass panel is active, only mass-type connectors display in the modeling window; graphics for other connector types are suppressed until you exit the panel.

Location and Connection Options

Option Action
location Select the FE or geometric entities to which the mass connector entities are created.
nodes
Connector entities are created at the locations defined by selected FE nodes.
points
Connector entities are created at the locations defined by selected geometry points.
connectors
Mass is applied to existing connector entities, allowing you to update applied masses by updating the connector.
connect method Select a method to determine which entities the mass connector connects.
Note: Only available when location is set to nodes or points.
proximity
Connect entities to any entities of the location type within the search tolerance.
user select
Manually select entities.
connect what Select an entity type to which the mass is applied.
Note: Only available when location is set to nodes or points.
nodes
Mass is applied via nodes. When this option is chosen, nsm becomes unavailable in the mass type field.
elems
Mass is applied to the nodes of elements.
comps
Mass is applied to the nodes of entire components.
tags
Mass is applied to nodes via their tags.
assems
Select the assemblies to be added as link entities.

Mass Type Options

Option Action
mass type Select a mass configuration.
nsm
The mass is a non-structural mass and defines/updates the required solver cards.
Note: Only available for OptiStruct and Nastran solver interface.
A group entity is created for each connector when realizing this connector type. The group gets a NSM1 or a NSML1 card assigned.
The group references all in the connector-linked elements. These linked elements include elements from direct element links, but also the elements belonging to a component or assembly link. The NSM entity type attribute decides whether the reference is realized via a simple element list, or the reference is realized via a property list (of a certain type). The property reference requires clear properties, which exactly condense the elements linked in the connector.
point mass
Mass is a single mass element created at a node.
rigid mass
Mass takes the form of a mass element connected to nodes with rigid elements (multiple RBE2).
rigidlink mass
Mass takes the form of a mass element connected to nodes with a rigidlink element (single RBE2).
rbe3 mass
Mass takes the form of a mass element connected to nodes with a RBE3 element.
mass The amount of mass you wish to add.
Note: The functionality of this option is dependent on your selection for the distribution option. Mass can be the total mass, the mass per node, or the mass per unit of area (such as square millimeter).
type Solver card to be created.
Note: Only available when mass type is set to nsm.
NSM Assign a NSM entity type attribute to the connector to be created.

This attribute will be written into the connector and is considered during the next realization.

Upon creation of nsm connectors, the FE data (nsm group entity) is realized and a new component (CE_Mass_inc_<include name>) is created inside the current include. The newly created connectors will reside in this new component. Each include is meant to host its own CE_Mass_inc_<include name> component, and a warning will display if the component name already exists in a different include. This helps ensure that unrealizing and rerealizing nsm connectors will keep the FE data in its original include.

The realization routine always looks for the content (elements) of the links and investigates whether they exclusively reference the same properties (direct or indirect) and can be condensed clearly in property references in the NSM group.

The realization can behave differently depending on this check and the defined NSM entity type attribute.
elements
The realization creates one element based NSM group for each connector. All of the connector-referenced elements are listed by ID in the created NSM group.
property
The realization creates one NSM group per connector. If all of the connector-referenced elements can be exclusively condensed in clearly defined properties, theses properties are used for the property-based NSM group.
if not possible
It is not always possible to identify exclusive properties for a clear realization as property based NSM groups. For those cases, sub-attribute decides how to proceed with the realized connectors.
type elements
The realization creates an element-based NSM group instead.
fail connector
The realization fails.
Note: After a sufficient reorganization of the properties, a successful realization as a property-based NSM group might become possible.
distribution Choose how to apply the amount specified in the mass= field to the affected location's nodes.
Note: Only available when the mass type is set to point mass.
The examples below all use a 9-node array with a 100mm x 100mm area (for example 10,000 square mm) and a mass of 10 grams.
apply to all nodes
The mass is applied repeatedly, once to each node (so the total mass applied is the mass times the number of nodes).


Figure 1. Mass (10) Applied to Each Node
divide mass by nodes
The mass is divided by the number of nodes, and the result applied to each node.


Figure 2. Mass (10) Divided Among 9 Nodes
divide mass by area
Divide the mass= value among the affected nodes.
Note: Only available when the connect what option is not set to nodes.
This method ensures that non-uniform meshes still produce uniform mass distribution.
  1. Determining the mass per unit of area (in this example, 10g/10,000mm=0.001g/sq. mm).
  2. Determining the area of each element (in this case, all of the 4 elements are 50x50=2500 sq. mm).
  3. Multiplying the per-unit mass by the number of units per elem to find each element's total mass. (.001x2500=2.5g per elem in this example).
  4. Dividing the elem's mass by the elem's number of nodes (yielding 2.5/4=0.625 per node in this example).
  5. Nodes belonging to more than one element receive a per-node mass from each element accumulatively.


Figure 3. Each Node Receives 0.625 Grams
unit area distribution
Apply the full mass= value to each square unit of the selected area, then distribute this mass across the area as for divide mass by area (steps 2+). In other words, this follows the same steps as described for divide mass by area with the omission of step 1, so that the full mass= value is used as the per-unit mass. This method produces an area-based distribution but with much higher masses.
Note: Only available when the connect what option is not set to nodes.
( 10 g / m m 2 ) × ( 2500 m m 2 / e l e m ) 4 n o d e s / e l e m = 6250 g / n o d e


Figure 4. Each Node Receives 6,250 Grams. This method produces an area-based distribution with much higher masses.

Command Buttons

Button Action
create/update Create a new mass connector entity (or entities) with the specified settings, if sufficient. Alternatively, update an existing connector (if selected as the applied mass location).
reject Undo the applied mass creation or update.
return Exit the panel.