16#include <Neumann_paroi.h>
17#include <Domaine_Cl_dis_base.h>
18#include <Equation_base.h>
19#include <Probleme_base.h>
20#include <Milieu_base.h>
31 if (
app_domains.size() == 0)
app_domains = { Motcle(
"Thermique"), Motcle(
"Thermique_H"), Motcle(
"diphasique_moyenne"), Motcle(
"Concentration"), Motcle(
"fraction_massique"),
32 Motcle(
"Fraction_volumique"), Motcle(
"Turbulence"), Motcle(
"Interfacial_area"), Motcle(
"indetermine") , Motcle(
"Cahn_Hilliard")
43 const int nb_comp = le_champ_front->nb_comp();
Domaine_Cl_dis_base & domaine_Cl_dis()
Returns the domain of discretized boundary conditions to which the object belongs.
std::vector< Motcle > app_domains
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_cl(const Champ_Inc_base &ch_ref, const int nb_comp, const Cond_lim_base &cl) const
const Equation_base & equation() const
Returns the reference to the equation pointed to by MorEqn::mon_equation.
Classe Neumann_paroi This boundary condition corresponds to an imposed flux for the.
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...
Classe Neumann This class is the base class of the hierarchy of Neumann-type boundary conditions.
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.