93 ConstitutiveLaw::Pointer Clone()
const override;
117 void GetLawFeatures(
Features& rFeatures)
override;
141 return StrainMeasure_Infinitesimal;
150 return StressMeasure_Cauchy;
264 double& CalculateValue(
364 std::string
Info()
const override;
370 void PrintInfo(std::ostream& rOStream)
const override;
393 void CheckClearElasticMatrix(VoigtSizeMatrixType& rConstitutiveMatrix);
400 virtual void CalculateElasticMatrix(
411 virtual void CalculatePK2Stress(
422 virtual void CalculateCauchyGreenStrain(
456 void save(
Serializer& rSerializer)
const override
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Definition: constitutive_law.h:47
StrainMeasure
Definition: constitutive_law.h:52
StressMeasure
Definition: constitutive_law.h:69
Definition: elastic_isotropic_3d.h:53
KRATOS_CLASS_POINTER_DEFINITION(ElasticIsotropic3D)
Counted pointer of ElasticIsotropic3D.
SizeType GetStrainSize() const override
Voigt tensor size:
Definition: elastic_isotropic_3d.h:130
std::size_t SizeType
The size type definition.
Definition: elastic_isotropic_3d.h:66
StrainMeasure GetStrainMeasure() override
Returns the expected strain measure of this constitutive law (by default Green-Lagrange)
Definition: elastic_isotropic_3d.h:139
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:148
SizeType WorkingSpaceDimension() override
Dimension of the law:
Definition: elastic_isotropic_3d.h:122
ProcessInfo ProcessInfoType
The process info type definition.
Definition: elastic_isotropic_3d.h:60
ConstitutiveLaw BaseType
The base class ConstitutiveLaw type definition.
Definition: elastic_isotropic_3d.h:63
bool RequiresFinalizeMaterialResponse() override
If the CL requires to finalize the material response, called by the element in FinalizeSolutionStep.
Definition: elastic_isotropic_3d.h:252
bool RequiresInitializeMaterialResponse() override
If the CL requires to initialize the material response, called by the element in InitializeSolutionSt...
Definition: elastic_isotropic_3d.h:244
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
bool Has(const std::string &ModelerName)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:24
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
def load(f)
Definition: ode_solve.py:307
Definition: constitutive_law.h:137
Definition: constitutive_law.h:189