9 #if !defined(INDIRECT_CONDUCTION_MODEL_SURROUNDING_LAYER_H_INCLUDED)
10 #define INDIRECT_CONDUCTION_MODEL_SURROUNDING_LAYER_H_INCLUDED
52 virtual std::string
Info()
const override {
53 std::stringstream buffer;
54 buffer <<
"IndirectConductionSurroundLayer";
59 virtual void PrintInfo(std::ostream& rOStream)
const override { rOStream <<
"IndirectConductionSurroundLayer"; }
60 virtual void PrintData(std::ostream& rOStream)
const override {}
66 IndirectConductionSurroundLayer(IndirectConductionSurroundLayer
const& rOther) {*
this = rOther;}
80 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: heat_exchange_mechanism.h:28
Definition: indirect_conduction_model.h:23
Definition: indirect_conduction_surround_layer.h:23
HeatExchangeMechanism::Pointer CloneShared() const override
Definition: indirect_conduction_surround_layer.h:46
virtual void PrintInfo(std::ostream &rOStream) const override
Definition: indirect_conduction_surround_layer.h:59
virtual std::string Info() const override
Definition: indirect_conduction_surround_layer.h:52
virtual void PrintData(std::ostream &rOStream) const override
Definition: indirect_conduction_surround_layer.h:60
HeatExchangeMechanism * CloneRaw() const override
Definition: indirect_conduction_surround_layer.h:41
KRATOS_CLASS_POINTER_DEFINITION(IndirectConductionSurroundLayer)
Definition: numerical_integration_method.h:23
ProcessInfo holds the current value of different solution parameters.
Definition: process_info.h:59
Definition: thermal_spheric_particle.h:30
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432