Skip to main content

Configure FEM Model

The Configure FEM Model tool provides visualization and management of finite element model (FEM) components associated with a volume mesh. This includes node sets, element sets, boundary surfaces, and parts that are essential for defining boundary conditions, material properties, and output requests in finite element analysis.

Accessing the Tool

Navigate to the Volume Mesh ribbon tab and click Configure FEM Model in the FEM section.

Understanding FEM Components

Finite element models require more than just mesh geometry. They need organizational structures that define:

  • Node sets: Collections of nodes for applying boundary conditions (constraints, loads)
  • Element sets: Groups of elements for material assignment and output requests
  • Surfaces: Boundary face collections for contact definitions and surface loads
  • Parts: Logical groupings of elements representing distinct components

These components are defined during mesh import (from FEM solver formats like Abaqus or CalculiX) or can be created automatically when exporting.

Target Volume Mesh

The tool operates on the active volume mesh. The Target volume mesh dropdown shows which mesh is currently being configured.

Model Statistics

The Model statistics section displays an overview of the FEM model:

StatisticDescription
NodesTotal number of nodes in the mesh
ElementsTotal number of tetrahedral elements
MaterialsNumber of material definitions
PartsNumber of part definitions

This provides a quick overview of the model complexity and completeness.

Node Sets

Node sets are collections of node identifiers used to apply boundary conditions such as:

  • Displacement constraints (fixed supports)
  • Applied forces or moments
  • Prescribed temperatures
  • Contact definitions

Visualizing Node Sets

  1. Check the Node sets checkbox to enable visualization
  2. All node sets are displayed by default
  3. Select specific sets in the list to visualize only those (multi-select with Ctrl+Click)
  4. Nodes are rendered as highlighted points in the 3D view

The list shows each node set name along with the number of nodes it contains.

Element Sets

Element sets group elements for:

  • Material property assignment
  • Output variable requests
  • Section definitions
  • Initial conditions

Visualizing Element Sets

  1. Check the Element sets checkbox to enable visualization
  2. All element sets are displayed by default
  3. Select specific sets in the list to visualize only those
  4. Elements are highlighted in the 3D view

The list shows each element set name along with the number of elements it contains.

Surfaces

Surfaces define collections of element faces on the mesh boundary, used for:

  • Pressure loads
  • Contact pair definitions
  • Surface-to-surface tie constraints
  • Distributed surface loads

Visualizing Surfaces

  1. Check the Surfaces checkbox to enable visualization
  2. All surfaces are displayed by default
  3. Select specific surfaces in the list to visualize only those
  4. Surface faces are highlighted in the 3D view

The list shows each surface name along with the number of faces it contains.

Parts

Parts represent logical divisions of the model, typically corresponding to:

  • Physical components in an assembly
  • Regions with different material properties
  • Manufacturing-defined sections

Visualizing Parts

  1. Check the Parts checkbox to enable visualization
  2. All parts are displayed by default
  3. Select specific parts in the list to visualize only those
  4. Part elements are highlighted in the 3D view

The list shows each part name along with the number of elements it contains.

Actions

Refresh

Click Refresh to update all lists and visualizations. This is useful after:

  • Importing new FEM data
  • Modifying the volume mesh
  • Switching between volume meshes

Export

Click Export... to open the FEM Export Dialog for exporting the configured model to an FEM solver format.

Workflow Example

Verifying Imported FEM Model

After importing a volume mesh from an Abaqus input file:

  1. Open Configure FEM Model
  2. Check Model statistics to verify node and element counts
  3. Enable Node sets visualization
  4. Select each node set to verify boundary condition locations
  5. Enable Surfaces visualization
  6. Verify contact surfaces are correctly defined
  7. Proceed to Export when satisfied

Preparing for Export

Before exporting to an FEM solver:

  1. Open Configure FEM Model
  2. Verify all required sets and surfaces exist
  3. Check that parts have appropriate material assignments (via Export dialog)
  4. Use visualization to confirm correct geometry groupings
  5. Click Export... to proceed