16#include <Modele_turbulence_hyd_base.h>
17#include <Y_plus_Champ_Face.h>
18#include <Champ_Face_VDF.h>
19#include <Domaine_Cl_VDF.h>
20#include <Equation_base.h>
21#include <Milieu_base.h>
31 mon_champ_ = un_champ;
39 if (nom_eq ==
"Navier_Stokes_FT_Disc" && mil.
que_suis_je() ==
"Fluide_Diphasique")
44 mon_champ_->calcul_y_plus_diphasique(
valeurs(), le_dom_Cl_VDF.valeur());
47 mon_champ_->calcul_y_plus(
valeurs(), le_dom_Cl_VDF.valeur());
52 return le_dom_Cl_VDF.valeur();
DoubleTab & valeurs() override
Overrides Champ_base::valeurs() Returns the array of values.
void mettre_a_jour(double temps) override
Time update of the field.
virtual double changer_temps(const double t)
Sets the time at which the field is defined.
class Domaine_Cl_dis_base Domaine_Cl_dis_base objects represent discretized boundary conditions
Class defining operators and methods for all reading operation in an input flow (file,...
virtual const Milieu_base & milieu() const =0
virtual const RefObjU & get_modele(Type_modele type) const
const Nom & le_nom() const override
Returns the name of the field.
Milieu_base This class is the base of the (physical) medium hierarchy.
Base class for the turbulence model hierarchy for Navier-Stokes equations.
const Turbulence_paroi_base & loi_paroi() const
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.
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.
Base class for output streams.
const Objet_U & valeur() const
void me_calculer(double) override
const Domaine_Cl_dis_base & domaine_Cl_dis_base() const
void mettre_a_jour(double) override
Time update of the field.
const Champ_Face_VDF & mon_champ() const
void associer_champ(const Champ_Face_VDF &)