16#include <Op_Div_VDF_base.h>
17#include <Pb_Multiphase.h>
28 iter_->associer_champ_convecte_ou_inc(
equation().inconnue(),
nullptr);
29 iter_->set_name_champ_inco(
equation().inconnue().
le_nom().getString());
35 return iter_->impr(os);
Class defining operators and methods for all reading operation in an input flow (file,...
const Equation_base & equation() const
Returns the reference to the equation pointed to by MorEqn::mon_equation.
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 const Nom & le_nom() const
Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
class Op_Div_VDF_base Classe de base des operateurs de divergence VDF
int impr(Sortie &os) const override
DOES NOTHING - to override in derived classes.
void completer() override
Associates the operator with the domaine_dis, the domaine_Cl_dis, and the unknown of its equation.
Classe Operateur_Div_base This class is the base of the hierarchy of operators representing.
virtual void completer()
Associates the operator with the domaine_dis, the domaine_Cl_dis, and the unknown of its equation.
Multiphase thermohydraulics problem of type "3*N equations":
Base class for output streams.