10 #if !defined (KRATOS_HYPERELASTIC_PLASTIC_U_P_PLANE_STRAIN_2D_LAW_H_INCLUDED)
11 #define KRATOS_HYPERELASTIC_PLASTIC_U_P_PLANE_STRAIN_2D_LAW_H_INCLUDED
80 ConstitutiveLaw::Pointer Clone()
const override;
116 void GetLawFeatures(Features& rFeatures)
override;
166 void CalculateGreenLagrangeStrain(
const Matrix & rRightCauchyGreen,
167 Vector& rStrainVector )
override;
175 void CalculateAlmansiStrain(
const Matrix & rLeftCauchyGreen,
176 Vector& rStrainVector )
override;
186 void CalculateIsochoricConstitutiveMatrix (
const MaterialResponseVariables& rElasticVariables,
187 const Matrix & rIsoStressMatrix,
188 Matrix& rConstitutiveMatrix)
override;
198 void CalculateVolumetricConstitutiveMatrix (
const MaterialResponseVariables& rElasticVariables,
199 Matrix& rConstitutiveMatrix)
override;
209 void CalculatePlasticConstitutiveMatrix (
const MaterialResponseVariables& rElasticVariables,
211 Matrix& rConstitutiveMatrix)
override;
246 void save(
Serializer& rSerializer)
const override
Definition: constitutive_law.h:47
std::size_t SizeType
Definition: constitutive_law.h:82
Definition: hyperelastic_plastic_3D_law.hpp:33
YieldCriterion::Pointer YieldCriterionPointer
Definition: hyperelastic_plastic_3D_law.hpp:62
FlowRule::Pointer FlowRulePointer
Definition: hyperelastic_plastic_3D_law.hpp:61
HardeningLaw::Pointer HardeningLawPointer
Definition: hyperelastic_plastic_3D_law.hpp:63
Definition: hyperelastic_plastic_U_P_3D_law.hpp:32
Definition: hyperelastic_plastic_U_P_plane_strain_2D_law.hpp:32
FlowRule::Pointer FlowRulePointer
Definition: hyperelastic_plastic_U_P_plane_strain_2D_law.hpp:41
Properties::Pointer PropertiesPointer
Definition: hyperelastic_plastic_U_P_plane_strain_2D_law.hpp:44
SizeType WorkingSpaceDimension() override
Definition: hyperelastic_plastic_U_P_plane_strain_2D_law.hpp:98
YieldCriterion::Pointer YieldCriterionPointer
Definition: hyperelastic_plastic_U_P_plane_strain_2D_law.hpp:42
HardeningLaw::Pointer HardeningLawPointer
Definition: hyperelastic_plastic_U_P_plane_strain_2D_law.hpp:43
std::size_t SizeType
Definition: hyperelastic_plastic_U_P_plane_strain_2D_law.hpp:39
ConstitutiveLaw BaseType
Definition: hyperelastic_plastic_U_P_plane_strain_2D_law.hpp:38
KRATOS_CLASS_POINTER_DEFINITION(HyperElasticPlasticUPPlaneStrain2DLaw)
SizeType GetStrainSize() const override
Definition: hyperelastic_plastic_U_P_plane_strain_2D_law.hpp:106
ProcessInfo ProcessInfoType
Definition: hyperelastic_plastic_U_P_plane_strain_2D_law.hpp:37
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
Definition: flow_rule.hpp:121