16#ifndef Convection_Diffusion_Espece_Binaire_Turbulent_QC_included
17#define Convection_Diffusion_Espece_Binaire_Turbulent_QC_included
19#include <Convection_Diffusion_Espece_Binaire_QC.h>
20#include <Convection_Diffusion_Turbulent.h>
38 const RefObjU&
get_modele(Type_modele type)
const override;
49 int sauvegarder(
Sortie&)
const override;
50 int reprendre(
Entree&)
override;
51 void mettre_a_jour(
double)
override;
53 void imprimer(
Sortie& os)
const override;
class Champ_base This class is the base of the fields hierarchy.
Convection_Diffusion_Espece_Binaire_QC class Special case of Convection_Diffusion_Espece_Binaire_base...
void completer() override
Completes the construction (initialization) of objects associated with the equation.
Turbulent convection-diffusion of a binary species for a quasi-compressible fluid.
bool initTimeStep(double dt) override
void creer_champ(const Motcle &motlu) override
void set_param(Param &titi) 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 RefObjU & get_modele(Type_modele type) const override
void get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
bool has_champ(const Motcle &nom, OBS_PTR(Champ_base) &ref_champ) const override
const Champ_base & get_champ(const Motcle &nom) const override
Mixin class for turbulent convection-diffusion of one or more scalar quantities.
int preparer_calcul()
Prepares the computation.
virtual std::vector< YAML_data > data_a_sauvegarder() const
for PDI IO: retrieve name, type and dimensions of the fields to save/restore
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.