3.1.10.6. Geometrically Exact Frame Element
The ExactFrame element is a geometrically exact beam element based on Simo’s parameterization [1] of Antman’s Special Cosserat Rod [2]. This element is formulated without any geometric simplifications, and consequently, is capable of modeling highly nonlinear geometric phenomena with extreme accuracy. The implementation closely follows the treatment by Perez and Filippou (2024) [3].
- element ExactFrame $tag $iNode $jNode $sect $tran
The required arguments are:
Argument |
Type |
Description |
---|---|---|
|
integer |
unique element object tag |
|
integer |
end nodes |
|
integer |
section tag |
|
integer |
identifier for previously-defined coordinate-transformation |
- element("ExactFrame", tag, (iNode, jNode), section=sect, transform=tran)
The required arguments are:
Argument |
Type |
Description |
---|---|---|
|
integer |
unique element tag |
|
integer |
tags of end nodes |
|
integer |
section tag |
|
integer |
identifier for previously-defined coordinate-transformation |
Geometrically exact elements often exhibit undesirable features. These are rectified as follows:
Path Dependence The geometrically exact Cosserat rod theory is posed over a non-vectorial configuration space, and consequently may exhibit minor path-dependence.
3.1.10.6.1. References
Code developed by: Claudio M. Perez (University of California, Berkeley).