9 #if !defined(INDIRECT_CONDUCTION_MODEL_H_INCLUDED)
10 #define INDIRECT_CONDUCTION_MODEL_H_INCLUDED
34 void SetHeatExchangeMechanismInProperties (Properties::Pointer pProp,
bool verbose =
true)
const override;
50 virtual std::string
Info()
const override {
51 std::stringstream buffer;
52 buffer <<
"IndirectConductionModel";
57 virtual void PrintInfo(std::ostream& rOStream)
const override { rOStream <<
"IndirectConductionModel"; }
58 virtual void PrintData(std::ostream& rOStream)
const override {}
64 IndirectConductionModel(IndirectConductionModel
const& rOther) {*
this = rOther;}
78 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
Definition: heat_exchange_mechanism.h:28
Definition: indirect_conduction_model.h:23
virtual void PrintData(std::ostream &rOStream) const override
Definition: indirect_conduction_model.h:58
KRATOS_CLASS_POINTER_DEFINITION(IndirectConductionModel)
HeatExchangeMechanism * CloneRaw() const override
Definition: indirect_conduction_model.h:39
virtual std::string Info() const override
Definition: indirect_conduction_model.h:50
virtual void PrintInfo(std::ostream &rOStream) const override
Definition: indirect_conduction_model.h:57
HeatExchangeMechanism::Pointer CloneShared() const override
Definition: indirect_conduction_model.h:44
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