16#include <Source_Chaleur_Fluide_Dilatable_base.h>
17#include <Fluide_Dilatable_base.h>
18#include <Schema_Temps_base.h>
19#include <Equation_base.h>
35 Cerr<<
"Source_Chaleur_Fluide_Dilatable_base::completer()"<<finl;
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for a dilatable fluid, inheriting from Fluide_base.
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.
Additional source term for the heat equation when the fluid is quasi-compressible.
DoubleTab & calculer(DoubleTab &) const override
void completer() override
Updates internal references of the Source_base object.
DoubleTab & ajouter(DoubleTab &) const override=0
Source_base A Source_base object is a term appearing on the right-hand side of an.
virtual void completer()
Updates internal references of the Source_base object.