ZeroLengthImpact3D: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 46: | Line 46: | ||
NOTES: | NOTES: | ||
# | # This new element has been developed on top of the “zeroLengthContact3D” element. All the notes available in the following link would apply to the new element as well. This includes the definition of master and slave nodes, the number of degrees of freedom in the domain, etc. | ||
# | |||
# | # | ||
# | # | ||
Revision as of 18:24, 28 May 2013
- 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 constructs a node-to-node zero-length contact element in 3D space.
element zeroLengthImpact3D $tag $slaveNode $masterNode $direction $initGap $frictionRatio $Kt $Kn $Kn2 $Delta_y $cohesion |
$tag | unique element object tag |
$slaveNode | Slave node tag |
$masterNode | Master node tag |
$direction |
1 if normal vector of master plane points to +X direction 2 if normal vector of master plane points to +Y direction 3 if normal vector of master plane points to +Z direction |
$initGap | Initial gap between master plane and slave plane |
$frictionRatio | Friction ratio |
$Kt | Penalty in tangential directions (parallel to master and slave planes) |
$Kn | Penalty in normal direction (normal to master and slave planes) |
$Kn2 | Penalty in normal direction after yielding based on Hertz impact model |
$Delta_y | Yield deformation based on Hertz impact model |
$cohesion | Cohesion, if no cohesion, it is zero |
NOTES:
- This new element has been developed on top of the “zeroLengthContact3D” element. All the notes available in the following link would apply to the new element as well. This includes the definition of master and slave nodes, the number of degrees of freedom in the domain, etc.
EXAMPLES:
Gang Wang to provide a smart example!
REFERENCES:
Code Developed by: Arash E. Zaghi, Majid Cashany, University of Connecticut (UConn)