Mesh, Scalar Field, Scalar, 1.1.0
Mesh, Scalar Field, Scalar, Preserved nodes, 1.2.0
Mesh, Scalar Field, Volume Mesh Shape Enum, Scalar
About this Block
What it does: Converts a surface mesh into a solid mesh. It is the preferred method for simple geometry, as it is speedy but less tolerant of defects. Commons uses:- Converting simple geometry surface meshes into solid meshes.
Example File
Download Example: Volume Mesh
Mesh, Scalar Field, Scalar, 1.1.0
Mesh a solid domain with tetrahedral elements that conform to the boundary of the specified Domain. If the Domain contains quad faces, quadrilateral pyramids will be used. The Remesh Surface block can be used to remesh the boundary Domain if necessary. If the input domain contains defects that cause this block to fail, consider using the Robust Tetrahedral Mesh block.Inputs
| Name | Type | Description |
|---|---|---|
| Domain | Mesh | The domain to mesh. |
| Edge length | Scalar Field | The target edge length of the generated elements. |
| Growth rate | Scalar | The rate at which the size of adjacent elements can grow. |
Outputs
| Type |
|---|
| Volume Mesh |
Mesh, Scalar Field, Scalar, Preserved nodes, 1.2.0
Mesh a solid domain with tetrahedral elements that conform to the boundary of the specified Domain. If the Domain contains quad faces, quadrilateral pyramids will be used. The Remesh Surface block can be used to remesh the boundary Domain if necessary. If the input domain contains defects that cause this block to fail, consider using the Robust Tetrahedral Mesh block.Inputs
| Name | Type | Description |
|---|---|---|
| Domain | Mesh | The domain to mesh. |
| Edge length | Scalar Field | The target edge length of the generated elements. |
| Growth rate | Scalar | The rate at which the size of adjacent elements can grow. |
| Preserved nodes | Point List | Points to preserve as nodes in the resulting fe mesh. if left empty, node preservation will be turned off. |
Outputs
| Type |
|---|
| Volume Mesh |
Mesh, Scalar Field, Volume Mesh Shape Enum, Scalar
Mesh a solid domain with tetrahedral elements that conform to the boundary of the input domain. The Remesh Surface block can be used to remesh the boundary domain if needed. If the input domain contains defects that cause this block to fail, consider using the Robust Tetrahedral Mesh block.Inputs
| Name | Type | Description |
|---|---|---|
| Domain | Mesh | The domain to mesh. |
| Edge length | Scalar Field | The target edge length of the generated elements. |
| Shape | Volume Mesh Shape Enum | The element shape of the output mesh. |
| Growth rate | Scalar | The rate at which the size of adjacent elements can grow. |
Outputs
| Type |
|---|
| Volume Mesh |

