Standard Brick Element: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:


{|  
{|  
| style="background:yellow; color:black; width:800px" | '''element stdBrick $eleTag $node1 $node2 $node3 $node4 $node5 $node6 $node7 $node8 $matTag <$b1 $b2 $b3>'''
| style="background:lime; color:black; width:800px" | '''element stdBrick $eleTag $node1 $node2 $node3 $node4 $node5 $node6 $node7 $node8 $matTag <$b1 $b2 $b3>'''
|}
|}


Line 31: Line 31:


NOTE:
NOTE:
#Note: Node numbering for this element is different from that for the eight-node brick (Brick8N) element.
#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.  
#The valid queries to a Quad element when creating an ElementRecorder object are 'forces', 'stresses,' 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
# There is another brick element that was written using Tensor classes. Info can be found [http://opensees.berkeley.edu/OpenSees/manuals/usermanual/733.htm here].





Latest revision as of 20:05, 12 March 2018




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

$node3 $node4

$node5 $node6

$node7 $node8

eight nodes defining element boundaries, input order is shown in the figure.
$matTag tag of nDMaterial
'$b1 $b2 $b3 body forces in global x,y,z directions


NOTE:

  1. 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.
  2. This element can only be defined in -ndm 3 -ndf 3


EXAMPLE:


REFERENCES:



Code Developed by: Edward Love, Sandia National Laboratories