16#include <Pb_Thermohydraulique_Concentration.h>
17#include <Fluide_Incompressible.h>
18#include <Constituant.h>
99 return tester_compatibilite_hydr_concentration(domaine_Cl_hydr, domaine_Cl_co);
Represents the constituent(s) of a fluid.
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....
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.
Navier_Stokes_std eq_hydraulique
Pb_Thermohydraulique_Concentration This class represents a thermohydraulic problem with concentration...
void associer_milieu_base(const Milieu_base &) override
Associates a medium to the problem. If the medium is of type:
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...
Convection_Diffusion_Concentration eq_concentration
int verifier() override
Tests the compatibility of the convection-diffusion and hydraulic equations.
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.
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.
Base class for output streams.