16#include <Echange_global_impose_rayo_semi_transp.h>
17#include <Equation_base.h>
30 Motcles les_motcles(2);
32 les_motcles[0] =
"h_imp";
33 les_motcles[1] =
"T_ext";
40 int rang = les_motcles.search(motlu);
56 Cerr <<
"Error reading the boundary condition of type " << finl;
57 Cerr <<
"Echange_global_impose_rayo_semi_transp " << finl;
58 Cerr <<
"Expected " << les_motcles <<
" instead of " << motlu << finl;
78 const int nb_comp = le_champ_front->nb_comp();
class Champ_front_base Base class for the hierarchy of boundary fields.
class Cond_lim_base Base class for the hierarchy of classes that represent the different boundary con...
Domaine_Cl_dis_base & domaine_Cl_dis()
Returns the domain of discretized boundary conditions to which the object belongs.
class Echange_global_impose_rayo_semi_transp
void verifie_ch_init_nb_comp() const override
Calls the verification of the field read through the equation for which the boundary condition is con...
const Cond_lim_base & la_cl() const override
void completer() override
DOES NOTHING must be overridden in derived classes.
Champ_front_base & temperature_bord()
Classe Echange_global_impose This class represents the special case of the class.
void completer() override
DOES NOTHING must be overridden in derived classes.
virtual Champ_front_base & T_ext()
Returns the T_ext field of temperature imposed at the boundary.
Class defining operators and methods for all reading operation in an input flow (file,...
class Equation_base The role of an equation is the calculation of one or more fields....
virtual const Champ_Inc_base & inconnue() const =0
virtual void verifie_ch_init_nb_comp(const Champ_Inc_base &ch_ref, const int nb_comp) const
Verification of the number of components read for the specification of a field.
const Equation_base & equation() const
Returns the reference to the equation pointed to by MorEqn::mon_equation.
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 exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.