113 ConstitutiveLaw::Pointer Clone()
const override;
153 void CalculateGreenLagrangianStrain(
155 Vector& rStrainVector)
override;
181 void AuxiliaryCalculateConstitutiveMatrixPK2(
182 Matrix& rConstitutiveMatrix,
185 const double Mu)
override;
194 void AuxiliaryCalculatePK2Stress(
198 const double Mu)
override;
213 void save(
Serializer& rSerializer)
const override
Definition: constitutive_law.h:47
This law defines a Neo-Hookean hyperelastic material with monotonic behavior for 3D problems.
Definition: hyper_elastic_simo_taylor_neo_hookean_3d.h:60
This law defines a Neo-Hookean hyperelastic material with monotonic behavior for plane strain problem...
Definition: hyper_elastic_simo_taylor_neo_hookean_plane_strain_2d.h:60
SizeType WorkingSpaceDimension() override
Dimension of the law:
Definition: hyper_elastic_simo_taylor_neo_hookean_plane_strain_2d.h:118
KRATOS_CLASS_POINTER_DEFINITION(HyperElasticSimoTaylorNeoHookeanPlaneStrain2D)
Pointer definition of HyperElasticSimoTaylorNeoHookeanPlaneStrain2D.
std::size_t IndexType
The definition of the index type.
Definition: hyper_elastic_simo_taylor_neo_hookean_plane_strain_2d.h:73
SizeType GetStrainSize() const override
Voigt tensor size:
Definition: hyper_elastic_simo_taylor_neo_hookean_plane_strain_2d.h:126
std::size_t SizeType
The definition of the size type.
Definition: hyper_elastic_simo_taylor_neo_hookean_plane_strain_2d.h:70
HyperElasticSimoTaylorNeoHookean3D BaseType
The definition of the base class.
Definition: hyper_elastic_simo_taylor_neo_hookean_plane_strain_2d.h:67
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