17#ifndef Pb_Thermohydraulique_included
18#define Pb_Thermohydraulique_included
20#include <Convection_Diffusion_Temperature.h>
21#include <Pb_Hydraulique.h>
Convection_Diffusion_Temperature Special case of Convection_Diffusion_std.
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.
Pb_Hydraulique This class represents a standard hydraulic problem in which.
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.
int nombre_d_equations() const override
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.