16#include <Fluide_Quasi_Compressible.h>
17#include <Pb_QC_base.h>
30 Cerr <<
"A medium of type " << mil.
que_suis_je() <<
" cannot be associated with a Quasi Compressible problem!" << finl;
Class defining operators and methods for all reading operation in an input flow (file,...
Fluide_Quasi_Compressible class This class represents a quasi-compressible fluid,.
Milieu_base This class is the base of the (physical) medium hierarchy.
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 dilatable fluid problems, factorising what is common to all dilatable problems.
void associer_milieu_base(const Milieu_base &) override
Associates a physical medium with the problem equations.
Base class intended to factorise what is common to all quasi-compressible problems.
void associer_milieu_base(const Milieu_base &) override
Associates a physical medium with the problem equations.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.