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