Standard Brick Element
This element is used to construct an eight-node brick element object, which uses a trilinear isoparametric formulation.
element stdBrick $eleTag $node1 $node2 $node3 $node4
$node5 $node6 $node7 $node8 $matTag <$b1 $b2
$b3>
eleTag
|
unique element object tag |
$node1 \(node2</strong></p> <p><strong>\)node3 \(node4</strong></p> <p><strong>\)node5 \(node6</strong></p> <p><strong>\)node7 \(node8</strong></p></td> <td><p>eight nodes defining element boundaries, input order is shown in the figure.</p></td> </tr> <tr class="odd"> <td><code class="parameter-table-variable">matTag</code></td> <td><p>tag of nDMaterial</p></td> </tr> <tr class="even"> <td><p><strong>'\)b1 $b2 $b3 |
body forces in global x,y,z directions |

NOTE:
- The valid queries to a Brick element when creating an ElementRecorder object are ‘forces’, ‘stresses,’ (‘strains’ version > 2.2.0) and ‘material $matNum matArg1 matArg2 …’ Where $matNum refers to the material object at the integration point corresponding to the node numbers in the isoparametric domain.
- This element can only be defined in -ndm 3 -ndf 3
Examples
REFERENCES:
Code Developed by: Edward Love, Sandia National Laboratories