16#include <Echange_externe_impose_H.h>
17#include <Fluide_Dilatable_base.h>
18#include <Equation_base.h>
51 if (le_champ_front->valeurs().size() == 1)
54 return le_fluide->calculer_H(le_champ_front->valeurs()(0, 0));
56 return le_champ_front->valeurs()(0, 0);
58 else if (le_champ_front->valeurs().dimension(1) == 1)
61 return le_fluide->calculer_H(le_champ_front->valeurs()(i, 0));
63 return le_champ_front->valeurs()(i, 0);
66 Cerr <<
"Echange_impose_base::T_ext error" << finl;
80 if (le_champ_front->valeurs().dimension(0) == 1)
83 return le_fluide->calculer_H(le_champ_front->valeurs()(0, j));
85 return le_champ_front->valeurs()(0, j);
90 return le_fluide->calculer_H(le_champ_front->valeurs()(i, j));
92 return le_champ_front->valeurs()(i, j);
virtual void completer()
DOES NOTHING must be overridden in derived classes.
std::vector< Motcle > app_domains
Particular case of the Echange_externe_impose class for an enthalpy equation.
Champ_front_base & T_ext() override
Returns the T_ext field of temperature imposed at the boundary.
void completer() override
Complete the boundary conditions.
Classe Echange_externe_impose: This class represents the special case of the class.
Class defining operators and methods for all reading operation in an input flow (file,...
virtual const Milieu_base & milieu() const =0
Base class for a dilatable fluid, inheriting from Fluide_base.
virtual const Equation_base & equation(const std::string &nom_inc) const
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.
static void abort()
Abort routine for TRUST on a fatal error.
Base class for output streams.