109 ConstitutiveLaw::Pointer Clone()
const override;
115 void GetLawFeatures(
Features& rFeatures)
override;
139 return StrainMeasure_GreenLagrange;
148 return StressMeasure_PK2;
305 void CalculateStressAndConstitutiveMatrixPK2(
307 const double Pressure,
311 const Flags& rFlags);
328 void save(
Serializer& rSerializer)
const override
Definition: constitutive_law.h:47
StrainMeasure
Definition: constitutive_law.h:52
StressMeasure
Definition: constitutive_law.h:69
Geometry base class.
Definition: geometry.h:71
This law defines an hyperelastic material according to the NeoHookean formulation for 3D cases.
Definition: hyper_elastic_isotropic_neo_hookean_3d.h:53
This law defines an hyperelastic material according to the NeoHookean formulation for 3D cases assumi...
Definition: hyper_elastic_isotropic_q_incomp_isoch_neo_hook_3d.h:53
HyperElasticIsotropicNeoHookean3D BaseType
The definition of the CL base class.
Definition: hyper_elastic_isotropic_q_incomp_isoch_neo_hook_3d.h:63
bool RequiresInitializeMaterialResponse() override
If the CL requires to initialize the material response, called by the element in InitializeSolutionSt...
Definition: hyper_elastic_isotropic_q_incomp_isoch_neo_hook_3d.h:234
std::size_t SizeType
The definition of the size type.
Definition: hyper_elastic_isotropic_q_incomp_isoch_neo_hook_3d.h:66
std::size_t IndexType
The definition of the index type.
Definition: hyper_elastic_isotropic_q_incomp_isoch_neo_hook_3d.h:69
bool RequiresFinalizeMaterialResponse() override
If the CL requires to initialize the material response, called by the element in InitializeSolutionSt...
Definition: hyper_elastic_isotropic_q_incomp_isoch_neo_hook_3d.h:242
ProcessInfo ProcessInfoType
The definition of the process info.
Definition: hyper_elastic_isotropic_q_incomp_isoch_neo_hook_3d.h:60
StrainMeasure GetStrainMeasure() override
Returns the expected strain measure of this constitutive law (by default Green-Lagrange)
Definition: hyper_elastic_isotropic_q_incomp_isoch_neo_hook_3d.h:137
KRATOS_CLASS_POINTER_DEFINITION(HyperElasticIsotropicQuasiIncompressibleIshochoricNeoHookean3D)
Pointer definition of HyperElasticIsotropicNeoHookean3D.
SizeType WorkingSpaceDimension() override
Dimension of the law:
Definition: hyper_elastic_isotropic_q_incomp_isoch_neo_hook_3d.h:120
StressMeasure GetStressMeasure() override
Returns the stress measure of this constitutive law (by default 2st Piola-Kirchhoff stress in voigt n...
Definition: hyper_elastic_isotropic_q_incomp_isoch_neo_hook_3d.h:146
SizeType GetStrainSize() const override
Voigt tensor size:
Definition: hyper_elastic_isotropic_q_incomp_isoch_neo_hook_3d.h:128
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