FE Mesh, Scalar Field, Material
Lattice, Geometric Order Enum, Scalar Field, Isotropic Material
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 |
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.

Example File
Download Example: Lattice Domain

