16#include <Op_Conv_negligeable.h>
17#include <Champ_base.h>
40 return la_vitesse.valeur();
class Champ_base This class is the base of the fields hierarchy.
Class defining operators and methods for all reading operation in an input flow (file,...
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.
Classe Op_Conv_negligeable This class represents a negligible convection operator.
void associer_vitesse(const Champ_base &) override
Associates the velocity to the operator.
void ajouter_flux(const DoubleTab &inconnue, DoubleTab &contribution) const override
const Champ_base & vitesse() const
Returns the unknown field representing the velocity.
void calculer_flux(const DoubleTab &inconnue, DoubleTab &flux) const override
Operateur_Conv_base This class is the base of the hierarchy of operators representing.
Base class for output streams.