16#include <Pb_Thermohydraulique_Concentration_Turbulent.h>
17#include <Pb_Hydraulique_Concentration_Turbulent.h>
18#include <Pb_Thermohydraulique_Turbulent_QC.h>
19#include <Pb_Thermohydraulique_Turbulent.h>
20#include <Pb_Hydraulique_Turbulent.h>
21#include <Source_Transport_proto.h>
22#include <Fluide_Dilatable_base.h>
35 Cerr <<
"C1_eps = " <<
C1 << finl;
36 Cerr <<
"C2_eps = " <<
C2 << finl;
57 Cerr <<
"C1_eps = " <<
C1 << finl;
58 Cerr <<
"C2_eps = " <<
C2 << finl;
59 Cerr <<
"C3_eps = " <<
C3 << finl;
78 Cerr <<
"C2_eps = " <<
C2 << finl;
82 Cerr <<
"Interpolation arithmetique de la viscosite turbulente aux faces (si VEF) = " << finl;
84 Cerr <<
"Interpolation harmonique de la viscosite turbulente aux faces (si VEF) = " << finl;
86 Cerr <<
"Interpolation harmonique ponderee par les volumes de maille de la viscosite turbulente aux faces (si VEF) = " << finl;
88 Cerr <<
"Interpolation harmonique ponderee par les tailles de maille de la viscosite turbulente aux faces (si VEF) = " << finl;
106 Cerr <<
"C2_eps = " <<
C2 << finl;
107 Cerr <<
"C3_eps = " <<
C3 << finl;
142 Cerr <<
"You are using the k-omega model in quasi-compressible. It might not be well validated. Use with caution." << finl;
179 Cerr <<
"You forgot to define beta_co field in the fluid. It is mandatory when using the K-Eps model (buoyancy effects)." << finl;
180 Cerr <<
"If you don't want buoyancy effects, then specify: beta_co champ_uniforme 1 0." << finl;
Convection_Diffusion_Concentration Special case of Convection_Diffusion_std.
Convection_Diffusion_Temperature Special case of Convection_Diffusion_std.
Class defining operators and methods for all reading operation in an input flow (file,...
virtual const Milieu_base & milieu() const =0
Base class for a dilatable fluid, inheriting from Fluide_base.
Base class for an incompressible fluid and its properties:
const Champ_Don_base & beta_c() const
Milieu_base This class is the base of the (physical) medium hierarchy.
virtual const Champ_Don_base & beta_t() const
Returns beta_t of the medium (const version).
virtual const Champ_Don_base & gravite() const
Returns the gravity of the medium if it has been associated, raises an error otherwise (const version...
class Nom: a character string for naming TRUST objects.
const Nom & que_suis_je() const
Returns the string identifying the class.
Helper class to factorize the readOn method of Objet_U classes.
void ajouter(const char *keyword, const int *value, Param::Nature nat=Param::OPTIONAL)
Register an integer parameter.
int lire_avec_accolades(Entree &is)
Alias of lire_avec_accolades_depuis.
Turbulent hydraulics problem with species transport (one or more concentrations).
Turbulent hydraulics problem.
Turbulent thermohydraulics problem with species transport (one or more concentrations).
Turbulent thermohydraulics problem for a quasi-compressible fluid.
Turbulent thermohydraulics problem.
class Probleme_base It is a Probleme_U that is not a coupling.
virtual int nombre_d_equations() const =0
virtual const Equation_base & equation(int) const =0
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Entree & readOn_anisotherme(Entree &, const Nom &)
Entree & readOn_anisotherme_concen_real(Entree &, const Nom &)
Entree & readOn_concen(Entree &, const Nom &)
Entree & readOn_anisotherme_real(Entree &, const Nom &)
Entree & readOn_concen_real(Entree &, const Nom &)
double _coefficient_limiteur
Entree & readOn_nothing(Entree &, const Nom &)
void associer_pb_concen(const Probleme_base &)
void associer_pb_anisotherme(const Probleme_base &)
void verifier_milieu_concen(const Probleme_base &, const Nom &)
void verifier_pb_keps_anisotherme(const Probleme_base &, const Nom &)
void associer_pb_proto(const Probleme_base &)
void verifier_pb_keps(const Probleme_base &, const Nom &)
Entree & readOn_real(Entree &, const Nom &)
Entree & readOn_anisotherme_concen(Entree &, const Nom &)
void verifier_milieu_anisotherme(const Probleme_base &, const Nom &)
int _interpolation_viscosite_turbulente
Entree & readOn_proto(Entree &, const Nom &)
void verifier_pb_komega(const Probleme_base &, const Nom &)
void verifier_milieu_anisotherme_concen(const Probleme_base &, const Nom &)
void associer_pb_anisotherme_concen(const Probleme_base &)
void verifier_pb_keps_concen(const Probleme_base &, const Nom &)
void verifier_beta_concen(const Fluide_base &)
void verifier_pb_keps_anisotherme_concen(const Probleme_base &, const Nom &)