16#include <Echange_interne_global_parfait.h>
17#include <Domaine_Cl_dis_base.h>
18#include <Discretisation_base.h>
38 if (
app_domains.size() == 0)
app_domains = { Motcle(
"Thermique"), Motcle(
"Neutronique"), Motcle(
"fraction_massique"), Motcle(
"indetermine") };
40 EChaine e(
"Champ_front_uniforme 1 1.0");
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...
std::vector< Motcle > app_domains
class Discretisation_base This class represents a spatial discretization scheme, which
Class Echange_interne_global_impose: This class represents the special case of.
Class Echange_interne_global_parfait: Special case of a perfect internal exchange (h=+inf).
int compatible_avec_discr(const Discretisation_base &discr) const override
Returns 1 if the boundary condition is compatible with the discretization passed as parameter.
Class defining operators and methods for all reading operation in an input flow (file,...
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.
Base class for output streams.