16#include <Pb_Thermohydraulique_QC.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)
Base class intended to factorise what is common to all quasi-compressible problems.
Pb_Thermohydraulique_QC class This class represents a thermohydraulic problem for a quasi-compressibl...
int nombre_d_equations() const override
Returns 2 because there are 2 equations: Navier_Stokes_QC and Convection_Diffusion_Chaleur_QC.
Navier_Stokes_QC eq_hydraulique
Convection_Diffusion_Chaleur_QC eq_thermique
const Equation_base & equation(int) const override
Returns the hydraulic equation of type Navier_Stokes_QC 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.