16#include <Neumann_paroi_adiabatique.h>
26 if (
app_domains.size() == 0)
app_domains = { Motcle(
"Diphasique_moyenne"), Motcle(
"Thermique"), Motcle(
"Thermique_H"), Motcle(
"indetermine"), Motcle(
"Turbulence") };
std::vector< Motcle > app_domains
Class defining operators and methods for all reading operation in an input flow (file,...
Classe Neumann_homogene This class is the base class of the hierarchy of homogeneous Neumann-type bou...
Classe Neumann_paroi_adiabatique This boundary condition corresponds to an adiabatic wall in a.
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.