16#ifndef Convection_Diffusion_Chaleur_WC_included
17#define Convection_Diffusion_Chaleur_WC_included
19#include <Convection_Diffusion_Chaleur_Fluide_Dilatable_base.h>
20#include <Operateur_Grad.h>
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...
Particular case of Convection_Diffusion_Chaleur_Fluide_Dilatable_base for a weakly compressible fluid...
void calculer_div_u_ou_div_rhou(DoubleTab &res) const override
int preparer_calcul() override
Everything that does not depend on other possible problems.
bool is_generic() const override
const Champ_base & vitesse_pour_transport() const override
void completer() override
Completes the construction (initialization) of objects associated with the equation.
void set_param(Param &titi) const override
Operateur_Grad Op_Grad_WC_
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
int sauvegarder(Sortie &) const override
Saves an Objet_U to an output stream. Virtual method to override.
const Operateur_Grad & operateur_gradient_WC() const
int reprendre(Entree &) override
Resumes computation from an input stream.
Class defining operators and methods for all reading operation in an input flow (file,...
A character string (Nom) in uppercase.
Classe Operateur_Grad Generic class of the hierarchy of operators computing the gradient.
Helper class to factorize the readOn method of Objet_U classes.
Base class for output streams.