109 ConstitutiveLaw::Pointer Clone()
const override;
115 void GetLawFeatures(
Features& rFeatures)
override;
139 return StrainMeasure_GreenLagrange;
148 return StressMeasure_PK2;
254 double& CalculateValue(
306 virtual void CalculateGreenLagrangianStrain(
316 virtual void CalculateAlmansiStrain(
361 virtual void CalculateConstitutiveMatrixPK2(
362 Matrix& rConstitutiveMatrix,
363 const Matrix& rInverseCTensor,
364 const double DeterminantF,
365 const double LameLambda,
376 virtual void CalculateConstitutiveMatrixKirchhoff(
377 Matrix& rConstitutiveMatrix,
378 const double DeterminantF,
379 const double LameLambda,
391 virtual void CalculatePK2Stress(
392 const Matrix& rInvCTensor,
394 const double DeterminantF,
395 const double LameLambda,
420 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
std::size_t IndexType
The definition of the index type.
Definition: hyper_elastic_isotropic_neo_hookean_3d.h:69
SizeType WorkingSpaceDimension() override
Dimension of the law:
Definition: hyper_elastic_isotropic_neo_hookean_3d.h:120
KRATOS_CLASS_POINTER_DEFINITION(HyperElasticIsotropicNeoHookean3D)
Pointer definition of HyperElasticIsotropicNeoHookean3D.
bool RequiresInitializeMaterialResponse() override
If the CL requires to initialize the material response, called by the element in InitializeSolutionSt...
Definition: hyper_elastic_isotropic_neo_hookean_3d.h:234
SizeType GetStrainSize() const override
Voigt tensor size:
Definition: hyper_elastic_isotropic_neo_hookean_3d.h:128
StrainMeasure GetStrainMeasure() override
Returns the expected strain measure of this constitutive law (by default Green-Lagrange)
Definition: hyper_elastic_isotropic_neo_hookean_3d.h:137
std::size_t SizeType
The definition of the size type.
Definition: hyper_elastic_isotropic_neo_hookean_3d.h:66
ProcessInfo ProcessInfoType
The definition of the process info.
Definition: hyper_elastic_isotropic_neo_hookean_3d.h:60
StressMeasure GetStressMeasure() override
Returns the stress measure of this constitutive law (by default 2st Piola-Kirchhoff stress in voigt n...
Definition: hyper_elastic_isotropic_neo_hookean_3d.h:146
bool RequiresFinalizeMaterialResponse() override
If the CL requires to initialize the material response, called by the element in InitializeSolutionSt...
Definition: hyper_elastic_isotropic_neo_hookean_3d.h:242
ConstitutiveLaw BaseType
The definition of the CL base class.
Definition: hyper_elastic_isotropic_neo_hookean_3d.h:63
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