FE Mesh, Scalar Field, Material
Lattice, Geometric Order Enum, Scalar Field, Isotropic Material
About this Block
What it does: The Lattice Domain block creates an FE Domain from an input Lattice. Common uses:- Use this to create a Simulation Model for analysis workflows.
- Save time and skip traditional meshing when you are running an analysis.
- This block is an FE Domain type, which allows it to auto convert (called autocast) to an Simulation Model when it is used in an input that requires an Simulation Model. This is useful for single component setups.
- Open the properties of this block to use the FE attributes, FE Model, or FE Mesh chips.
- This block combines the FE Lattice Mesh with the Lattice Domain, removing the need for any meshing steps.
- When you are creating Boundary Conditions use the FE Mesh chip from the properties. If you don’t use this chip, you will get an error if your Boundary Condition references an FE Mesh that isn’t in the Simulation Model.
- Linear Geometric order is faster, but less accurate.
- Quadratic Geometric order is slower, but more accurate. We recommend this option if you are using the results downstream.
- Subdivision input will split the original beam into equal length subdivisions.
Tips for the FE Mesh overload:
- Remove any inputs to change to the FE Mesh overload.
- Assigns a user-defined isotropic material and thickness to the lattice.
- This block is a custom block containing an Beam Attribute inserted into an FE Component.
- Input an FE Lattice Mesh into the Mesh input. If you use an FE Volume Mesh or FE Surface Mesh, you will receive an error.
Example File
Download Example: Lattice Domain
FE Mesh, Scalar Field, Material
Creates a Solid Domain from a graph lattice with isotropic material properties.Inputs
| Name | Type | Description |
|---|---|---|
| Lattice mesh | FE Mesh | The input FE Mesh derived from a Graph lattice. |
| Thickness | Scalar Field | The Graph lattice thickness at the vertices. Note that the input can be a scalar field and the position of the Graph lattice vertices will be evaluated in the field to set the thickness. In this case the resulting beam elements will be formulated as tapered beams. |
| Material | Material | The isotropic material for the domain. |
Outputs
| Type |
|---|
| FE Domain |
Lattice, Geometric Order Enum, Scalar Field, Isotropic Material
Meshes a lattice using either beam or shell elements and creates a Solid Domain with the given material properties.Inputs
| Name | Type | Description |
|---|---|---|
| Lattice | Lattice | Lattice to be meshed. |
| Geometric order | Geometric Order Enum | The geometric order of the finite elements. |
| Subdivisions | Scalar Field | The number of finite elements along a Lattice beam. Shell elements cannot be subdivided. |
| Material | Isotropic Material | The isotropic material specification for the Domain. |
Outputs
| Type |
|---|
| FE Domain |

