C3D8
Linear Cube/Brick
Number of Nodes: 8
Number of DoFs: 3 (All Translation)
Supports Body Force
Constant Consistent Mass Matrix With Same Order Integration
Syntax
element C3D8 (1) (2...9) (10) [11] [12] [13]
# (1) int, unique element tag
# (2...9) int, eight corner nodes with conventional order
# (10) int, material tag
# [11] string, integration scheme, default: "I"
# [12] bool string, nonlinear geometry switch, default: false
# [13] double, hourglassing penalty multiplier, default: 1.0
Remarks
Three integration schemes are available, they are:
"I" uses Irons six-point scheme.
"R" uses reduced integration with Gauss scheme, that is one point at the center of the element. Hourglassing control is automatically enabled.
"G" uses full integration (2nd order) with Gauss scheme.
The nonlinearity is implemented by using total Lagrangian (TL) formulation, turn on the switch to use it.
For the hourglassing control, see 10.1016/0045-7825(84)90067-7. The hourglassing penalty multiplier (denoted as ) is an overall multiplier that is applied to the hourglassing stiffness matrix.
In the above, is identical to Eq. (47) in the reference paper. Thus, shall be set to some value proportional to the elastic modulus.
Last updated