13 #if !defined (KRATOS_ELASTIC_ISOTROPIC_3D_LAW_H_INCLUDED)
14 #define KRATOS_ELASTIC_ISOTROPIC_3D_LAW_H_INCLUDED
90 ConstitutiveLaw::Pointer Clone()
const override;
114 void GetLawFeatures(
Features& rFeatures)
override;
138 return StrainMeasure_Infinitesimal;
147 return StressMeasure_Cauchy;
245 double& CalculateValue(
312 void CheckClearElasticMatrix(
Matrix& rConstitutiveMatrix);
319 virtual void CalculateElasticMatrix(
320 Matrix& rConstitutiveMatrix,
330 virtual void CalculatePK2Stress(
331 const Vector& rStrainVector,
341 virtual void CalculateCauchyGreenStrain(
375 void save(
Serializer& rSerializer)
const override
Definition: constitutive_law.h:47
StrainMeasure
Definition: constitutive_law.h:52
StressMeasure
Definition: constitutive_law.h:69
Definition: elastic_isotropic_3d.h:54
SizeType GetStrainSize() const override
Voigt tensor size:
Definition: elastic_isotropic_3d.h:127
StrainMeasure GetStrainMeasure() override
Returns the expected strain measure of this constitutive law (by default Green-Lagrange)
Definition: elastic_isotropic_3d.h:136
KRATOS_CLASS_POINTER_DEFINITION(ElasticIsotropic3DFEMDEM)
Counted pointer of ElasticIsotropic3DFEMDEM.
SizeType WorkingSpaceDimension() override
Dimension of the law:
Definition: elastic_isotropic_3d.h:119
std::size_t SizeType
The size type definition.
Definition: elastic_isotropic_3d.h:67
ProcessInfo ProcessInfoType
The process info type definition.
Definition: elastic_isotropic_3d.h:61
ConstitutiveLaw BaseType
The base class ConstitutiveLaw type definition.
Definition: elastic_isotropic_3d.h:64
StressMeasure GetStressMeasure() override
Returns the stress measure of this constitutive law (by default 2st Piola-Kirchhoff stress in voigt n...
Definition: elastic_isotropic_3d.h:145
Geometry base class.
Definition: geometry.h:71
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
Properties encapsulates data shared by different Elements or Conditions. It can store any type of dat...
Definition: properties.h:69
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: constitutive_law.h:137
Definition: constitutive_law.h:189