16#ifndef Convection_Diffusion_Espece_Multi_Turbulent_QC_included
17#define Convection_Diffusion_Espece_Multi_Turbulent_QC_included
19#include <Convection_Diffusion_Espece_Multi_QC.h>
20#include <Convection_Diffusion_Turbulent.h>
38 const RefObjU&
get_modele(Type_modele type)
const override;
43 int sauvegarder(
Sortie&)
const override;
44 int reprendre(
Entree&)
override;
45 void mettre_a_jour(
double)
override;
class Champ_base This class is the base of the fields hierarchy.
Particular case of Convection_Diffusion_Espece_Multi_base for a quasi-compressible fluid when the tra...
void completer() override
Associe l inconnue de l equation a la loi d etat,.
Turbulent convection-diffusion of multiple species for a quasi-compressible fluid.
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
bool has_champ(const Motcle &nom, OBS_PTR(Champ_base) &ref_champ) const override
void set_param(Param &titi) const override
void creer_champ(const Motcle &motlu) override
void get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
const RefObjU & get_modele(Type_modele type) 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.