16#ifndef Convection_Diffusion_Temperature_Turbulent_included
17#define Convection_Diffusion_Temperature_Turbulent_included
19#include <Convection_Diffusion_Turbulent.h>
20#include <Convection_Diffusion_Temperature.h>
50 const RefObjU&
get_modele(Type_modele type)
const override;
class Champ_base This class is the base of the fields hierarchy.
Turbulent convection-diffusion equation when the unknown is temperature.
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
std::vector< YAML_data > data_a_sauvegarder() const override
for PDI IO: retrieve name, type and dimensions of the fields to save/restore
void creer_champ(const Motcle &motlu) override
void set_param(Param &titi) const override
int sauvegarder(Sortie &) const override
Saves to an output stream via a double call to: Convection_Diffusion_Temperature::sauvegarder(Sortie&...
void mettre_a_jour(double) override
Time update of the equation via a double call to: Convection_Diffusion_Temperature::mettre_a_jour(dou...
void completer() override
Double call to: Convection_Diffusion_Turbulent::completer().
bool has_champ(const Motcle &nom, OBS_PTR(Champ_base) &ref_champ) const override
int reprendre(Entree &) override
Restores from an input stream via a double call to: Convection_Diffusion_Temperature::reprendre(Entre...
void imprimer(Sortie &os) const override
Prints the equation operators if the time scheme indicates it is necessary.
bool initTimeStep(double dt) override
int preparer_calcul() override
Double call to: Convection_Diffusion_Turbulent::preparer_calcul().
const Champ_base & get_champ(const Motcle &nom) const override
const RefObjU & get_modele(Type_modele type) const override
void get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
OBS_PTR(Fluide_base) le_fluide
Convection_Diffusion_Temperature Special case of Convection_Diffusion_std.
Mixin class for turbulent convection-diffusion of one or more scalar quantities.
Class defining operators and methods for all reading operation in an input flow (file,...
A character string (Nom) in uppercase.
An array of character strings (VECT(Nom)).
Helper class to factorize the readOn method of Objet_U classes.
Base class for output streams.