Creates a design hexahedron element (6-sided brick element).
Inputs
Number |
Name |
Object Type |
Description |
Optional |
1 |
Geometry |
GH_Brep |
A 6-sided solid with planar faces that can be converted to a GH_Brep. |
No |
2 |
Design Element Solid Loads |
List<DesignSolidLoad> |
List of body forces, with units of force per volume. |
Yes |
Outputs
Number |
Name |
Object Type |
Description |
1 |
Hexahedron Element |
DesignHexahedronElement |
The design hexahedron element with the assigned properties and loads. |
To assign the more nuanced area element options, click the blue “Element Options” button at the bottom of the component. This will bring up the following window:
Solid Element Options
- Element Behavior
- Linear Shape Functions: Formulates the solid using linear shape functions (8-node brick)
- Quadratic Shape Functions: Formulates the solid using quadratic shape functions (20-node brick)
- Rotation about local Z axis: Rotation of the local axes about the local Z-axis. NOT IMPLEMENTED YET.
- Formulate in Local Coordinates: Check this box to formulate the element in the local coordinate system. The default formulation is in the global coordinate system. NOT IMPLEMENTED YET.
- Simplify Consistent Nodal Forces: Check this box to simplify the calculation of consistent nodal forces. This uses closed-form equations to distribute forces and mass to each of the nodes. The default is to use the shape functions and Gauss quadrature to form the consistent nodal forces.
- Material
- Material: The material to assign to the element.
- Stiffness Modifiers
- F11: Axial stiffness modifier in the local 1-direction.
- F22: Axial stiffness modifier in the local 2-direction.
- F33: Axial stiffness modifier in the local 3-direction.
- F12: Shear stiffness along the 1-face in the 2-direction.
- F13: Shear stiffness along the 1-face in the 3-direction.
- F23: Shear stiffness along the 2-face in the 3-direction.
- Mass: Modifier to apply to the element mass.
- Weight: Modifier to apply to the element self-weight.