16#include <Transport_Fluctuation_Temperature_W_Bas_Re.h>
17#include <Modele_Fonc_Bas_Reynolds_Thermique_Base.h>
18#include <Discretisation_base.h>
38 Motcle typ, nom1(
"Modele_");
41 if ((typ ==
"Jones_Launder"))
43 nom1 +=
"_Thermique_";
63 Cerr <<
"Discretisation du modele Bas Reynolds terminee" << finl;
89 return champs_compris_.has_champ(nom, ref_champ);
94 return champs_compris_.has_champ(nom);
99 return champs_compris_.get_champ(nom);
104 if (opt == DESCRIPTION)
105 Cerr <<
"Modele_Fonc_Bas_Reynolds_Thermique_Base : " << champs_compris_.liste_noms_compris() << finl;
107 nom.add(champs_compris_.liste_noms_compris());
class Champ_base This class is the base of the fields hierarchy.
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....
const Discretisation_base & discretisation() const
Returns the discretization associated with the equation.
virtual Domaine_Cl_dis_base & domaine_Cl_dis()
Returns the discretized boundary condition domain associated with the equation.
Domaine_dis_base & domaine_dis()
Returns the discretized domain associated with the equation.
const Champ_base & get_champ(const Motcle &nom) const override
int sauvegarder(Sortie &) const override
Saves an Objet_U to an output stream. Virtual method to override.
OBS_PTR(Transport_Fluctuation_Temperature_W_Bas_Re) mon_equation
void creer_champ(const Motcle &motlu) override
virtual void associer_eqn(const Equation_base &)
virtual int preparer_calcul()
bool has_champ(const Motcle &nom, OBS_PTR(Champ_base) &ref_champ) const override
static void typer_lire_Modele_Fonc_Bas_Reynolds_Thermique(OWN_PTR(Modele_Fonc_Bas_Reynolds_Thermique_Base)&, const Equation_base &, Entree &)
int reprendre(Entree &) override
Restores an Objet_U from an input stream. Virtual method to override.
virtual void associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &)=0
void get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
virtual void discretiser()
A character string (Nom) in uppercase.
An array of character strings (VECT(Nom)).
Base class for TRUST objects (Objet_U).
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 const Nom & le_nom() const
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Base class for output streams.