8 #if !defined (KRATOS_THERMAL_NONLOCAL_DAMAGE_PLANE_STRAIN_2D_LAW_H_INCLUDED)
9 #define KRATOS_THERMAL_NONLOCAL_DAMAGE_PLANE_STRAIN_2D_LAW_H_INCLUDED
48 void GetLawFeatures(
Features& rFeatures)
override;
50 ConstitutiveLaw::Pointer Clone()
const override;
72 void CalculateLinearElasticMatrix(
Matrix& rLinearElasticMatrix,
const double& YoungModulus,
const double& PoissonCoefficient )
override;
74 void CalculateThermalStrain(
Vector& rThermalStrainVector,
const MaterialResponseVariables& ElasticVariables,
double & rNodalReferenceTemperature)
override;
84 void save(
Serializer& rSerializer)
const override
Definition: constitutive_law.h:47
std::size_t SizeType
Definition: constitutive_law.h:82
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Definition: thermal_nonlocal_damage_3D_law.hpp:22
FlowRule::Pointer FlowRulePointer
Definition: thermal_nonlocal_damage_3D_law.hpp:28
HardeningLaw::Pointer HardeningLawPointer
Definition: thermal_nonlocal_damage_3D_law.hpp:30
YieldCriterion::Pointer YieldCriterionPointer
Definition: thermal_nonlocal_damage_3D_law.hpp:29
Definition: thermal_nonlocal_damage_plane_strain_2D_law.hpp:22
SizeType GetStrainSize() const override
Definition: thermal_nonlocal_damage_plane_strain_2D_law.hpp:59
KRATOS_CLASS_POINTER_DEFINITION(ThermalNonlocalDamagePlaneStrain2DLaw)
FlowRule::Pointer FlowRulePointer
Definition: thermal_nonlocal_damage_plane_strain_2D_law.hpp:28
SizeType WorkingSpaceDimension() override
Definition: thermal_nonlocal_damage_plane_strain_2D_law.hpp:54
HardeningLaw::Pointer HardeningLawPointer
Definition: thermal_nonlocal_damage_plane_strain_2D_law.hpp:30
YieldCriterion::Pointer YieldCriterionPointer
Definition: thermal_nonlocal_damage_plane_strain_2D_law.hpp:29
#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