10 #if !defined(KRATOS_AXISYMMETRIC_THERMAL_ELEMENT_H_INCLUDED )
11 #define KRATOS_AXISYMMETRIC_THERMAL_ELEMENT_H_INCLUDED
179 void CalculateAndAddLHS(
MatrixType& rLeftHandSideMatrix,
181 double& rIntegrationWeight)
override;
187 void CalculateAndAddRHS(
VectorType& rRightHandSideVector,
190 double& rIntegrationWeight)
override;
196 const double& rPointNumber)
override;
202 double & rReferenceRadius,
229 void save(
Serializer& rSerializer)
const override;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: axisymmetric_thermal_element.hpp:44
ConstitutiveLawType::StressMeasure StressMeasureType
StressMeasure from constitutive laws.
Definition: axisymmetric_thermal_element.hpp:54
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(AxisymmetricThermalElement)
Counted pointer of AxisymmetricThermalElement.
ConstitutiveLaw ConstitutiveLawType
Definition: axisymmetric_thermal_element.hpp:50
GeometryData::IntegrationMethod IntegrationMethod
Type definition for integration methods.
Definition: axisymmetric_thermal_element.hpp:56
ConstitutiveLawType::Pointer ConstitutiveLawPointerType
Pointer type for constitutive laws.
Definition: axisymmetric_thermal_element.hpp:52
Definition: constitutive_law.h:47
StressMeasure
Definition: constitutive_law.h:69
std::size_t IndexType
Definition: flags.h:74
IntegrationMethod
Definition: geometry_data.h:76
PointerVector is a container like stl vector but using a vector to store pointers to its data.
Definition: pointer_vector.h:72
The serialization consists in storing the state of an object into a storage format like data file or ...
Definition: serializer.h:123
Definition: thermal_element.hpp:41
double CalculateRadius(const PairedCondition *pCondition, const Vector &rNSlave)
Calculates the radius of axisymmetry.
Definition: mortar_explicit_contribution_utilities.cpp:675
Modeler::Pointer Create(const std::string &ModelerName, Model &rModel, const Parameters ModelParameters)
Checks if the modeler is registered.
Definition: modeler_factory.cpp:30
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
def load(f)
Definition: ode_solve.py:307
Definition: thermal_element.hpp:74