21 #include "custom_constitutive/elastic_isotropic_3d.h"
76 ConstitutiveLaw::Pointer
Clone()
const override
78 return Kratos::make_shared<ThermalElasticIsotropic3D>(*
this);
92 mReferenceTemperature(rOther.mReferenceTemperature)
133 double& CalculateValue(
147 void InitializeMaterial(
150 const Vector &rShapeFunctionsValues)
override;
159 void CalculatePK2Stress(
172 void CalculateElasticMatrix(
184 virtual void SubstractThermalStrain(
186 const double ReferenceTemperature,
188 const bool IsPlaneStrain =
false);
232 double mReferenceTemperature = 0.0;
252 double& GetReferenceTemperature()
254 return mReferenceTemperature;
261 void SetReferenceTemperature(
const double ToRefTemperature)
263 mReferenceTemperature = ToRefTemperature;
271 void save(
Serializer& rSerializer)
const override
274 rSerializer.
save(
"ReferenceTemperature", mReferenceTemperature);
280 rSerializer.
load(
"ReferenceTemperature", mReferenceTemperature);
Definition: elastic_isotropic_3d.h:53
Geometry base class.
Definition: geometry.h:71
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
void load(std::string const &rTag, TDataType &rObject)
Definition: serializer.h:207
void save(std::string const &rTag, std::array< TDataType, TDataSize > const &rObject)
Definition: serializer.h:545
This class defines a Thermo dependant CL, including the addition of thermal expansion strains.
Definition: thermal_elastic_isotropic_3d.h:53
ThermalElasticIsotropic3D()
Default constructor.
Definition: thermal_elastic_isotropic_3d.h:70
ThermalElasticIsotropic3D(const ThermalElasticIsotropic3D &rOther)
Definition: thermal_elastic_isotropic_3d.h:90
KRATOS_CLASS_POINTER_DEFINITION(ThermalElasticIsotropic3D)
Counted pointer of LinearPlaneStrain.
ConstitutiveLaw::Pointer Clone() const override
Clone method.
Definition: thermal_elastic_isotropic_3d.h:76
~ThermalElasticIsotropic3D() override
Destructor.
Definition: thermal_elastic_isotropic_3d.h:85
#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