76 ConstitutiveLaw::Pointer
Clone()
const override
78 return Kratos::make_shared<ThermalLinearPlaneStress>(*
this);
109 void CalculatePK2Stress(
122 void CalculateElasticMatrix(
134 void SubstractThermalStrain(
136 const double ReferenceTemperature,
138 const bool IsPlaneStrain =
false)
override;
206 void save(
Serializer& rSerializer)
const override
Definition: elastic_isotropic_3d.h:53
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
This class defines a Thermo dependant CL, including the addition of thermal expansion strains.
Definition: thermal_linear_plane_strain.h:53
This class defines a Thermo dependant CL, including the addition of thermal expansion strains.
Definition: thermal_linear_plane_stress.h:53
KRATOS_CLASS_POINTER_DEFINITION(ThermalLinearPlaneStress)
Counted pointer of LinearPlaneStrain.
ThermalLinearPlaneStress()
Default constructor.
Definition: thermal_linear_plane_stress.h:70
ThermalLinearPlaneStress(const ThermalLinearPlaneStress &rOther)
Definition: thermal_linear_plane_stress.h:90
~ThermalLinearPlaneStress() override
Destructor.
Definition: thermal_linear_plane_stress.h:85
ConstitutiveLaw::Pointer Clone() const override
Clone method.
Definition: thermal_linear_plane_stress.h:76
#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:189