16#include <Pb_Thermohydraulique.h>
17#include <Fluide_Ostwald.h>
19#include <Champ_Uniforme.h>
52 else if (i < 2 + eq_opt_.size() && i > 1)
return eq_opt_[i - 2].valeur();
55 Cerr <<
"Pb_Thermohydraulique::equation() : Wrong equation number" << i <<
"!" << finl;
72 else if (i < 2 + eq_opt_.size() && i > 1)
return eq_opt_[i - 2].valeur();
75 Cerr <<
"Pb_Thermohydraulique::equation() : Wrong equation number" << i <<
"!" << finl;
107 return tester_compatibilite_hydr_thermique(domaine_Cl_hydr,domaine_Cl_th);
class Domaine_Cl_dis_base Domaine_Cl_dis_base objects represent discretized boundary conditions
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.
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_Hydraulique This class represents a standard hydraulic problem in which.
void associer_milieu_base(const Milieu_base &) override
Associates the medium to the problem.
Navier_Stokes_std eq_hydraulique
Pb_Thermohydraulique This class represents a standard thermohydraulic problem:
void associer_milieu_base(const Milieu_base &) override
Associates the medium to the problem. The medium must be of type incompressible fluid.
Convection_Diffusion_Temperature eq_thermique
const Equation_base & equation(int) const override
Returns the hydraulic equation of type Navier_Stokes_std if i=0, returns the thermal equation of type...
int verifier() override
Tests the compatibility of the thermal and hydraulic equations.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.