16#include <Paroi_contact_fictif_rayo.h>
17#include <Discretisation_base.h>
18#include <Probleme_base.h>
19#include <Equation_base.h>
25 return s <<
que_suis_je() <<
" " << nom_autre_pb <<
" " << nom_autre_bord <<
" " << conduct_fictif <<
" " << ep_fictif <<
" " << type_rayo;
36 if (type_rayo !=
"TRANSP" && type_rayo !=
"SEMI_TRANSP")
38 Cerr <<
"type_rayo should be TRANSP or SEMI_TRANSP and not " << type_rayo << finl;
50 if (type_rayo ==
"TRANSP")
52 else if (type_rayo ==
"SEMI_TRANSP")
58 if (mon_equation->discretisation().is_vdf())
61 ajout =
"Echange_contact_rayo_transp_VDF ";
63 ajout =
"Paroi_Echange_contact_rayo_semi_transp_VDF ";
65 ajout += nom_autre_pb;
67 ajout += nom_autre_bord;
68 ajout +=
" temperature ";
69 ajout +=
Nom(conduct_fictif / ep_fictif,
"%e");
73 Cerr <<
que_suis_je() <<
"coded only in non-radiating in VEF/PolyMAC_HFV" << finl;
class Cond_lim_utilisateur_base: Classes inheriting from this class are user classes
int is_pb_rayo()
Returns 0 if the problem is not radiating, 1 if it is semi-transparent,.
Class defining operators and methods for all reading operation in an input flow (file,...
class Nom: a character string for naming TRUST objects.
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 exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.