![]() |
KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
Short class definition. More...
#include <mises_huber_thermal_yield_surface.hpp>
Public Member Functions | |
Life Cycle | |
| MisesHuberThermalYieldSurface () | |
| Default constructor. More... | |
| MisesHuberThermalYieldSurface (MisesHuberThermalYieldSurface const &rOther) | |
| Copy constructor. More... | |
| MisesHuberThermalYieldSurface & | operator= (MisesHuberThermalYieldSurface const &rOther) |
| Assignment operator. More... | |
| BaseTypePointer | Clone () const override |
| Clone. More... | |
| ~MisesHuberThermalYieldSurface () override | |
| Destructor. More... | |
Operations | |
| double & | CalculatePlasticDissipation (const PlasticDataType &rVariables, double &rPlasticDissipation) override |
| double & | CalculateDeltaPlasticDissipation (const PlasticDataType &rVariables, double &rDeltaPlasticDissipation) override |
| double & | CalculateImplexPlasticDissipation (const PlasticDataType &rVariables, double &rPlasticDissipation) override |
| double & | CalculateImplexDeltaPlasticDissipation (const PlasticDataType &rVariables, double &rDeltaPlasticDissipation) override |
Input and output | |
| std::string | Info () const override |
| Turn back information as a string. More... | |
| void | PrintInfo (std::ostream &rOStream) const override |
| Print information about this object. More... | |
| void | PrintData (std::ostream &rOStream) const override |
| Print object's data. More... | |
Public Member Functions inherited from Kratos::MisesHuberYieldSurface< THardeningRule > | |
| MisesHuberYieldSurface () | |
| Default constructor. More... | |
| MisesHuberYieldSurface (MisesHuberYieldSurface const &rOther) | |
| Copy constructor. More... | |
| MisesHuberYieldSurface & | operator= (MisesHuberYieldSurface const &rOther) |
| Assignment operator. More... | |
| BaseTypePointer | Clone () const override |
| Clone. More... | |
| ~MisesHuberYieldSurface () override | |
| Destructor. More... | |
| double & | CalculateYieldCondition (const PlasticDataType &rVariables, double &rYieldCondition) override |
| double & | CalculateStateFunction (const PlasticDataType &rVariables, double &rStateFunction) override |
| double & | CalculateDeltaStateFunction (const PlasticDataType &rVariables, double &rDeltaStateFunction) override |
| double & | CalculatePlasticDissipation (const PlasticDataType &rVariables, double &rPlasticDissipation) override |
| double & | CalculateDeltaPlasticDissipation (const PlasticDataType &rVariables, double &rDeltaPlasticDissipation) override |
| double & | CalculateImplexPlasticDissipation (const PlasticDataType &rVariables, double &rPlasticDissipation) override |
| double & | CalculateImplexDeltaPlasticDissipation (const PlasticDataType &rVariables, double &rDeltaPlasticDissipation) override |
| std::string | Info () const override |
| Turn back information as a string. More... | |
| void | PrintInfo (std::ostream &rOStream) const override |
| Print information about this object. More... | |
| void | PrintData (std::ostream &rOStream) const override |
| Print object's data. More... | |
| KRATOS_CLASS_POINTER_DEFINITION (MisesHuberYieldSurface) | |
| Pointer definition of MisesHuberYieldSurface. More... | |
Public Member Functions inherited from Kratos::YieldSurface< THardeningRule > | |
| YieldSurface () | |
| Default constructor. More... | |
| YieldSurface (YieldSurface const &rOther) | |
| Copy constructor. More... | |
| YieldSurface & | operator= (YieldSurface const &rOther) |
| Assignment operator. More... | |
| virtual | ~YieldSurface () |
| Destructor. More... | |
| virtual double & | CalculateDeltaYieldCondition (const PlasticDataType &rVariables, double &rDeltaYieldCondition) |
| virtual VectorType & | CalculateDeltaStressYieldCondition (const PlasticDataType &rVariables, VectorType &rDeltaStressYieldCondition) |
| HardeningRuleType & | GetHardeningRule () |
| KRATOS_CLASS_POINTER_DEFINITION (YieldSurface) | |
| Pointer definition of YieldSurface. More... | |
Type Definitions | |
| typedef ConstitutiveModelData::MatrixType | MatrixType |
| typedef ConstitutiveModelData::VectorType | VectorType |
| typedef ConstitutiveModelData::ModelData | ModelDataType |
| typedef ConstitutiveModelData::MaterialData | MaterialDataType |
| typedef MisesHuberYieldSurface< THardeningRule > | DerivedType |
| typedef YieldSurface< THardeningRule > | BaseType |
| typedef BaseType::Pointer | BaseTypePointer |
| typedef BaseType::PlasticDataType | PlasticDataType |
| KRATOS_CLASS_POINTER_DEFINITION (MisesHuberThermalYieldSurface) | |
| Pointer definition of MisesHuberThermalYieldSurface. More... | |
Serialization | |
| class | Serializer |
Short class definition.
Detail class definition.
| typedef YieldSurface<THardeningRule> Kratos::MisesHuberThermalYieldSurface< THardeningRule >::BaseType |
| typedef BaseType::Pointer Kratos::MisesHuberThermalYieldSurface< THardeningRule >::BaseTypePointer |
| typedef MisesHuberYieldSurface<THardeningRule> Kratos::MisesHuberThermalYieldSurface< THardeningRule >::DerivedType |
| typedef ConstitutiveModelData::MaterialData Kratos::MisesHuberThermalYieldSurface< THardeningRule >::MaterialDataType |
| typedef ConstitutiveModelData::MatrixType Kratos::MisesHuberThermalYieldSurface< THardeningRule >::MatrixType |
| typedef ConstitutiveModelData::ModelData Kratos::MisesHuberThermalYieldSurface< THardeningRule >::ModelDataType |
| typedef BaseType::PlasticDataType Kratos::MisesHuberThermalYieldSurface< THardeningRule >::PlasticDataType |
| typedef ConstitutiveModelData::VectorType Kratos::MisesHuberThermalYieldSurface< THardeningRule >::VectorType |
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inlineoverride |
Destructor.
|
inlineoverridevirtual |
Calculate Plastic Dissipation derivative
Reimplemented from Kratos::YieldSurface< THardeningRule >.
|
inlineoverridevirtual |
Calculate Implex Plastic Dissipation derivative
Reimplemented from Kratos::YieldSurface< THardeningRule >.
|
inlineoverridevirtual |
Calculate Implex Plastic Dissipation
Reimplemented from Kratos::YieldSurface< THardeningRule >.
|
inlineoverridevirtual |
Calculate Plastic Dissipation
Reimplemented from Kratos::YieldSurface< THardeningRule >.
|
inlineoverridevirtual |
Clone.
Reimplemented from Kratos::YieldSurface< THardeningRule >.
|
inlineoverridevirtual |
Turn back information as a string.
Reimplemented from Kratos::YieldSurface< THardeningRule >.
| Kratos::MisesHuberThermalYieldSurface< THardeningRule >::KRATOS_CLASS_POINTER_DEFINITION | ( | MisesHuberThermalYieldSurface< THardeningRule > | ) |
Pointer definition of MisesHuberThermalYieldSurface.
|
inline |
Assignment operator.
|
inlineoverridevirtual |
Print object's data.
Reimplemented from Kratos::YieldSurface< THardeningRule >.
|
inlineoverridevirtual |
Print information about this object.
Reimplemented from Kratos::YieldSurface< THardeningRule >.
|
friend |