87 ConstitutiveLaw::Pointer Clone()
const override;
111 void GetLawFeatures(
Features& rFeatures)
override;
135 return StrainMeasure_GreenLagrange;
144 return StressMeasure_PK2;
250 double& CalculateValue(
320 virtual void CalculateConstitutiveMatrixPK2(
321 Matrix& rConstitutiveMatrix,
322 const double YoungModulus,
323 const double PoissonCoefficient
333 virtual void CalculateConstitutiveMatrixKirchhoff(
334 Matrix& rConstitutiveMatrix,
335 const Matrix& rDeformationGradientF,
336 const double YoungModulus,
337 const double PoissonCoefficient
347 virtual void CalculatePK2Stress(
348 const Vector& rStrainVector,
350 const double YoungModulus,
351 const double PoissonCoefficient
362 virtual void CalculateKirchhoffStress(
363 const Vector& rStrainVector,
365 const Matrix& rDeformationGradientF,
366 const double YoungModulus,
367 const double PoissonCoefficient
375 virtual void CalculateGreenLagrangianStrain(
385 virtual void CalculateAlmansiStrain(
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 Saint-Venant–Kirchhoff formulation for 3D ...
Definition: hyper_elastic_isotropic_kirchhoff_3d.h:55
SizeType GetStrainSize() const override
Voigt tensor size:
Definition: hyper_elastic_isotropic_kirchhoff_3d.h:124
ProcessInfo ProcessInfoType
The definition of the process info.
Definition: hyper_elastic_isotropic_kirchhoff_3d.h:62
StressMeasure GetStressMeasure() override
Returns the stress measure of this constitutive law (by default 2st Piola-Kirchhoff stress in voigt n...
Definition: hyper_elastic_isotropic_kirchhoff_3d.h:142
std::size_t SizeType
The definition of the size type.
Definition: hyper_elastic_isotropic_kirchhoff_3d.h:68
StrainMeasure GetStrainMeasure() override
Returns the expected strain measure of this constitutive law (by default Green-Lagrange)
Definition: hyper_elastic_isotropic_kirchhoff_3d.h:133
bool RequiresFinalizeMaterialResponse() override
If the CL requires to initialize the material response, called by the element in InitializeSolutionSt...
Definition: hyper_elastic_isotropic_kirchhoff_3d.h:238
SizeType WorkingSpaceDimension() override
Dimension of the law:
Definition: hyper_elastic_isotropic_kirchhoff_3d.h:116
bool RequiresInitializeMaterialResponse() override
If the CL requires to initialize the material response, called by the element in InitializeSolutionSt...
Definition: hyper_elastic_isotropic_kirchhoff_3d.h:230
ConstitutiveLaw BaseType
The definition of the base class.
Definition: hyper_elastic_isotropic_kirchhoff_3d.h:65
KRATOS_CLASS_POINTER_DEFINITION(HyperElasticIsotropicKirchhoff3D)
Pointer definition of HyperElasticIsotropicKirchhoff3D.
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