16#include <Transport_Fluctuation_Temperature_W_Bas_Re.h>
17#include <Modele_turbulence_scal_Fluctuation_Temperature_W_Bas_Re.h>
18#include <Les_Pb_Turb.h>
41 const Probleme_base& pb =
probleme();
42 Cerr <<
"Construction and typing for the source term of the Transport_Fluctuation_Temperature_W_Bas_Re transport equation." << finl;
43 if (sub_type(Pb_Thermohydraulique_Turbulent,pb))
45 Nom typ =
"Source_Transport_Fluctuation_Temperature_W_Bas_Re";
50 Cerr <<
"A problem of type " <<
que_suis_je()<<
" cannot be considered "<<finl;
51 Cerr <<
"with a Transport_Fluctuation_Temperature_W_Bas_Re equation." <<finl;
54 so->associer_eqn(*
this);
68 Cerr <<
"Reading and typing of the diffusion operator : " << finl;
98 Cerr <<
"Error for Transport_Fluctuation_Temperature_W_Bas_Re::operateur(int i)" << finl;
99 Cerr <<
"Transport_Fluctuation_Temperature_W_Bas_Re has " <<
nombre_d_operateurs() <<
" operators "<<finl;
100 Cerr <<
"and you are trying to access the " << i <<
" th one."<< finl;
129 Cerr <<
"Error for Transport_Fluctuation_Temperature_W_Bas_Re::operateur(int i)" << finl;
130 Cerr <<
"Transport_Fluctuation_Temperature_W_Bas_Re has " <<
nombre_d_operateurs() <<
" operators "<<finl;
131 Cerr <<
"and you are trying to access the " << i <<
" th one."<< finl;
145 mon_modele_Fluctu_Temp = modele;
Operateur_Conv terme_convectif
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 Milieu_base & milieu() const =0
virtual void associer_domaine_dis(const Domaine_dis_base &)
Associates the discretized domain with the equation.
virtual void associer_pb_base(const Probleme_base &)
Associates with the Problem passed as parameter.
Probleme_base & probleme()
Returns the problem associated with the equation.
virtual void associer_sch_tps_base(const Schema_Temps_base &)
Associates the time scheme with the equation.
Schema_Temps_base & schema_temps()
Returns the time scheme associated with the equation.
Domaine_dis_base & domaine_dis()
Returns the discretized domain associated with the equation.
Convection_Diffusion_std & equation()
A character string (Nom) in uppercase.
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 Operateur Generic class of the operator hierarchy.
Helper class to factorize the readOn method of Objet_U classes.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.
void typer(const Nom &, const Equation_base &)
Types the source by computing the required type name from the provided parameters.
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
void associer_modele_turbulence(const Modele_turbulence_scal_Fluctuation_Temperature_W_Bas_Re &)
void set_param(Param &titi) const override
const Operateur & operateur(int) const override
surcharge de la methode d'Equation_base.
Op_Diff_Fluctu_Temp terme_diffusif
void set_param(Param &titi) const override
int nombre_d_operateurs() const override
surcharge de la methode d'Equation_base.
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
void associer_milieu_base(const Milieu_base &) override
association entre Transport_Fluctuation_Temperature_W et Milieu_base.
void discretiser() override
Discretizes the equation.