Solid Mechanics Application Conditions
From KratosWiki
(Difference between revisions)
(Created page with "==== Conditions in the Solid Mechanics Application ==== "Condition" is the name for the objects that implement the elemental load build. That usually means taking the load value...") |
|||
Line 26: | Line 26: | ||
| rowspan="1" | 3D | | rowspan="1" | 3D | ||
|} | |} | ||
+ | |||
+ | [[Category:Solid Mechanics Application]] | ||
+ | [[Category:Solid Mechanics Application Conditions]] |
Latest revision as of 00:52, 24 March 2016
Conditions in the Solid Mechanics Application
"Condition" is the name for the objects that implement the elemental load build. That usually means taking the load value from the nodes and building the Load vector accordingly to the geometry where it is applied.
In Kratos the "Condition" class have the same usage as the "Element" class, with a cloned object structure.
Right now the load values passed to the "Condition" using Variables stored in Nodes.
The conditions must consider the continuum description and apply different integrations considering finite strains or infinitesimal strains. Right now only a general implementation is considered for both cases considering always the integration on the current configuration.
Geometry | Condition Type | Dimension |
---|---|---|
Points | PointLoadCondition | 1D / 2D plane-state / 2D axi-symmetric / 3D |
Lines | LineLoadCondition | 1D / 2D plane-state / 2D axi-symmetric / 3D |
Surfaces | SurfaceLoadCondition | 3D |