16#include <Transport_K_ou_Eps_non_std.h>
17#include <Fluide_base.h>
18#include <Probleme_base.h>
54 Cerr <<
"Reading and typing of the diffusion operator : " << finl;
59 else if (mot==
"convection")
61 Cerr <<
"Reading and typing of the convection operator : " << finl;
94 Cerr <<
"Error for "<<
que_suis_je()<<
"::operateur("<<i<<
") !! " << finl;
96 Cerr <<
"and you are trying to access the " << i <<
" th one."<< finl;
117 Cerr <<
"Error for "<<
que_suis_je()<<
"::operateur("<<i<<
") !! " << finl;
119 Cerr <<
"and you are trying to access the " << i <<
" th one."<< finl;
135 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 de base pour l'equation de transport des modeles k_Epsilon dans une approche ou K et Epsilon s...
void set_param(Param ¶m) const override
Classe Transport_K_ou_Eps_non_std Classe de base pour les equations de transport.
virtual const Champ_Don_base & diffusivite_pour_transport() const
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
const Operateur & operateur(int) const override
renvoie terme_diffusif si i=0 renvoie terme_convectif si i=1
int nombre_d_operateurs() const override
virtual const Champ_base & vitesse_pour_transport() const