16#ifndef Modele_turbulence_scal_Fluctuation_Temperature_W_included
17#define Modele_turbulence_scal_Fluctuation_Temperature_W_included
19#include <Equation_base.h>
20#include <Transport_K_Eps_Bas_Reynolds.h>
21#include <Modele_turbulence_scal_base.h>
22#include <Transport_Fluctuation_Temperature_W.h>
76 Cerr <<
"on est dans W11 " << finl;
77 Cerr <<
" eqn = " << eqn_transport_Fluctu_Temp.valeur();
78 return eqn_transport_Fluctu_Temp.valeur();
83 Cerr <<
"on est dans W11 " << finl;
84 Cerr <<
" eqn = " << eqn_transport_Fluctu_Temp.valeur();
86 return eqn_transport_Fluctu_Temp.valeur();
92 return eqn_transport_Fluctu_Temp->inconnue();
97 return eqn_transport_Fluctu_Temp->inconnue();
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
class Champ_base This class is the base of the fields hierarchy.
class Equation_base The role of an equation is the calculation of one or more fields....
virtual Champ_Fonc_base & calculer_diffusivite_turbulente()
bool initTimeStep(double dt) override
To be overridden in derived classes that own one or more equations. Calls preparer_pas_de_temps on th...
bool has_champ(const Motcle &nom, OBS_PTR(Champ_base) &ref_champ) const override
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
const Champ_base & get_champ(const Motcle &nom) const override
void associer_viscosite_turbulente(const Champ_Fonc_base &)
void get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
virtual Transport_Fluctuation_Temperature_W & equation_Fluctu()
int reprendre(Entree &is) override
Does nothing.
int sauvegarder(Sortie &os) const override
Does nothing.
int preparer_calcul() override
Does nothing.
OWN_PTR(Equation_base) eqn
OBS_PTR(Champ_Fonc_base) la_viscosite_turbulente
void imprimer(Sortie &) const override
Performs printing if necessary.
void set_param(Param &) const override
virtual Champ_Inc_base & Fluctu_Temperature()
void completer() override
Completes the turbulence model: updates object references.
void mettre_a_jour(double) override
Base class for scalar turbulence models coupled to a Navier-Stokes convection-diffusion equation.
A character string (Nom) in uppercase.
An array of character strings (VECT(Nom)).
Helper class to factorize the readOn method of Objet_U classes.