16#include <Pb_Thermohydraulique_WC.h>
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....
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.
const Equation_base & equation_impl(int i, const Equation_base &eq1, const Equation_base &eq2) const
int verifier_impl(const Equation_base &eq1, const Equation_base &eq2, const bool is_thermal)
Pb_Thermohydraulique_WC class This class represents a thermohydraulic problem for a weakly compressib...
Navier_Stokes_WC eq_hydraulique
int verifier() override
Tests the compatibility of the thermal and hydraulic equations.
Convection_Diffusion_Chaleur_WC eq_thermique
int nombre_d_equations() const override
Returns 2 because there are 2 equations: Navier_Stokes_WC and Convection_Diffusion_Chaleur_WC.
const Equation_base & equation(int) const override
Returns the hydraulic equation of type Navier_Stokes_WC if i=0. Returns the thermal equation of type ...
Base class intended to factorise what is common to all weakly-compressible problems.
Base class for output streams.