16#include <Transport_K_Eps_non_std.h>
17#include <Fluide_base.h>
18#include <Probleme_base.h>
58 Cerr <<
"Reading and typing of the diffusion operator : " << finl;
63 else if (mot==
"convection")
65 Cerr <<
"Reading and typing of the convection operator : " << finl;
98 Cerr <<
"Error for "<<
que_suis_je()<<
"::operateur("<<i<<
") !! " << finl;
100 Cerr <<
"and you are trying to access the " << i <<
" th one."<< finl;
121 Cerr <<
"Error for "<<
que_suis_je()<<
"::operateur("<<i<<
") !! " << finl;
123 Cerr <<
"and you are trying to access the " << i <<
" th one."<< finl;
139 return vitesse_transportante;
class Champ_Don_base base class of Given Fields (not calculated)
class Champ_base This class is the base of the fields hierarchy.
Class defining operators and methods for all reading operation in an input flow (file,...
virtual const Champ_Inc_base & inconnue() const =0
Probleme_base & probleme()
Returns the problem associated with the equation.
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
Base class for an incompressible fluid and its properties:
const Champ_Don_base & viscosite_cinematique() const
A character string (Nom) in uppercase.
const Nom & que_suis_je() const
Returns the string identifying the class.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
class Operateur Generic class of the operator hierarchy.
Helper class to factorize the readOn method of Objet_U classes.
virtual const Equation_base & equation(int) const =0
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.
Operateur_Conv terme_convectif
void associer_vitesse(const Champ_base &)
Operateur_Diff terme_diffusif
Entree & lire_op_diff_turbulent(Entree &is)
Classe Transport_K_Eps_base Classe de base pour les equations.
virtual void set_param(Param &) const override
Classe Transport_K_Eps_non_std Classe de base pour les equations de transport.
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
void set_param(Param &titi) const override
virtual const Champ_Don_base & diffusivite_pour_transport() const
virtual const Champ_base & vitesse_pour_transport() const
int nombre_d_operateurs() const override
const Operateur & operateur(int) const override
renvoie terme_diffusif si i=0 renvoie terme_convectif si i=1