51 ConstitutiveLaw::Pointer Clone()
const override;
53 bool RequiresInitializeMaterialResponse()
override;
56 bool RequiresFinalizeMaterialResponse()
override;
64 void GetLawFeatures(
Features& rFeatures)
override;
70 SizeType WorkingSpaceDimension()
override;
76 SizeType GetStrainSize()
const override;
78 bool IsIncremental()
override;
103 void CalculatePK2Stress(
const Vector& rStrainVector,
116 bool mIsModelInitialized =
false;
119 void save(
Serializer& rSerializer)
const override;
virtual bool & GetValue(const Variable< bool > &rThisVariable, bool &rValue)
Returns the value of a specified variable (boolean)
Definition: constitutive_law.cpp:201
std::size_t SizeType
Definition: constitutive_law.h:82
This class defines a small deformation linear elastic constitutive model for plane strain cases.
Definition: linear_elastic_plane_strain_2D_law.h:30
KRATOS_CLASS_POINTER_DEFINITION(GeoLinearElasticPlaneStrain2DLaw)
Counted pointer of LinearPlaneStrainK0Law.
This class defines a small deformation linear elastic constitutive model for plane strain cases.
Definition: linear_elastic_plane_strain_K0_law.h:49
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Variable class contains all information needed to store and retrive data from a data container.
Definition: variable.h:63
Parameters GetValue(Parameters &rParameters, const std::string &rEntry)
Definition: add_kratos_parameters_to_python.cpp:53
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
KratosZeroVector< double > ZeroVector
Definition: amatrix_interface.h:561
constexpr SizeType VOIGT_SIZE_2D_PLANE_STRAIN
Definition: geo_mechanics_application_constants.h:43
constexpr SizeType N_DIM_2D
Definition: geo_mechanics_application_constants.h:26
int C
Definition: generate_hyper_elastic_simo_taylor_neo_hookean.py:27
def load(f)
Definition: ode_solve.py:307
Definition: constitutive_law.h:137
Definition: constitutive_law.h:189