Solid Mechanics Application Yield Criteria

From KratosWiki
Revision as of 00:56, 24 March 2016 by Cpuigbo (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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(...)
Personal tools
Categories