16#ifndef Convection_Diffusion_Chaleur_QC_included
17#define Convection_Diffusion_Chaleur_QC_included
19#include <Convection_Diffusion_Chaleur_Fluide_Dilatable_base.h>
45 double TMIN_ = std::numeric_limits<double>::quiet_NaN();
46 double TMAX_ = std::numeric_limits<double>::quiet_NaN();
class Champ_base This class is the base of the fields hierarchy.
Particular case of Convection_Diffusion_std for a quasi-dilatable fluid when the transported scalar i...
bool is_generic() const override
int preparer_calcul() override
Everything that does not depend on other possible problems.
void mettre_a_jour(double) override
The value of the unknown at the time step has been calculated.
void set_param(Param &titi) const override
Convection_Diffusion_Chaleur_QC()
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
const Champ_base & vitesse_pour_transport() const override
void calculer_div_u_ou_div_rhou(DoubleTab &res) const override
Class defining operators and methods for all reading operation in an input flow (file,...
A character string (Nom) in uppercase.
Helper class to factorize the readOn method of Objet_U classes.