78 typename GeometryType::Pointer pGeometry);
82 typename GeometryType::Pointer pGeometry,
83 typename PropertiesType::Pointer pProperties);
105 Properties::Pointer pProperties)
const override;
109 GeometryType::Pointer pGeom,
110 Properties::Pointer pProperties)
const override;
117 std::string
Info()
const override;
120 void PrintInfo(std::ostream& rOStream)
const override;
123 void PrintData(std::ostream& rOStream)
const override;
137 void SetIntegrationWeight(
140 const Vector &rJacobianDeterminantsVector,
150 void save(
Serializer& rSerializer)
const override;
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Axisymmetric thermal face condition Extension of the base ThermalFace class to be used in axisymmetri...
Definition: axisymmetric_thermal_face.h:43
AxisymmetricThermalFace(AxisymmetricThermalFace const &rOther)=delete
Copy constructor.
AxisymmetricThermalFace & operator=(AxisymmetricThermalFace const &rOther)=delete
Assignment operator.
Condition::Pointer Create(IndexType NewId, NodesArrayType const &ThisNodes, Properties::Pointer pProperties) const override
Condition::Pointer Create(IndexType NewId, GeometryType::Pointer pGeom, Properties::Pointer pProperties) const override
KRATOS_CLASS_INTRUSIVE_POINTER_DEFINITION(AxisymmetricThermalFace)
Pointer definition of AxisymmetricThermalFace.
~AxisymmetricThermalFace() override=default
Destructor.
std::size_t SizeType
Definition: condition.h:94
std::size_t IndexType
Definition: flags.h:74
This defines the geometrical object, base definition of the element and condition entities.
Definition: geometrical_object.h:58
Geometry base class.
Definition: geometry.h:71
std::vector< IntegrationPointType > IntegrationPointsArrayType
Definition: geometry.h:161
PointerVector is a container like stl vector but using a vector to store pointers to its data.
Definition: pointer_vector.h:72
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
A basic Neumann condition for convection-diffusion problems.
Definition: thermal_face.h:44
std::size_t IndexType
Definition: binary_expression.cpp:25
std::size_t SizeType
Definition: nurbs_utilities.h:41
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
Properties PropertiesType
Definition: regenerate_pfem_pressure_conditions_process.h:26
Geometry< Node > GeometryType
The definition of the geometry.
Definition: mortar_classes.h:37
def load(f)
Definition: ode_solve.py:307
Gauss pt. data structure Auxiliar data structure to pass the Gauss pt. data.
Definition: thermal_face.h:57