16#include <Convection_Diffusion_Temperature.h>
17#include <Source_Echange_Th_VDF.h>
18#include <Probleme_base.h>
19#include <Milieu_base.h>
20#include <Domaine_Cl_VDF.h>
21#include <Interprete.h>
22#include <Conduction.h>
23#include <Domaine_VDF.h>
35 set_description(
"Heat power release = h*Integral(delta_T(elem)*dv) [W]");
43 iter_->associer_domaines(zvdf, zclvdf);
54 for (
int i = 0; i < pb_voisin->nombre_d_equations(); i++)
57 eqn = pb_voisin->equation(i);
63 Cerr <<
"Source_Echange_Th_VDF is not coupled to a problem solving temperature." << finl;
Class Conduction: represents the temperature evolution equation.
Convection_Diffusion_Temperature Special case of Convection_Diffusion_std.
class Domaine_Cl_dis_base Domaine_Cl_dis_base objects represent discretized boundary conditions
class Domaine_dis_base This class is the base of the hierarchy of discretized domains.
Class defining operators and methods for all reading operation in an input flow (file,...
class Equation_base The role of an equation is the calculation of one or more fields....
virtual const Champ_Inc_base & inconnue() const =0
void associer_champs(const Champ_Inc_base &, const Champ_Inc_base &, const double)
void associer_domaines(const Domaine_dis_base &domaine, const Domaine_Cl_dis_base &domaine_cl)
static Objet_U & objet(const Nom &)
See Interprete_bloc::objet_global(). BM: the Interprete class is not the best place for this.
const Equation_base & equation() const
Returns the reference to the equation pointed to by MorEqn::mon_equation.
const Nom & que_suis_je() const
Returns the string identifying the class.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
class Probleme_base It is a Probleme_U that is not a coupling.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.
class Source_Echange_Th_VDF Source volumique d'echange thermique avec un autre probleme de meme domai...
void associer_domaines(const Domaine_dis_base &, const Domaine_Cl_dis_base &) override
void associer_pb(const Probleme_base &) override
void set_fichier(const Nom &)
void set_description(const Nom &nom)