16#include <Temperature_imposee_paroi_rayo_semi_transp.h>
17#include <Champ_front_contact_rayo_semi_transp_VEF.h>
18#include <Equation_base.h>
48 Motcle Thermique =
"Thermique";
49 Motcle indetermine =
"indetermine";
50 if ((dom_app == Thermique) || (dom_app == indetermine))
66 return le_champ_front;
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...
void err_pas_compatible(const Equation_base &) const
This method is called when the boundary condition is not compatible with the equation on which we try...
virtual void completer()
DOES NOTHING must be overridden in derived classes.
virtual void associer_pb_rayo_semi_transp(const Pb_rayo_semi_transp &)
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 Motcle & domaine_application() const
Returns "indeterminate" Navier_Stokes_standard for example overrides this method.
A character string (Nom) in uppercase.
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.
Semi-transparent radiation problem. Pb_rayo_semi_transp is a Probleme_base with 4 specific features:
Base class for output streams.
Temperature_imposee_paroi_rayo_semi_transp class: used to impose a wall temperature.
void completer() override
DOES NOTHING must be overridden in derived classes.
void calculer_temperature_bord(double temps)
void associer_pb_rayo_semi_transp(const Pb_rayo_semi_transp &) override
int compatible_avec_eqn(const Equation_base &) const override
Returns a boolean indicating whether the boundary conditions are compatible with the specified equati...
Champ_front_base & temperature_bord()
const Cond_lim_base & la_cl() const override
Temperature_imposee_paroi Imposes the wall temperature in a Convection_Diffusion_Temperature type equ...