16#include <Entree_fluide_temperature_imposee_H.h>
17#include <Fluide_Dilatable_base.h>
18#include <Equation_base.h>
49 if (le_champ_front->valeurs().size() == 1)
52 return le_fluide->calculer_H(le_champ_front->valeurs()(0, 0));
54 return le_champ_front->valeurs()(0, 0);
56 else if (le_champ_front->valeurs().dimension(1) == 1)
59 return le_fluide->calculer_H(le_champ_front->valeurs()(i, 0));
61 return le_champ_front->valeurs()(i, 0);
64 Cerr <<
"Temperature_imposee_paroi_H::val_imp error" << finl;
78 if (le_champ_front->valeurs().dimension(0) == 1)
81 return le_fluide->calculer_H(le_champ_front->valeurs()(0, j));
83 return le_champ_front->valeurs()(0, j);
88 return le_fluide->calculer_H(le_champ_front->valeurs()(i, j));
90 return le_champ_front->valeurs()(i, j);
std::vector< Motcle > app_domains
Particular case of the Dirichlet_entree_fluide class for an equation with enthalpy as unknown.
void completer() override
Complete the boundary conditions.
double val_imp(int i) const override
Returns the imposed value for the i-th component of the boundary field.
Entree_fluide_temperature_imposee Special case of the class Dirichlet_entree_fluide for imposed tempe...
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.