16#include <Op_Diff_Flux_Chaleur_Turb_Base.h>
17#include <Discretisation_base.h>
38Sortie& Op_Diff_Flux_Chaleur_Turb::printOn(
Sortie& s )
const
40 return s << que_suis_je() ;
64 if (
typ ==
"negligeable")
68 Nom nom_type =
"Op_Diff_Flux_Chaleur_Turb_";
72 nom_type += (type_inco.
suffix(
"Champ_"));
77 Cerr << valeur().que_suis_je() << finl;
86 valeur().associer_diffusivite_turbulente();
Class defining operators and methods for all reading operation in an input flow (file,...
const Discretisation_base & discretisation() const
Returns the discretization associated with the equation.
virtual const Champ_Inc_base & inconnue() const =0
const Equation_base & equation() const
Returns the reference to the equation pointed to by MorEqn::mon_equation.
class Nom: a character string for naming TRUST objects.
Nom & suffix(const char *const)
Suffix extraction: Nom x("azerty");.
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 Op_Diff_Flux_Chaleur_Turb_Base Sert a modeliser le terme diffusif dans l'equation de transport
void completer() override
Updates the references of the objects associated with the operator.
class Operateur_base This class is the base of the hierarchy of objects representing an
Entree & lire(Entree &)
Reads an operator from an input stream.
virtual void completer()
Updates the references of the objects associated with the operator.
Base class for output streams.