16#include <Op_Diff_Fluctu_Temp_Base.h>
17#include <Discretisation_base.h>
39 return s << que_suis_je() ;
63 if (
typ==
"negligeable")
70 Nom nom_type=
"Op_Diff_Fluctu_Temp_";
74 nom_type+=(type_inco.
suffix(
"Champ_"));
79 Cerr << valeur().que_suis_je() << finl;
88 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_Fluctu_Temp_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.