116 ConstitutiveLaw::Pointer Clone()
const override;
140 return StrainMeasure_GreenLagrange;
149 return StressMeasure_PK2;
166 double& CalculateValue(
169 double& rValue)
override;
215 virtual void AuxiliaryCalculateConstitutiveMatrixPK2(
216 Matrix& rConstitutiveMatrix,
228 virtual void AuxiliaryCalculatePK2Stress(
244 void save(
Serializer& rSerializer)
const override
Definition: constitutive_law.h:47
StrainMeasure
Definition: constitutive_law.h:52
StressMeasure
Definition: constitutive_law.h:69
This law defines an hyperelastic material according to the NeoHookean formulation for 3D cases.
Definition: hyper_elastic_isotropic_neo_hookean_3d.h:53
This law defines a Neo-Hookean hyperelastic material with monotonic behavior for 3D problems.
Definition: hyper_elastic_simo_taylor_neo_hookean_3d.h:60
StressMeasure GetStressMeasure() override
Returns the stress measure of this constitutive law (by default 2st Piola-Kirchhoff stress in voigt n...
Definition: hyper_elastic_simo_taylor_neo_hookean_3d.h:147
std::size_t IndexType
The definition of the index type.
Definition: hyper_elastic_simo_taylor_neo_hookean_3d.h:76
StrainMeasure GetStrainMeasure() override
Returns the expected strain measure of this constitutive law (by default Green-Lagrange)
Definition: hyper_elastic_simo_taylor_neo_hookean_3d.h:138
ProcessInfo ProcessInfoType
The definition of the process info.
Definition: hyper_elastic_simo_taylor_neo_hookean_3d.h:67
KRATOS_CLASS_POINTER_DEFINITION(HyperElasticSimoTaylorNeoHookean3D)
Pointer definition of HyperElasticSimoTaylorNeoHookean3D.
SizeType WorkingSpaceDimension() override
Dimension of the law:
Definition: hyper_elastic_simo_taylor_neo_hookean_3d.h:121
std::size_t SizeType
The definition of the size type.
Definition: hyper_elastic_simo_taylor_neo_hookean_3d.h:73
SizeType GetStrainSize() const override
Voigt tensor size:
Definition: hyper_elastic_simo_taylor_neo_hookean_3d.h:129
HyperElasticIsotropicNeoHookean3D BaseType
The definition of the CL base class.
Definition: hyper_elastic_simo_taylor_neo_hookean_3d.h:70
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
#define KRATOS_SERIALIZE_SAVE_BASE_CLASS(Serializer, BaseType)
Definition: define.h:812
#define KRATOS_SERIALIZE_LOAD_BASE_CLASS(Serializer, BaseType)
Definition: define.h:815
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
Mu
Definition: generate_hyper_elastic_simo_taylor_neo_hookean.py:12
Kappa
Definition: generate_hyper_elastic_simo_taylor_neo_hookean.py:11
def load(f)
Definition: ode_solve.py:307
Definition: constitutive_law.h:189