16#include <Pb_Thermohydraulique_Turbulent.h>
17#include <Fluide_Incompressible.h>
48 if (!(i == 0 || i == 1))
50 Cerr <<
"\nError in Pb_Thermohydraulique_Turbulent::equation() : Wrong number of equation !" << finl;
67 if (!(i == 0 || i == 1))
69 Cerr <<
"\nError in Pb_Thermohydraulique_Turbulent::equation() : Wrong number of equation !" << finl;
95 Cerr <<
"A medium of type " << mil.
que_suis_je() <<
" cannot be associated with " << finl;
96 Cerr <<
"a problem of type Pb_Thermohydraulique_Turbulent " << finl;
Class defining operators and methods for all reading operation in an input flow (file,...
class Equation_base The role of an equation is the calculation of one or more fields....
Base class for an incompressible fluid and its properties:
Milieu_base This class is the base of the (physical) medium hierarchy.
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.
Pb_Fluide_base This class provides a base class for.
Turbulent thermohydraulics problem.
Convection_Diffusion_Temperature_Turbulent eq_thermique
Navier_Stokes_Turbulent eq_hydraulique
const Equation_base & equation(int) const override
int nombre_d_equations() const override
Returns the number of equations.
void associer_milieu_base(const Milieu_base &) override
Associates the medium to the problem.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.