QDM_Multiphase#
#include <QDM_Multiphase.h>
classe QDM_Multiphase Cette classe porte les termes de l’equation de la dynamique
How to reference this class#
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`QDM\_Multiphase <class-qdm-multiphase>`
[QDM\_Multiphase](#class-qdm-multiphase)
Detailed description#
pour un fluide sans modelisation de la turbulence. On suppose l’hypothese de fluide quasi compressible. Sous ces hypotheses, on utilise la forme suivante des equations de Navier_Stokes: DU/dt = div(terme visqueux) - gradP/rho + sources/rho div U = W avec DU/dt : derivee particulaire de la vitesse rho : masse volumique Rq : l’implementation de la classe permet bien sur de negliger certains termes de l’equation (le terme visqueux, le terme convectif, tel ou tel terme source). L’inconnue est le champ de vitesse.
Inherits from#
public : Navier_Stokes_std
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
abortTimeStep#
void QDM_Multiphase::abortTimeStep() override
Reinitialiser ce qui doit l’etre.
Detailed description
Cette methode est appelee lorsqu’un pas de temps est abandonne, par exemple parce que le calcul a diverge. Il faut donc nettoyer ce qui pourrait polluer la nouvelle resolution.
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void QDM_Multiphase::abortTimeStep() override <qdm-multiphase-public-void-qdm-multiphase-aborttimestep-override>`
[void QDM_Multiphase::abortTimeStep() override](#qdm-multiphase-public-void-qdm-multiphase-aborttimestep-override)
alpha_res#
double QDM_Multiphase::alpha_res() const
Detailed description
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`double QDM_Multiphase::alpha_res() const <qdm-multiphase-public-double-qdm-multiphase-alpha-res-const>`
[double QDM_Multiphase::alpha_res() const](#qdm-multiphase-public-double-qdm-multiphase-alpha-res-const)
assembler_blocs_avec_inertie#
void QDM_Multiphase::assembler_blocs_avec_inertie(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) override
Detailed description
Reimplements:
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void QDM_Multiphase::assembler_blocs_avec_inertie(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) override <qdm-multiphase-public-void-qdm-multiphase-assembler-blocs-avec-inertie-matrices-t-matrices-doubletab-ref-secmem-const-tabs-t-ref-semi-impl-equal-{}-override>`
[void QDM_Multiphase::assembler_blocs_avec_inertie(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) override](#qdm-multiphase-public-void-qdm-multiphase-assembler-blocs-avec-inertie-matrices-t-matrices-doubletab-ref-secmem-const-tabs-t-ref-semi-impl-equal-{}-override)
completer#
void QDM_Multiphase::completer() override
Complete l’equation base, associe la pression a l’equation,.
Detailed description
complete la divergence, le gradient et le solveur pression. Ajout de 2 termes sources: l’un representant la force centrifuge dans le cas axi - symetrique,l’autre intervenant dans la resolution en 2D axisymetrique
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void QDM_Multiphase::completer() override <qdm-multiphase-public-void-qdm-multiphase-completer-override>`
[void QDM_Multiphase::completer() override](#qdm-multiphase-public-void-qdm-multiphase-completer-override)
creer_champ#
void QDM_Multiphase::creer_champ(const Motcle &motlu) override
Detailed description
Reimplements:
References
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void QDM_Multiphase::creer_champ(const Motcle &motlu) override <qdm-multiphase-public-void-qdm-multiphase-creer-champ-const-motcle-ref-motlu-override>`
[void QDM_Multiphase::creer_champ(const Motcle &motlu) override](#qdm-multiphase-public-void-qdm-multiphase-creer-champ-const-motcle-ref-motlu-override)
diffusivite_pour_pas_de_temps#
const Champ_base & QDM_Multiphase::diffusivite_pour_pas_de_temps() const override
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Champ_base & QDM_Multiphase::diffusivite_pour_pas_de_temps() const override <qdm-multiphase-public-const-champ-base-ref-qdm-multiphase-diffusivite-pour-pas-de-temps-const-override>`
[const Champ_base & QDM_Multiphase::diffusivite_pour_pas_de_temps() const override](#qdm-multiphase-public-const-champ-base-ref-qdm-multiphase-diffusivite-pour-pas-de-temps-const-override)
diffusivite_pour_transport#
const Champ_Don_base & QDM_Multiphase::diffusivite_pour_transport() const override
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Champ_Don_base & QDM_Multiphase::diffusivite_pour_transport() const override <qdm-multiphase-public-const-champ-don-base-ref-qdm-multiphase-diffusivite-pour-transport-const-override>`
[const Champ_Don_base & QDM_Multiphase::diffusivite_pour_transport() const override](#qdm-multiphase-public-const-champ-don-base-ref-qdm-multiphase-diffusivite-pour-transport-const-override)
dimensionner_blocs#
void QDM_Multiphase::dimensionner_blocs(matrices_t matrices, const tabs_t &semi_impl={}) const override
Detailed description
Reimplements:
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void QDM_Multiphase::dimensionner_blocs(matrices_t matrices, const tabs_t &semi_impl={}) const override <qdm-multiphase-public-void-qdm-multiphase-dimensionner-blocs-matrices-t-matrices-const-tabs-t-ref-semi-impl-equal-{}-const-override>`
[void QDM_Multiphase::dimensionner_blocs(matrices_t matrices, const tabs_t &semi_impl={}) const override](#qdm-multiphase-public-void-qdm-multiphase-dimensionner-blocs-matrices-t-matrices-const-tabs-t-ref-semi-impl-equal-{}-const-override)
dimensionner_matrice_sans_mem#
void QDM_Multiphase::dimensionner_matrice_sans_mem(Matrice_Morse &matrice) override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void QDM_Multiphase::dimensionner_matrice_sans_mem(Matrice_Morse &matrice) override <qdm-multiphase-public-void-qdm-multiphase-dimensionner-matrice-sans-mem-matrice-morse-ref-matrice-override>`
[void QDM_Multiphase::dimensionner_matrice_sans_mem(Matrice_Morse &matrice) override](#qdm-multiphase-public-void-qdm-multiphase-dimensionner-matrice-sans-mem-matrice-morse-ref-matrice-override)
discretiser_grad_p#
void QDM_Multiphase::discretiser_grad_p() override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void QDM_Multiphase::discretiser_grad_p() override <qdm-multiphase-public-void-qdm-multiphase-discretiser-grad-p-override>`
[void QDM_Multiphase::discretiser_grad_p() override](#qdm-multiphase-public-void-qdm-multiphase-discretiser-grad-p-override)
discretiser_vitesse#
void QDM_Multiphase::discretiser_vitesse() override
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void QDM_Multiphase::discretiser_vitesse() override <qdm-multiphase-public-void-qdm-multiphase-discretiser-vitesse-override>`
[void QDM_Multiphase::discretiser_vitesse() override](#qdm-multiphase-public-void-qdm-multiphase-discretiser-vitesse-override)
duplique#
int QDM_Multiphase::duplique() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int QDM_Multiphase::duplique() const override <qdm-multiphase-public-int-qdm-multiphase-duplique-const-override>`
[int QDM_Multiphase::duplique() const override](#qdm-multiphase-public-int-qdm-multiphase-duplique-const-override)
get_info#
const Type_info * QDM_Multiphase::get_info() const override
Donne des informations sur le type de l’ Objet_U .
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * QDM_Multiphase::get_info() const override <qdm-multiphase-public-const-type-info-ptr-qdm-multiphase-get-info-const-override>`
[const Type_info * QDM_Multiphase::get_info() const override](#qdm-multiphase-public-const-type-info-ptr-qdm-multiphase-get-info-const-override)
get_noms_champs_postraitables#
void QDM_Multiphase::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void QDM_Multiphase::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override <qdm-multiphase-public-void-qdm-multiphase-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override>`
[void QDM_Multiphase::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override](#qdm-multiphase-public-void-qdm-multiphase-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override)
has_interface_blocs#
int QDM_Multiphase::has_interface_blocs() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int QDM_Multiphase::has_interface_blocs() const override <qdm-multiphase-public-int-qdm-multiphase-has-interface-blocs-const-override>`
[int QDM_Multiphase::has_interface_blocs() const override](#qdm-multiphase-public-int-qdm-multiphase-has-interface-blocs-const-override)
impr#
int QDM_Multiphase::impr(Sortie &os) const override
Effectue quelques impressions sur un flot de sortie: - maximum de div U.
Detailed description
terme convectif - terme diffusif - divergence-gradient
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int QDM_Multiphase::impr(Sortie &os) const override <qdm-multiphase-public-int-qdm-multiphase-impr-sortie-ref-os-const-override>`
[int QDM_Multiphase::impr(Sortie &os) const override](#qdm-multiphase-public-int-qdm-multiphase-impr-sortie-ref-os-const-override)
initTimeStep#
bool QDM_Multiphase::initTimeStep(double dt) override
Allocation et initialisation de l’inconnue et des CLs jusqu’a present + dt.
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`bool QDM_Multiphase::initTimeStep(double dt) override <qdm-multiphase-public-bool-qdm-multiphase-inittimestep-double-dt-override>`
[bool QDM_Multiphase::initTimeStep(double dt) override](#qdm-multiphase-public-bool-qdm-multiphase-inittimestep-double-dt-override)
lire_motcle_non_standard#
int QDM_Multiphase::lire_motcle_non_standard(const Motcle &, Entree &) override
Lecture des parametres de type non simple d’un objet_U a partir d’un flot d’entree.
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int QDM_Multiphase::lire_motcle_non_standard(const Motcle &, Entree &) override <qdm-multiphase-public-int-qdm-multiphase-lire-motcle-non-standard-const-motcle-ref-entree-ref-override>`
[int QDM_Multiphase::lire_motcle_non_standard(const Motcle &, Entree &) override](#qdm-multiphase-public-int-qdm-multiphase-lire-motcle-non-standard-const-motcle-ref-entree-ref-override)
mettre_a_jour#
void QDM_Multiphase::mettre_a_jour(double temps) override
Effectue une mise a jour en temps de l’equation.
Detailed description
Appelle Equation_base::mettre_a_jour(double) et met a jour la pression. Integration des points suivis si le fluide est marque Mise a jour du champ postraitable correspondant
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void QDM_Multiphase::mettre_a_jour(double temps) override <qdm-multiphase-public-void-qdm-multiphase-mettre-a-jour-double-temps-override>`
[void QDM_Multiphase::mettre_a_jour(double temps) override](#qdm-multiphase-public-void-qdm-multiphase-mettre-a-jour-double-temps-override)
QDM_Multiphase#
QDM_Multiphase::QDM_Multiphase()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`QDM_Multiphase::QDM_Multiphase() <qdm-multiphase-public-qdm-multiphase-qdm-multiphase>`
[QDM_Multiphase::QDM_Multiphase()](#qdm-multiphase-public-qdm-multiphase-qdm-multiphase)
set_param#
void QDM_Multiphase::set_param(Param ¶m) override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void QDM_Multiphase::set_param(Param ¶m) override <qdm-multiphase-public-void-qdm-multiphase-set-param-param-ref-param-override>`
[void QDM_Multiphase::set_param(Param ¶m) override](#qdm-multiphase-public-void-qdm-multiphase-set-param-param-ref-param-override)
taille_memoire#
unsigned QDM_Multiphase::taille_memoire() const override
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`unsigned QDM_Multiphase::taille_memoire() const override <qdm-multiphase-public-unsigned-qdm-multiphase-taille-memoire-const-override>`
[unsigned QDM_Multiphase::taille_memoire() const override](#qdm-multiphase-public-unsigned-qdm-multiphase-taille-memoire-const-override)
vitesse_pour_transport#
const Champ_base & QDM_Multiphase::vitesse_pour_transport() const override
Detailed description
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Champ_base & QDM_Multiphase::vitesse_pour_transport() const override <qdm-multiphase-public-const-champ-base-ref-qdm-multiphase-vitesse-pour-transport-const-override>`
[const Champ_base & QDM_Multiphase::vitesse_pour_transport() const override](#qdm-multiphase-public-const-champ-base-ref-qdm-multiphase-vitesse-pour-transport-const-override)
~QDM_Multiphase#
QDM_Multiphase::~QDM_Multiphase()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`QDM_Multiphase::~QDM_Multiphase() <qdm-multiphase-public-qdm-multiphase-dtor-qdm-multiphase>`
[QDM_Multiphase::~QDM_Multiphase()](#qdm-multiphase-public-qdm-multiphase-dtor-qdm-multiphase)
cree_instance#
Objet_U * QDM_Multiphase::cree_instance()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Objet_U * QDM_Multiphase::cree_instance() <qdm-multiphase-public-static-objet-u-ptr-qdm-multiphase-cree-instance>`
[Objet_U * QDM_Multiphase::cree_instance()](#qdm-multiphase-public-static-objet-u-ptr-qdm-multiphase-cree-instance)
info#
const Type_info * QDM_Multiphase::info()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * QDM_Multiphase::info() <qdm-multiphase-public-static-const-type-info-ptr-qdm-multiphase-info>`
[const Type_info * QDM_Multiphase::info()](#qdm-multiphase-public-static-const-type-info-ptr-qdm-multiphase-info)
self_cast#
const QDM_Multiphase & QDM_Multiphase::self_cast(const Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const QDM_Multiphase & QDM_Multiphase::self_cast(const Objet_U &) <qdm-multiphase-public-static-const-qdm-multiphase-ref-qdm-multiphase-self-cast-const-objet-u-ref>`
[const QDM_Multiphase & QDM_Multiphase::self_cast(const Objet_U &)](#qdm-multiphase-public-static-const-qdm-multiphase-ref-qdm-multiphase-self-cast-const-objet-u-ref)
self_cast#
QDM_Multiphase & QDM_Multiphase::self_cast(Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`QDM_Multiphase & QDM_Multiphase::self_cast(Objet_U &) <qdm-multiphase-public-static-qdm-multiphase-ref-qdm-multiphase-self-cast-objet-u-ref>`
[QDM_Multiphase & QDM_Multiphase::self_cast(Objet_U &)](#qdm-multiphase-public-static-qdm-multiphase-ref-qdm-multiphase-self-cast-objet-u-ref)
lire_cond_init#
Entree & QDM_Multiphase::lire_cond_init(Entree &) override
Lecture des conditions initiales dans un flot d’entree.
Detailed description
Le format de lecture est le suivant: { Nom [DOIT ETRE LE NOM DE L’INCONNUE] [LIRE UN CHAMP DONNE] }
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Entree & QDM_Multiphase::lire_cond_init(Entree &) override <qdm-multiphase-protected-entree-ref-qdm-multiphase-lire-cond-init-entree-ref-override>`
[Entree & QDM_Multiphase::lire_cond_init(Entree &) override](#qdm-multiphase-protected-entree-ref-qdm-multiphase-lire-cond-init-entree-ref-override)
preparer_calcul#
int QDM_Multiphase::preparer_calcul() override
cf Equation_base::preparer_calcul() Assemblage du solveur pression et
Detailed description
initialisation de la pression. assemblage du systeme en pression
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`int QDM_Multiphase::preparer_calcul() override <qdm-multiphase-protected-int-qdm-multiphase-preparer-calcul-override>`
[int QDM_Multiphase::preparer_calcul() override](#qdm-multiphase-protected-int-qdm-multiphase-preparer-calcul-override)
printOn#
Sortie & QDM_Multiphase::printOn(Sortie &x) const override
Surcharge Objet_U::printOn Imprime l’equation et ses composants sur un flot de sortie.
Detailed description
Imprime le nom de l’equation, le solveur masse, les termes sources les conditions aux limites discretisees, les inconnues et les operateurs.
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Sortie & QDM_Multiphase::printOn(Sortie &x) const override <qdm-multiphase-protected-sortie-ref-qdm-multiphase-printon-sortie-ref-x-const-override>`
[Sortie & QDM_Multiphase::printOn(Sortie &x) const override](#qdm-multiphase-protected-sortie-ref-qdm-multiphase-printon-sortie-ref-x-const-override)
readOn#
Entree & QDM_Multiphase::readOn(Entree &) override
Appel Equation_base::readOn(Entree& is) En sortie verifie que l’on a bien lu:
Detailed description
le terme diffusif, - le terme convectif, - le solveur en pression
Reimplements:
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Entree & QDM_Multiphase::readOn(Entree &) override <qdm-multiphase-protected-entree-ref-qdm-multiphase-readon-entree-ref-override>`
[Entree & QDM_Multiphase::readOn(Entree &) override](#qdm-multiphase-protected-entree-ref-qdm-multiphase-readon-entree-ref-override)
Attributes Documentation#
const Type_info QDM_Multiphase::info_obj
Operateur_Evanescence QDM_Multiphase::evanescence_
std::vector<TRUST_Deriv<Champ_Fonc_base>> QDM_Multiphase::grad_vit_phases_
Motcles QDM_Multiphase::noms_grad_vit_phases_
Motcles QDM_Multiphase::noms_vit_phases_
std::vector<TRUST_Deriv<Champ_Inc_base>> QDM_Multiphase::vit_phases_