![]() |
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 <isochoric_mooney_rivlin_model.hpp>
Public Member Functions | |
Type Definitions | |
| KRATOS_CLASS_POINTER_DEFINITION (IsochoricMooneyRivlinModel) | |
| Pointer definition of IsochoricMooneyRivlinModel. More... | |
Life Cycle | |
| IsochoricMooneyRivlinModel () | |
| Default constructor. More... | |
| IsochoricMooneyRivlinModel (IsochoricMooneyRivlinModel const &rOther) | |
| Copy constructor. More... | |
| IsochoricMooneyRivlinModel & | operator= (IsochoricMooneyRivlinModel const &rOther) |
| Assignment operator. More... | |
| ConstitutiveModel::Pointer | Clone () const override |
| Clone. More... | |
| ~IsochoricMooneyRivlinModel () override | |
| Destructor. More... | |
Operations | |
| void | CalculateStrainEnergy (ModelDataType &rValues, double &rDensityFunction) override |
| void | CalculateStressTensor (ModelDataType &rValues, MatrixType &rStressMatrix) override |
| void | CalculateStressAndConstitutiveTensors (ModelDataType &rValues, MatrixType &rStressMatrix, Matrix &rConstitutiveMatrix) 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::MooneyRivlinModel | |
| KRATOS_CLASS_POINTER_DEFINITION (MooneyRivlinModel) | |
| Pointer definition of MooneyRivlinModel. More... | |
| MooneyRivlinModel () | |
| Default constructor. More... | |
| MooneyRivlinModel (MooneyRivlinModel const &rOther) | |
| Copy constructor. More... | |
| MooneyRivlinModel & | operator= (MooneyRivlinModel const &rOther) |
| Assignment operator. More... | |
| ConstitutiveModel::Pointer | Clone () const override |
| Clone. More... | |
| ~MooneyRivlinModel () override | |
| Destructor. More... | |
| int | Check (const Properties &rProperties, const ProcessInfo &rCurrentProcessInfo) 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... | |
Public Member Functions inherited from Kratos::HyperElasticModel | |
| HyperElasticModel () | |
| Default constructor. More... | |
| HyperElasticModel (HyperElasticModel const &rOther) | |
| Copy constructor. More... | |
| HyperElasticModel & | operator= (HyperElasticModel const &rOther) |
| Assignment operator. More... | |
| ~HyperElasticModel () override | |
| Destructor. More... | |
| void | InitializeModel (ModelDataType &rValues) override |
| void | FinalizeModel (ModelDataType &rValues) 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 | CalculateIsochoricStressAndConstitutiveTensors (ModelDataType &rValues, MatrixType &rStressMatrix, Matrix &rConstitutiveMatrix) override |
| void | CalculateVolumetricStressAndConstitutiveTensors (ModelDataType &rValues, MatrixType &rStressMatrix, Matrix &rConstitutiveMatrix) override |
| void | SetValue (const Variable< Vector > &rThisVariable, const Vector &rValue, const ProcessInfo &rCurrentProcessInfo) override |
| void | SetValue (const Variable< Matrix > &rThisVariable, const Matrix &rValue, const ProcessInfo &rCurrentProcessInfo) override |
| void | GetDomainVariablesList (std::vector< Variable< double > > &rScalarVariables, std::vector< Variable< array_1d< double, 3 > > > &rComponentVariables) override |
| KRATOS_CLASS_POINTER_DEFINITION (HyperElasticModel) | |
| Pointer definition of HyperElasticModel. 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... | |
| ConstitutiveModel & | operator= (ConstitutiveModel const &rOther) |
| Assignment operator. More... | |
| virtual | ~ConstitutiveModel () |
| Destructor. More... | |
| virtual void | InitializeMaterial (const Properties &rProperties) |
| virtual bool | Has (const Variable< double > &rThisVariable) |
| virtual void | SetValue (const Variable< double > &rVariable, const double &rValue, const ProcessInfo &rCurrentProcessInfo) |
| virtual double & | GetValue (const Variable< double > &rThisVariable, double &rValue) |
| KRATOS_CLASS_POINTER_DEFINITION (ConstitutiveModel) | |
| Pointer definition of ConstitutiveModel. More... | |
Serialization | |
| class | Serializer |
Additional Inherited Members | |
Public Types inherited from Kratos::HyperElasticModel | |
| typedef HyperElasticModelData | HyperElasticDataType |
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::ConstitutiveModel | |
| Flags | mOptions |
| VectorType | mHistoryVector |
Static Protected Attributes inherited from Kratos::HyperElasticModel | |
| static const MatrixType | msIdentityMatrix = IdentityMatrix(3) |
Short class definition.
Detail class definition.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inlineoverride |
Destructor.
|
inlineoverrideprotectedvirtual |
Calculate Constitutive Components
Reimplemented from Kratos::HyperElasticModel.
|
inlineoverrideprotectedvirtual |
Reimplemented from Kratos::HyperElasticModel.
Reimplemented in Kratos::IsochoricNeoHookeanModel.
|
inlineoverrideprotectedvirtual |
Reimplemented from Kratos::HyperElasticModel.
Reimplemented in Kratos::IsochoricNeoHookeanModel.
|
inlineoverrideprotectedvirtual |
Reimplemented from Kratos::HyperElasticModel.
Reimplemented in Kratos::IsochoricNeoHookeanModel.
|
inlineoverrideprotectedvirtual |
Reimplemented from Kratos::HyperElasticModel.
Reimplemented in Kratos::IsochoricNeoHookeanModel, and Kratos::IsochoricNeoHookeanLnJSquaredModel.
|
inlineoverrideprotectedvirtual |
Reimplemented from Kratos::HyperElasticModel.
Reimplemented in Kratos::IsochoricNeoHookeanModel.
|
inlineoverrideprotectedvirtual |
Reimplemented from Kratos::HyperElasticModel.
Reimplemented in Kratos::IsochoricNeoHookeanModel.
|
inlineoverridevirtual |
Calculate Strain Energy Density Functions
Reimplemented from Kratos::HyperElasticModel.
|
inlineoverridevirtual |
Calculate Stress and Constitutive Tensor
Reimplemented from Kratos::HyperElasticModel.
|
inlineoverridevirtual |
Calculate Stresses
Reimplemented from Kratos::HyperElasticModel.
|
inlineoverridevirtual |
Clone.
Reimplemented from Kratos::HyperElasticModel.
Reimplemented in Kratos::IsochoricNeoHookeanModel, and Kratos::IsochoricNeoHookeanLnJSquaredModel.
|
inlineoverrideprotectedvirtual |
Reimplemented from Kratos::HyperElasticModel.
Reimplemented in Kratos::IsochoricNeoHookeanModel, and Kratos::IsochoricNeoHookeanLnJSquaredModel.
|
inlineoverrideprotectedvirtual |
Reimplemented from Kratos::HyperElasticModel.
Reimplemented in Kratos::IsochoricNeoHookeanModel, and Kratos::IsochoricNeoHookeanLnJSquaredModel.
|
inlineoverridevirtual |
Turn back information as a string.
Reimplemented from Kratos::HyperElasticModel.
Reimplemented in Kratos::IsochoricNeoHookeanModel, and Kratos::IsochoricNeoHookeanLnJSquaredModel.
| Kratos::IsochoricMooneyRivlinModel::KRATOS_CLASS_POINTER_DEFINITION | ( | IsochoricMooneyRivlinModel | ) |
Pointer definition of IsochoricMooneyRivlinModel.
|
inline |
Assignment operator.
|
inlineoverridevirtual |
Print object's data.
Reimplemented from Kratos::HyperElasticModel.
Reimplemented in Kratos::IsochoricNeoHookeanModel, and Kratos::IsochoricNeoHookeanLnJSquaredModel.
|
inlineoverridevirtual |
Print information about this object.
Reimplemented from Kratos::HyperElasticModel.
Reimplemented in Kratos::IsochoricNeoHookeanModel, and Kratos::IsochoricNeoHookeanLnJSquaredModel.
|
friend |