16#include <Source_QC_QDM_Gen.h>
17#include <Equation_base.h>
18#include <Discretisation_base.h>
19#include <Probleme_base.h>
20#include <Modifier_pour_fluide_dilatable.h>
21#include <Fluide_Quasi_Compressible.h>
33 Cerr <<
" Source_QC_QDM_Gen not tested yet.... stopping " << finl;
49 DoubleTrav trav(resu);
52 multiplier_par_rho_si_dilatable(trav,
equation().milieu());
100 Cerr <<
que_suis_je() <<
" can only be used in Quasi Compressible" << finl;
class Champ_base This class is the base of the fields hierarchy.
class Domaine_Cl_dis_base Domaine_Cl_dis_base objects represent discretized boundary conditions
class Domaine_dis_base This class is the base of the hierarchy of discretized domains.
Class defining operators and methods for all reading operation in an input flow (file,...
virtual const Milieu_base & milieu() const =0
Fluide_Quasi_Compressible class This class represents a quasi-compressible fluid,.
const Equation_base & equation() const
Returns the reference to the equation pointed to by MorEqn::mon_equation.
A character string (Nom) in uppercase.
class Nom: a character string for naming TRUST objects.
An array of character strings (VECT(Nom)).
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.
class Probleme_base It is a Probleme_U that is not a coupling.
virtual const Equation_base & equation(int) const =0
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.
Derived classes compute a source term for the QC momentum equation.
int impr(Sortie &os) const override
void completer() override
Met a jour les references internes a l'objet Source_QC_QDM_Gen.
Source source_incompressible
Entree & readOn_spec(Entree &, Nom &)
DoubleTab & ajouter(DoubleTab &) const override
void associer_pb(const Probleme_base &) override
const Champ_base & get_champ(const Motcle &nom) const override
void associer_domaines(const Domaine_dis_base &, const Domaine_Cl_dis_base &) override
DoubleTab & calculer(DoubleTab &) const override
void creer_champ(const Motcle &motlu) override
bool has_champ(const Motcle &nom, OBS_PTR(Champ_base) &ref_champ) const override
void get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
void mettre_a_jour(double temps) override
DOES NOTHING - to override in derived classes.
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.