16#include <Convection_Diffusion_Fluide_Dilatable_Proto.h>
17#include <Convection_Diffusion_Chaleur_WC.h>
18#include <Discretisation_base.h>
19#include <Op_Conv_negligeable.h>
43 if (mot==
"convection")
48 Cerr <<
"Source term creation of the energy equation :"<< finl;
51 Nom type_so =
"Source_WC_Chaleur_";
53 if (disc==
"VEFPreP1B") disc =
"VEF";
56 so->associer_eqn(*
this);
57 Cerr<<so->que_suis_je()<<finl;
58 Cerr <<
"Typing of the convection operator : ";
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...
const Champ_base & vitesse_pour_transport() const override
int preparer_calcul() override
Everything that does not depend on other possible problems.
int remplir_cl_modifiee()
Fills the modified boundary condition domain with 1 everywhere on the boundary.
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.
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.
int reprendre(Entree &) override
Resumes computation from an input stream.
void calculer_div_rho_u_impl(DoubleTab &res, const Convection_Diffusion_Fluide_Dilatable_base &eqn) const
static int Reprendre_WC(Entree &is, double temps, Convection_Diffusion_std &eq, Fluide_Dilatable_base &fld, Champ_Inc_base &inco, Probleme_base &pb)
static int Sauvegarder_WC(Sortie &os, const Convection_Diffusion_std &eq, const Fluide_Dilatable_base &fld)
const Champ_Inc_base & inconnue() const override
class Domaine_Cl_dis_base Domaine_Cl_dis_base objects represent discretized boundary conditions
class Domaine_dis_base This class is the base of the hierarchy of discretized domains.
Class defining operators and methods for all reading operation in an input flow (file,...
virtual void set_param(Param &titi) const override
const Discretisation_base & discretisation() const
Returns the discretization associated with the equation.
virtual void completer()
Completes the construction (initialization) of objects associated with the equation.
virtual Domaine_Cl_dis_base & domaine_Cl_dis()
Returns the discretized boundary condition domain associated with the equation.
Probleme_base & probleme()
Returns the problem associated with the equation.
int lire_motcle_non_standard(const Motcle &, Entree &) override
Reads non-simple-type parameters of an Objet_U from an input stream.
Schema_Temps_base & schema_temps()
Returns the time scheme associated with the equation.
Domaine_dis_base & domaine_dis()
Returns the discretized domain associated with the equation.
A character string (Nom) in uppercase.
class Nom: a character string for naming TRUST objects.
const Nom & que_suis_je() const
Returns the string identifying the class.
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.
Helper class to factorize the readOn method of Objet_U classes.
double temps_courant() const
Returns the current time.
Base class for output streams.
Source Generic class of the source term hierarchy. A Source object can.
void typer_direct(const Nom &)