14 #if !defined (KRATOS_HENCKY_PLASTIC_UP_3D_LAW_H_INCLUDED)
15 #define KRATOS_HENCKY_PLASTIC_UP_3D_LAW_H_INCLUDED
92 ConstitutiveLaw::Pointer Clone()
const override;
123 void GetLawFeatures(Features& rFeatures)
override;
158 void CorrectDomainPressure(
Matrix& rStressMatrix,
const MaterialResponseVariables& rElasticVariables)
override;
160 void GetDomainPressure(
double& rPressure,
const MaterialResponseVariables& rElasticVariables);
162 void CalculateElastoPlasticTangentMatrix(
const ParticleFlowRule::RadialReturnVariables & rReturnMappingVariables,
const Matrix& rNewElasticLeftCauchyGreen,
const double& rAlpha,
Matrix& rElastoPlasticTangentMatrix,
const MaterialResponseVariables& rElasticVariables,
const Properties& rProperties)
override;
169 void CalculateGreenLagrangeStrain(
const Matrix & rRightCauchyGreen,
170 Vector& rStrainVector )
override;
178 void CalculateAlmansiStrain(
const Matrix & rLeftCauchyGreen,
179 Vector& rStrainVector )
override;
181 void CalculatePrincipalStressTrial(
const MaterialResponseVariables & rElasticVariables,
Parameters & rValues,
183 Matrix& rNewElasticLeftCauchyGreen,
Matrix& rStressMatrix)
override;
217 void save(
Serializer& rSerializer)
const override
Definition: constitutive_law.h:47
std::size_t SizeType
Definition: constitutive_law.h:82
Definition: hencky_plastic_3D_law.hpp:36
ParticleHardeningLaw::Pointer HardeningLawPointer
Definition: hencky_plastic_3D_law.hpp:74
ParticleFlowRule::Pointer MPMFlowRulePointer
Definition: hencky_plastic_3D_law.hpp:72
ParticleYieldCriterion::Pointer YieldCriterionPointer
Definition: hencky_plastic_3D_law.hpp:73
Definition: hencky_plastic_UP_3D_law.hpp:35
Properties::Pointer PropertiesPointer
Definition: hencky_plastic_UP_3D_law.hpp:56
ParticleYieldCriterion::Pointer YieldCriterionPointer
Definition: hencky_plastic_UP_3D_law.hpp:54
std::size_t SizeType
Definition: hencky_plastic_UP_3D_law.hpp:51
ProcessInfo ProcessInfoType
Definition: hencky_plastic_UP_3D_law.hpp:49
ConstitutiveLaw BaseType
Definition: hencky_plastic_UP_3D_law.hpp:50
KRATOS_CLASS_POINTER_DEFINITION(HenckyElasticPlasticUP3DLaw)
ParticleFlowRule::Pointer MPMFlowRulePointer
Definition: hencky_plastic_UP_3D_law.hpp:53
ParticleHardeningLaw::Pointer HardeningLawPointer
Definition: hencky_plastic_UP_3D_law.hpp:55
SizeType WorkingSpaceDimension() override
Definition: hencky_plastic_UP_3D_law.hpp:110
SizeType GetStrainSize() const override
Definition: hencky_plastic_UP_3D_law.hpp:118
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
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: particle_flow_rule.hpp:130