16#include <Op_Diff_K_Eps_Bas_Re_VDF_base.h>
27 iter->associer_champ_convecte_ou_inc(
equation().inconnue(),
nullptr);
28 iter->set_name_champ_inco(
equation().inconnue().
le_nom().getString());
29 iter->set_convective_op_pb_type(
false , 0 );
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.
void completer() override
Associates the operator with the domaine_dis, the domaine_Cl_dis, and the unknown of its equation.
virtual void completer()
Associates the operator with the domaine_dis, the domaine_Cl_dis, and the unknown of its equation.
Base class for output streams.