The command is used to construct an eight-node three dimensional brick element object, which is based on tensor operation.
element Brick8N $eletag $node1 $node2 $node3 $node4 $node5 $node6 $node7 $node8 $matTag $bf1 $bf2 $bf3 $massDens
$eletag |
unique element object tag |
$node1 $node2 $node3 $node4 $node5 $node6 $node7 $node8 |
eight node coordinates, input order is shown in the figure |
$matTag |
material tag associated with previsouly-defined NDMaterial object |
$bf1 $bf2 $bf3 |
body force in the direction of global coordinates x, y and z |
$massDens |
mass density (mass/volume) |
The valid queries to a Brick8N element when creating an ElementRecorder object are 'force,' 'stiffness,' stress', 'gausspoint' or 'plastic'. The output is given as follows:
'stress' |
the six stress components from each Gauss points are output by the order: sigma_xx, sigma_yy, sigma_zz, sigma_xy, sigma_xz,sigma_yz |
'gausspoint' |
the coordinates of all Gauss points are printed out |
'plastic' |
the equivalent deviatoric plastic strain from each Gauss point is output in the same order as the coordinates are printed |