16#include <Energie_Multiphase_Enthalpie.h>
17#include <Pb_Multiphase_Enthalpie.h>
18#include <Discret_Thyd.h>
29 l_inco_ch_->nommer(
"enthalpie");
36 Cerr <<
"Energy-enthalpy equation discretization " << finl;
41 l_inco_ch_->fixer_nom_compo(i,
Nom(
"enthalpie_") + pb.
nom_phase(i));
44 Cerr <<
"Energie_Multiphase_Enthalpie::discretiser() ok" << finl;
class Champ_Don_base base class of Given Fields (not calculated)
class Champ_base This class is the base of the fields hierarchy.
const Milieu_base & milieu() const override
void enthalpie(const Schema_Temps_base &, Domaine_dis_base &, OWN_PTR(Champ_Inc_base)&, int nb_comp=1) const
class Discret_Thyd This class is the base class representing a discretization
void discretiser() override
Discretizes the equation.
const Champ_base & diffusivite_pour_pas_de_temps() const override
const Champ_Don_base & diffusivite_pour_transport() const override
Specialisation of Convection_Diffusion_std for multiphase flows where the transported scalar is tempe...
Class defining operators and methods for all reading operation in an input flow (file,...
const Discretisation_base & discretisation() const
Returns the discretization associated with the equation.
Probleme_base & probleme()
Returns the problem associated with the equation.
Schema_Temps_base & schema_temps()
Returns the time scheme associated with the equation.
virtual void discretiser()
Discretizes the equation.
Champs_compris champs_compris_
Domaine_dis_base & domaine_dis()
Returns the discretized domain associated with the equation.
virtual const Champ_Don_base & diffusivite_fois_rho() const
virtual const Champ_Don_base & diffusivite() const
Returns the diffusivity of the medium (const version).
class Nom: a character string for naming TRUST objects.
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 Nom & nom_phase(int i) const
Base class for output streams.