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.
List of all members
Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface > Class Template Reference

Short class definition. More...

#include <non_linear_rate_dependent_plasticity_model.hpp>

Inheritance diagram for Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >:
Collaboration diagram for Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >:

Public Member Functions

Life Cycle
 NonLinearRateDependentPlasticityModel ()
 Default constructor. More...
 
 NonLinearRateDependentPlasticityModel (ElasticityModelPointer pElasticityModel, YieldSurfacePointer pYieldSurface)
 Constructor. More...
 
 NonLinearRateDependentPlasticityModel (NonLinearRateDependentPlasticityModel const &rOther)
 Copy constructor. More...
 
NonLinearRateDependentPlasticityModeloperator= (NonLinearRateDependentPlasticityModel const &rOther)
 Assignment operator. More...
 
ConstitutiveModel::Pointer Clone () const override
 Clone. More...
 
 ~NonLinearRateDependentPlasticityModel () override
 Destructor. More...
 
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::NonLinearAssociativePlasticityModel< TElasticityModel, TYieldSurface >
 NonLinearAssociativePlasticityModel ()
 Default constructor. More...
 
 NonLinearAssociativePlasticityModel (NonLinearAssociativePlasticityModel const &rOther)
 Copy constructor. More...
 
NonLinearAssociativePlasticityModeloperator= (NonLinearAssociativePlasticityModel const &rOther)
 Assignment operator. More...
 
 ~NonLinearAssociativePlasticityModel () override
 Destructor. More...
 
void CalculateStressTensor (ModelDataType &rValues, MatrixType &rStressMatrix) override
 
void CalculateIsochoricStressTensor (ModelDataType &rValues, MatrixType &rStressMatrix) override
 
void CalculateConstitutiveTensor (ModelDataType &rValues, Matrix &rConstitutiveMatrix) override
 
void CalculateStressAndConstitutiveTensors (ModelDataType &rValues, MatrixType &rStressMatrix, Matrix &rConstitutiveMatrix) override
 
bool Has (const Variable< double > &rThisVariable) override
 
void SetValue (const Variable< double > &rVariable, const double &rValue, const ProcessInfo &rCurrentProcessInfo) override
 
doubleGetValue (const Variable< double > &rThisVariable, double &rValue) override
 
 KRATOS_CLASS_POINTER_DEFINITION (NonLinearAssociativePlasticityModel)
 Pointer definition of NonLinearAssociativePlasticityModel. More...
 
- Public Member Functions inherited from Kratos::PlasticityModel< TElasticityModel, TYieldSurface >
 PlasticityModel ()
 Default constructor. More...
 
 PlasticityModel (PlasticityModel const &rOther)
 Copy constructor. More...
 
PlasticityModeloperator= (PlasticityModel const &rOther)
 Assignment operator. More...
 
ConstitutiveModel::Pointer Clone () const override
 Clone. More...
 
 ~PlasticityModel () override
 Destructor. More...
 
void InitializeMaterial (const Properties &rProperties) override
 
void InitializeModel (ModelDataType &rValues) override
 
void FinalizeModel (ModelDataType &rValues) override
 
void CalculateStressTensor (ModelDataType &rValues, MatrixType &rStressMatrix) override
 
void CalculateIsochoricStressTensor (ModelDataType &rValues, MatrixType &rStressMatrix) override
 
void CalculateVolumetricStressTensor (ModelDataType &rValues, MatrixType &rStressMatrix) override
 
void CalculateConstitutiveTensor (ModelDataType &rValues, Matrix &rConstitutiveMatrix) override
 
void CalculateIsochoricConstitutiveTensor (ModelDataType &rValues, Matrix &rConstitutiveMatrix) override
 
void CalculateVolumetricConstitutiveTensor (ModelDataType &rValues, Matrix &rConstitutiveMatrix) override
 
void CalculateStressAndConstitutiveTensors (ModelDataType &rValues, MatrixType &rStressMatrix, Matrix &rConstitutiveMatrix) override
 
void CalculateIsochoricStressAndConstitutiveTensors (ModelDataType &rValues, MatrixType &rStressMatrix, Matrix &rConstitutiveMatrix) override
 
void CalculateVolumetricStressAndConstitutiveTensors (ModelDataType &rValues, MatrixType &rStressMatrix, Matrix &rConstitutiveMatrix) override
 
int Check (const Properties &rProperties, const ProcessInfo &rCurrentProcessInfo) override
 
void GetDomainVariablesList (std::vector< Variable< double > > &rScalarVariables, std::vector< Variable< array_1d< double, 3 > > > &rComponentVariables) override
 
bool Has (const Variable< double > &rThisVariable) override
 
void SetValue (const Variable< double > &rVariable, const double &rValue, const ProcessInfo &rCurrentProcessInfo) override
 
doubleGetValue (const Variable< double > &rThisVariable, double &rValue) override
 
ElasticityModelTypeGetElasticityModel ()
 
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 (PlasticityModel)
 Pointer definition of PlasticityModel. More...
 
- Public Member Functions inherited from Kratos::ConstitutiveModel
 KRATOS_DEFINE_LOCAL_FLAG (ADD_HISTORY_VECTOR)
 
 KRATOS_DEFINE_LOCAL_FLAG (HISTORY_STRAIN_MEASURE)
 
 KRATOS_DEFINE_LOCAL_FLAG (HISTORY_STRESS_MEASURE)
 
 ConstitutiveModel ()
 Default constructor. More...
 
 ConstitutiveModel (ConstitutiveModel const &rOther)
 Copy constructor. More...
 
ConstitutiveModeloperator= (ConstitutiveModel const &rOther)
 Assignment operator. More...
 
virtual ~ConstitutiveModel ()
 Destructor. More...
 
virtual void CalculateStrainEnergy (ModelDataType &rValues, double &rDensityFunction)
 
virtual void SetValue (const Variable< Vector > &rThisVariable, const Vector &rValue, const ProcessInfo &rCurrentProcessInfo)
 
virtual void SetValue (const Variable< Matrix > &rThisVariable, const Matrix &rValue, const ProcessInfo &rCurrentProcessInfo)
 
 KRATOS_CLASS_POINTER_DEFINITION (ConstitutiveModel)
 Pointer definition of ConstitutiveModel. More...
 

Protected Member Functions

Protected Operations
bool CalculateReturnMapping (PlasticDataType &rVariables, MatrixType &rStressMatrix) override
 
bool CalculateRateDependentReturnMapping (PlasticDataType &rVariables, MatrixType &rStressMatrix)
 
bool CalculateRateIndependentReturnMapping (PlasticDataType &rVariables, MatrixType &rStressMatrix)
 
void CalculateImplexReturnMapping (PlasticDataType &rVariables, MatrixType &rStressMatrix) override
 
doubleCalculateLineSearch (PlasticDataType &rVariables, double &rAlpha)
 
- Protected Member Functions inherited from Kratos::NonLinearAssociativePlasticityModel< TElasticityModel, TYieldSurface >
virtual void SetWorkingMeasures (PlasticDataType &rVariables, MatrixType &rStressMatrix)
 
virtual void GetWorkingMeasures (PlasticDataType &rVariables, MatrixType &rStressMatrix)
 
virtual void CalculateAndAddIsochoricStressTensor (PlasticDataType &rVariables, MatrixType &rStressMatrix)
 
virtual void CalculateAndAddPlasticConstitutiveTensor (PlasticDataType &rVariables, Matrix &rConstitutiveMatrix)
 
virtual doubleAddPlasticConstitutiveComponent (PlasticDataType &rVariables, PlasticFactors &rFactors, double &rCabcd, const unsigned int &a, const unsigned int &b, const unsigned int &c, const unsigned int &d)
 
virtual void InitializeVariables (ModelDataType &rValues, PlasticDataType &rVariables)
 
virtual void UpdateStressConfiguration (PlasticDataType &rVariables, MatrixType &rStressMatrix)
 
virtual void UpdateInternalVariables (ModelDataType &rValues, PlasticDataType &rVariables, const MatrixType &rStressMatrix)
 
virtual void CalculateScalingFactors (PlasticDataType &rVariables, PlasticFactors &rFactors)
 
void CalculateThermalDissipation (PlasticDataType &rVariables)
 
void CalculateImplexThermalDissipation (PlasticDataType &rVariables)
 
- Protected Member Functions inherited from Kratos::PlasticityModel< TElasticityModel, TYieldSurface >
virtual void SetInternalVariables (ModelDataType &rValues, PlasticDataType &rVariables)
 

Type Definitions

typedef TElasticityModel ElasticityModelType
 
typedef ElasticityModelType::Pointer ElasticityModelPointer
 
typedef TYieldSurface YieldSurfaceType
 
typedef YieldSurfaceType::Pointer YieldSurfacePointer
 
typedef NonLinearAssociativePlasticityModel< ElasticityModelType, YieldSurfaceTypeDerivedType
 
typedef PlasticityModel< ElasticityModelType, YieldSurfaceTypeBaseType
 
typedef BaseType::Pointer BaseTypePointer
 
typedef BaseType::SizeType SizeType
 
typedef BaseType::VoigtIndexType VoigtIndexType
 
typedef BaseType::MatrixType MatrixType
 
typedef BaseType::ModelDataType ModelDataType
 
typedef BaseType::MaterialDataType MaterialDataType
 
typedef BaseType::PlasticDataType PlasticDataType
 
typedef BaseType::InternalVariablesType InternalVariablesType
 
 KRATOS_CLASS_POINTER_DEFINITION (NonLinearRateDependentPlasticityModel)
 Pointer definition of NonLinearRateDependentPlasticityModel. More...
 

Serialization

class Serializer
 

Additional Inherited Members

- Public Types inherited from Kratos::NonLinearAssociativePlasticityModel< TElasticityModel, TYieldSurface >
typedef TElasticityModel ElasticityModelType
 
typedef TYieldSurface YieldSurfaceType
 
typedef PlasticityModel< ElasticityModelType, YieldSurfaceTypeBaseType
 
typedef BaseType::Pointer BaseTypePointer
 
typedef BaseType::SizeType SizeType
 
typedef BaseType::VoigtIndexType VoigtIndexType
 
typedef BaseType::MatrixType MatrixType
 
typedef BaseType::ModelDataType ModelDataType
 
typedef BaseType::MaterialDataType MaterialDataType
 
typedef BaseType::PlasticDataType PlasticDataType
 
typedef BaseType::InternalVariablesType InternalVariablesType
 
typedef ConstitutiveModelData::StrainMeasureType StrainMeasureType
 
typedef ConstitutiveModelData::StressMeasureType StressMeasureType
 
- Public Types inherited from Kratos::PlasticityModel< TElasticityModel, TYieldSurface >
typedef TElasticityModel ElasticityModelType
 
typedef TYieldSurface YieldSurfaceType
 
typedef ConstitutiveModelData::SizeType SizeType
 
typedef ConstitutiveModelData::VoigtIndexType VoigtIndexType
 
typedef ConstitutiveModelData::MatrixType MatrixType
 
typedef ConstitutiveModelData::VectorType VectorType
 
typedef ConstitutiveModelData::ModelData ModelDataType
 
typedef TYieldSurface::PlasticDataType PlasticDataType
 
typedef TYieldSurface::InternalVariablesType InternalVariablesType
 
- Public Types inherited from Kratos::ConstitutiveModel
typedef ConstitutiveModelData::SizeType SizeType
 
typedef ConstitutiveModelData::VectorType VectorType
 
typedef ConstitutiveModelData::MatrixType MatrixType
 
typedef ConstitutiveModelData::ModelData ModelDataType
 
typedef ConstitutiveModelData::MaterialData MaterialDataType
 
typedef ConstitutiveModelData::StrainMeasureType StrainMeasureType
 
typedef ConstitutiveModelData::StressMeasureType StressMeasureType
 
- Protected Types inherited from Kratos::ConstitutiveModel
using VoigtIndexType = const unsigned int(*)[2]
 
- Protected Attributes inherited from Kratos::NonLinearAssociativePlasticityModel< TElasticityModel, TYieldSurface >
InternalVariablesType mInternal
 
InternalVariablesType mPreviousInternal
 
ThermalVariables mThermalVariables
 
- Protected Attributes inherited from Kratos::PlasticityModel< TElasticityModel, TYieldSurface >
ElasticityModelType mElasticityModel
 
YieldSurfaceType mYieldSurface
 
- Protected Attributes inherited from Kratos::ConstitutiveModel
Flags mOptions
 
VectorType mHistoryVector
 

Detailed Description

template<class TElasticityModel, class TYieldSurface>
class Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >

Short class definition.

Detail class definition.

Member Typedef Documentation

◆ BaseType

template<class TElasticityModel , class TYieldSurface >
typedef PlasticityModel<ElasticityModelType,YieldSurfaceType> Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::BaseType

◆ BaseTypePointer

template<class TElasticityModel , class TYieldSurface >
typedef BaseType::Pointer Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::BaseTypePointer

◆ DerivedType

template<class TElasticityModel , class TYieldSurface >
typedef NonLinearAssociativePlasticityModel<ElasticityModelType,YieldSurfaceType> Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::DerivedType

◆ ElasticityModelPointer

template<class TElasticityModel , class TYieldSurface >
typedef ElasticityModelType::Pointer Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::ElasticityModelPointer

◆ ElasticityModelType

template<class TElasticityModel , class TYieldSurface >
typedef TElasticityModel Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::ElasticityModelType

◆ InternalVariablesType

template<class TElasticityModel , class TYieldSurface >
typedef BaseType::InternalVariablesType Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::InternalVariablesType

◆ MaterialDataType

template<class TElasticityModel , class TYieldSurface >
typedef BaseType::MaterialDataType Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::MaterialDataType

◆ MatrixType

template<class TElasticityModel , class TYieldSurface >
typedef BaseType::MatrixType Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::MatrixType

◆ ModelDataType

template<class TElasticityModel , class TYieldSurface >
typedef BaseType::ModelDataType Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::ModelDataType

◆ PlasticDataType

template<class TElasticityModel , class TYieldSurface >
typedef BaseType::PlasticDataType Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::PlasticDataType

◆ SizeType

template<class TElasticityModel , class TYieldSurface >
typedef BaseType::SizeType Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::SizeType

◆ VoigtIndexType

template<class TElasticityModel , class TYieldSurface >
typedef BaseType::VoigtIndexType Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::VoigtIndexType

◆ YieldSurfacePointer

template<class TElasticityModel , class TYieldSurface >
typedef YieldSurfaceType::Pointer Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::YieldSurfacePointer

◆ YieldSurfaceType

template<class TElasticityModel , class TYieldSurface >
typedef TYieldSurface Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::YieldSurfaceType

Constructor & Destructor Documentation

◆ NonLinearRateDependentPlasticityModel() [1/3]

template<class TElasticityModel , class TYieldSurface >
Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::NonLinearRateDependentPlasticityModel ( )
inline

Default constructor.

◆ NonLinearRateDependentPlasticityModel() [2/3]

template<class TElasticityModel , class TYieldSurface >
Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::NonLinearRateDependentPlasticityModel ( ElasticityModelPointer  pElasticityModel,
YieldSurfacePointer  pYieldSurface 
)
inline

Constructor.

◆ NonLinearRateDependentPlasticityModel() [3/3]

template<class TElasticityModel , class TYieldSurface >
Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::NonLinearRateDependentPlasticityModel ( NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface > const &  rOther)
inline

Copy constructor.

◆ ~NonLinearRateDependentPlasticityModel()

template<class TElasticityModel , class TYieldSurface >
Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::~NonLinearRateDependentPlasticityModel ( )
inlineoverride

Destructor.

Member Function Documentation

◆ CalculateImplexReturnMapping()

template<class TElasticityModel , class TYieldSurface >
void Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::CalculateImplexReturnMapping ( PlasticDataType rVariables,
MatrixType rStressMatrix 
)
inlineoverrideprotectedvirtual

◆ CalculateLineSearch()

template<class TElasticityModel , class TYieldSurface >
double& Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::CalculateLineSearch ( PlasticDataType rVariables,
double rAlpha 
)
inlineprotected

◆ CalculateRateDependentReturnMapping()

template<class TElasticityModel , class TYieldSurface >
bool Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::CalculateRateDependentReturnMapping ( PlasticDataType rVariables,
MatrixType rStressMatrix 
)
inlineprotected

◆ CalculateRateIndependentReturnMapping()

template<class TElasticityModel , class TYieldSurface >
bool Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::CalculateRateIndependentReturnMapping ( PlasticDataType rVariables,
MatrixType rStressMatrix 
)
inlineprotected

◆ CalculateReturnMapping()

template<class TElasticityModel , class TYieldSurface >
bool Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::CalculateReturnMapping ( PlasticDataType rVariables,
MatrixType rStressMatrix 
)
inlineoverrideprotectedvirtual

◆ Clone()

template<class TElasticityModel , class TYieldSurface >
ConstitutiveModel::Pointer Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::Clone ( ) const
inlineoverridevirtual

◆ Info()

template<class TElasticityModel , class TYieldSurface >
std::string Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::Info ( ) const
inlineoverridevirtual

Turn back information as a string.

Reimplemented from Kratos::NonLinearAssociativePlasticityModel< TElasticityModel, TYieldSurface >.

◆ KRATOS_CLASS_POINTER_DEFINITION()

template<class TElasticityModel , class TYieldSurface >
Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::KRATOS_CLASS_POINTER_DEFINITION ( NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >  )

Pointer definition of NonLinearRateDependentPlasticityModel.

◆ operator=()

template<class TElasticityModel , class TYieldSurface >
NonLinearRateDependentPlasticityModel& Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::operator= ( NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface > const &  rOther)
inline

Assignment operator.

◆ PrintData()

template<class TElasticityModel , class TYieldSurface >
void Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::PrintData ( std::ostream &  rOStream) const
inlineoverridevirtual

◆ PrintInfo()

template<class TElasticityModel , class TYieldSurface >
void Kratos::NonLinearRateDependentPlasticityModel< TElasticityModel, TYieldSurface >::PrintInfo ( std::ostream &  rOStream) const
inlineoverridevirtual

Print information about this object.

Reimplemented from Kratos::NonLinearAssociativePlasticityModel< TElasticityModel, TYieldSurface >.

Friends And Related Function Documentation

◆ Serializer

template<class TElasticityModel , class TYieldSurface >
friend class Serializer
friend

The documentation for this class was generated from the following file: