10 #if !defined (KRATOS_HYPERELASTIC_U_P_PLANE_STRAIN_2D_LAW_H_INCLUDED)
11 #define KRATOS_HYPERELASTIC_U_P_PLANE_STRAIN_2D_LAW_H_INCLUDED
61 ConstitutiveLaw::Pointer Clone()
const override;
109 void GetLawFeatures(Features& rFeatures)
override;
147 void CalculateGreenLagrangeStrain(
const Matrix & rRightCauchyGreen,
148 Vector& rStrainVector )
override;
156 void CalculateAlmansiStrain(
const Matrix & rLeftCauchyGreen,
157 Vector& rStrainVector )
override;
169 void CalculateIsochoricConstitutiveMatrix (
const MaterialResponseVariables& rElasticVariables,
170 const Matrix & rIsoStressMatrix,
171 Matrix& rConstitutiveMatrix)
override;
181 void CalculateVolumetricConstitutiveMatrix (
const MaterialResponseVariables& rElasticVariables,
182 Matrix& rConstitutiveMatrix)
override;
214 void save(
Serializer& rSerializer)
const override
Definition: constitutive_law.h:47
std::size_t SizeType
Definition: constitutive_law.h:82
Definition: hyperelastic_UP_3D_law.hpp:39
Definition: hyperelastic_U_P_plane_strain_2D_law.hpp:34
std::size_t SizeType
Definition: hyperelastic_U_P_plane_strain_2D_law.hpp:41
ProcessInfo ProcessInfoType
Definition: hyperelastic_U_P_plane_strain_2D_law.hpp:39
ConstitutiveLaw BaseType
Definition: hyperelastic_U_P_plane_strain_2D_law.hpp:40
SizeType GetStrainSize() const override
Definition: hyperelastic_U_P_plane_strain_2D_law.hpp:100
SizeType WorkingSpaceDimension() override
Definition: hyperelastic_U_P_plane_strain_2D_law.hpp:92
KRATOS_CLASS_POINTER_DEFINITION(HyperElasticUPPlaneStrain2DLaw)
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
def load(f)
Definition: ode_solve.py:307