16#ifndef Convection_Diffusion_Temperature_IBM_Turbulent_included
17#define Convection_Diffusion_Temperature_IBM_Turbulent_included
19#include <Convection_Diffusion_Temperature_IBM.h>
20#include <Convection_Diffusion_Turbulent.h>
52 const RefObjU&
get_modele(Type_modele type)
const override;
class Champ_base This class is the base of the fields hierarchy.
Turbulent IBM convection-diffusion equation for temperature.
void get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
bool initTimeStep(double dt) override
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
void imprimer(Sortie &os) const override
Prints the equation operators if the time scheme indicates it is necessary.
bool has_champ(const Motcle &nom, OBS_PTR(Champ_base) &ref_champ) const override
void mettre_a_jour(double) override
Time update of the equation. Double call to Convection_Diffusion_Temperature_IBM::mettre_a_jour(doubl...
void completer() override
Double call to Convection_Diffusion_Turbulent::completer().
void creer_champ(const Motcle &motlu) override
const RefObjU & get_modele(Type_modele type) const override
std::vector< YAML_data > data_a_sauvegarder() const override
for PDI IO: retrieve name, type and dimensions of the fields to save/restore
int reprendre(Entree &) override
Restores from an input stream. Double call to Convection_Diffusion_Temperature_IBM::reprendre(Entree&...
int preparer_calcul() override
Double call to Convection_Diffusion_Turbulent::preparer_calcul().
const Champ_base & get_champ(const Motcle &nom) const override
int sauvegarder(Sortie &) const override
Saves to an output stream. Double call to Convection_Diffusion_Temperature_IBM::sauvegarder(Sortie&).
void set_param(Param &titi) const override
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,...
OBS_PTR(Equation_base) eq_IBM_
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.