AC3D8: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} This command is used to construct an eight-node 3D brick acoustic element object based on a trilinear isoparametric formulation. {| | style="background:y...') |
Foxchameleon (talk | contribs) No edit summary |
||
Line 28: | Line 28: | ||
---- | ---- | ||
Code Developed by: <span style="color:blue"> </span> | Code Developed by: <span style="color:blue"> </span> Quan Gu, Yichao Gao and Zhijian Qiu |
Latest revision as of 23:41, 2 February 2016
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
This command is used to construct an eight-node 3D brick acoustic element object based on a trilinear isoparametric formulation.
element AC3D8 $eleTag $node1 $node2 $node3 $node4 $node5 $node6 $node7 $node8 $matTag |
$eleTag | unique element object tag |
$node1 ..$node8 | 8 end nodes |
$matTag | Material Tag of previously defined nD material |
For further documentation and figures see attached:pdf
Reference: ABAQUS theory manual. (2.9.1 Coupled acoustic-structural medium analysis)
Code Developed by: Quan Gu, Yichao Gao and Zhijian Qiu