Solid Mechanics Application Yield Criteria
From KratosWiki
(Difference between revisions)
Line 24: | Line 24: | ||
* CalculateImplexDeltaPlasticDissipation(...) | * CalculateImplexDeltaPlasticDissipation(...) | ||
− | + | for more details look inside of the yield_criterion base class. | |
== List of yield criteria == | == List of yield criteria == |
Revision as of 18:01, 23 March 2016
Definition of the class
The yield criterion defines the elastic region, the yield surface (where the plasticity occurs) and the impossible region for the stress state function.
The yield criterion needs to know the hardening law considered, which is passed in the constructor.
The yield criterion class main methods are:
Used commonly in the Flow rule:
- CalculateYieldCondition(...)
- CalculateStateFunction(...)
- CalculateDeltaStateFunction(...)
Used to compute the energy dissipation:
- CalculatePlasticDissipation(...)
- CalculateDeltaPlasticDissipation(...)
Used when IMPLEX is active:
- CalculateImplexPlasticDissipation(...)
- CalculateImplexDeltaPlasticDissipation(...)
for more details look inside of the yield_criterion base class.
List of yield criteria
Yield Criteria |
---|
MisesHuberYieldCriterion(...) |
SimoJuYieldCriterion(...) |