Masse_Multiphase#

#include <Masse_Multiphase.h>
Brief description

classe Masse_Multiphase Cas particulier de Convection_Diffusion_std pour un fluide quasi conpressible

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:`Masse\_Multiphase <class-masse-multiphase>`
[Masse\_Multiphase](#class-masse-multiphase)

Detailed description#

quand le scalaire subissant le transport est la fraction massique

Inherits from#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classMasse__Multiphase__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

List of Private Methods#

Complete Member Function Documentation#

assembler_blocs_avec_inertie#

Definition
void Masse_Multiphase::assembler_blocs_avec_inertie(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) override
Brief description
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 Masse_Multiphase::assembler_blocs_avec_inertie(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) override <masse-multiphase-public-void-masse-multiphase-assembler-blocs-avec-inertie-matrices-t-matrices-doubletab-ref-secmem-const-tabs-t-ref-semi-impl-equal-{}-override>`
[void Masse_Multiphase::assembler_blocs_avec_inertie(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) override](#masse-multiphase-public-void-masse-multiphase-assembler-blocs-avec-inertie-matrices-t-matrices-doubletab-ref-secmem-const-tabs-t-ref-semi-impl-equal-{}-override)

associer_fluide#

Definition
void Masse_Multiphase::associer_fluide(const Fluide_base &)
Brief description

Associe un fluide de type Fluide_base a l’equation.

Detailed description
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 Masse_Multiphase::associer_fluide(const Fluide_base &) <masse-multiphase-public-void-masse-multiphase-associer-fluide-const-fluide-base-ref>`
[void Masse_Multiphase::associer_fluide(const Fluide_base &)](#masse-multiphase-public-void-masse-multiphase-associer-fluide-const-fluide-base-ref)

associer_milieu_base#

Definition
void Masse_Multiphase::associer_milieu_base(const Milieu_base &) override
Brief description

Associe un milieu physique a l’equation, le milieu est en fait caste en Fluide_base .

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 Masse_Multiphase::associer_milieu_base(const Milieu_base &) override <masse-multiphase-public-void-masse-multiphase-associer-milieu-base-const-milieu-base-ref-override>`
[void Masse_Multiphase::associer_milieu_base(const Milieu_base &) override](#masse-multiphase-public-void-masse-multiphase-associer-milieu-base-const-milieu-base-ref-override)

completer#

Definition
void Masse_Multiphase::completer() override
Brief description

Associe l inconnue de l equation a la loi d etat,.

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 Masse_Multiphase::completer() override <masse-multiphase-public-void-masse-multiphase-completer-override>`
[void Masse_Multiphase::completer() override](#masse-multiphase-public-void-masse-multiphase-completer-override)

dimensionner_blocs#

Definition
void Masse_Multiphase::dimensionner_blocs(matrices_t matrices, const tabs_t &semi_impl={}) const override
Brief description
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 Masse_Multiphase::dimensionner_blocs(matrices_t matrices, const tabs_t &semi_impl={}) const override <masse-multiphase-public-void-masse-multiphase-dimensionner-blocs-matrices-t-matrices-const-tabs-t-ref-semi-impl-equal-{}-const-override>`
[void Masse_Multiphase::dimensionner_blocs(matrices_t matrices, const tabs_t &semi_impl={}) const override](#masse-multiphase-public-void-masse-multiphase-dimensionner-blocs-matrices-t-matrices-const-tabs-t-ref-semi-impl-equal-{}-const-override)

dimensionner_matrice_sans_mem#

Definition
void Masse_Multiphase::dimensionner_matrice_sans_mem(Matrice_Morse &matrice) override
Brief description
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 Masse_Multiphase::dimensionner_matrice_sans_mem(Matrice_Morse &matrice) override <masse-multiphase-public-void-masse-multiphase-dimensionner-matrice-sans-mem-matrice-morse-ref-matrice-override>`
[void Masse_Multiphase::dimensionner_matrice_sans_mem(Matrice_Morse &matrice) override](#masse-multiphase-public-void-masse-multiphase-dimensionner-matrice-sans-mem-matrice-morse-ref-matrice-override)

discretiser#

Definition
void Masse_Multiphase::discretiser() override
Brief description

Discretise l’equation.

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 Masse_Multiphase::discretiser() override <masse-multiphase-public-void-masse-multiphase-discretiser-override>`
[void Masse_Multiphase::discretiser() override](#masse-multiphase-public-void-masse-multiphase-discretiser-override)

domaine_application#

Definition
const Motcle & Masse_Multiphase::domaine_application() const override
Brief description

Renvoie le nom du domaine d’application de l’equation.

Detailed description

Ici “Thermique”.

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 Motcle & Masse_Multiphase::domaine_application() const override <masse-multiphase-public-const-motcle-ref-masse-multiphase-domaine-application-const-override>`
[const Motcle & Masse_Multiphase::domaine_application() const override](#masse-multiphase-public-const-motcle-ref-masse-multiphase-domaine-application-const-override)

duplique#

Definition
int Masse_Multiphase::duplique() const override
Brief description
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 Masse_Multiphase::duplique() const override <masse-multiphase-public-int-masse-multiphase-duplique-const-override>`
[int Masse_Multiphase::duplique() const override](#masse-multiphase-public-int-masse-multiphase-duplique-const-override)

fluide#

Definition
Fluide_base & Masse_Multiphase::fluide()
Brief description

Renvoie le fluide incompressible associe a l’equation.

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:`Fluide_base & Masse_Multiphase::fluide() <masse-multiphase-public-fluide-base-ref-masse-multiphase-fluide>`
[Fluide_base & Masse_Multiphase::fluide()](#masse-multiphase-public-fluide-base-ref-masse-multiphase-fluide)

fluide#

Definition
const Fluide_base & Masse_Multiphase::fluide() const
Brief description

Renvoie le fluide incompressible associe a l’equation.

Detailed description

(version const)

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:`const Fluide_base & Masse_Multiphase::fluide() const <masse-multiphase-public-const-fluide-base-ref-masse-multiphase-fluide-const>`
[const Fluide_base & Masse_Multiphase::fluide() const](#masse-multiphase-public-const-fluide-base-ref-masse-multiphase-fluide-const)

get_fonc_champ_conserve#

Definition
std::pair<std::string, fonc_calc_t> Masse_Multiphase::get_fonc_champ_conserve() const override
Brief description
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:`std::pair<std::string, fonc_calc_t> Masse_Multiphase::get_fonc_champ_conserve() const override <masse-multiphase-public-std-pair-std-string-fonc-calc-t-masse-multiphase-get-fonc-champ-conserve-const-override>`
[std::pair<std::string, fonc_calc_t> Masse_Multiphase::get_fonc_champ_conserve() const override](#masse-multiphase-public-std-pair-std-string-fonc-calc-t-masse-multiphase-get-fonc-champ-conserve-const-override)

get_info#

Definition
const Type_info * Masse_Multiphase::get_info() const override
Brief description

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 * Masse_Multiphase::get_info() const override <masse-multiphase-public-const-type-info-ptr-masse-multiphase-get-info-const-override>`
[const Type_info * Masse_Multiphase::get_info() const override](#masse-multiphase-public-const-type-info-ptr-masse-multiphase-get-info-const-override)

has_interface_blocs#

Definition
int Masse_Multiphase::has_interface_blocs() const override
Brief description
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:`int Masse_Multiphase::has_interface_blocs() const override <masse-multiphase-public-int-masse-multiphase-has-interface-blocs-const-override>`
[int Masse_Multiphase::has_interface_blocs() const override](#masse-multiphase-public-int-masse-multiphase-has-interface-blocs-const-override)

inconnue#

Definition
const Champ_Inc_base & Masse_Multiphase::inconnue() const override
Brief description

Renvoie le champ inconnue representant l’inconnue (T ou H) (version const)

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:`const Champ_Inc_base & Masse_Multiphase::inconnue() const override <masse-multiphase-public-const-champ-inc-base-ref-masse-multiphase-inconnue-const-override>`
[const Champ_Inc_base & Masse_Multiphase::inconnue() const override](#masse-multiphase-public-const-champ-inc-base-ref-masse-multiphase-inconnue-const-override)

inconnue#

Definition
Champ_Inc_base & Masse_Multiphase::inconnue() override
Brief description

Renvoie le champ inconnue representant l’inconnue (T ou H)

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:`Champ_Inc_base & Masse_Multiphase::inconnue() override <masse-multiphase-public-champ-inc-base-ref-masse-multiphase-inconnue-override>`
[Champ_Inc_base & Masse_Multiphase::inconnue() override](#masse-multiphase-public-champ-inc-base-ref-masse-multiphase-inconnue-override)

lire_motcle_non_standard#

Definition
int Masse_Multiphase::lire_motcle_non_standard(const Motcle &, Entree &) override
Brief description

Lecture des parametres de type non simple d’un objet_U a partir d’un flot d’entree.

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:`int Masse_Multiphase::lire_motcle_non_standard(const Motcle &, Entree &) override <masse-multiphase-public-int-masse-multiphase-lire-motcle-non-standard-const-motcle-ref-entree-ref-override>`
[int Masse_Multiphase::lire_motcle_non_standard(const Motcle &, Entree &) override](#masse-multiphase-public-int-masse-multiphase-lire-motcle-non-standard-const-motcle-ref-entree-ref-override)

Masse_Multiphase#

Definition
Masse_Multiphase::Masse_Multiphase()
Brief description
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:`Masse_Multiphase::Masse_Multiphase() <masse-multiphase-public-masse-multiphase-masse-multiphase>`
[Masse_Multiphase::Masse_Multiphase()](#masse-multiphase-public-masse-multiphase-masse-multiphase)

milieu#

Definition
const Milieu_base & Masse_Multiphase::milieu() const override
Brief description

Renvoie le milieu physique de l’equation.

Detailed description

(un Fluide_base upcaste en Milieu_base ) (version const)

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 Milieu_base & Masse_Multiphase::milieu() const override <masse-multiphase-public-const-milieu-base-ref-masse-multiphase-milieu-const-override>`
[const Milieu_base & Masse_Multiphase::milieu() const override](#masse-multiphase-public-const-milieu-base-ref-masse-multiphase-milieu-const-override)

milieu#

Definition
Milieu_base & Masse_Multiphase::milieu() override
Brief description

Renvoie le milieu physique de l’equation.

Detailed description

(un Fluide_base upcaste en Milieu_base )

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:`Milieu_base & Masse_Multiphase::milieu() override <masse-multiphase-public-milieu-base-ref-masse-multiphase-milieu-override>`
[Milieu_base & Masse_Multiphase::milieu() override](#masse-multiphase-public-milieu-base-ref-masse-multiphase-milieu-override)

nombre_d_operateurs#

Definition
int Masse_Multiphase::nombre_d_operateurs() const override
Brief description

Renvoie le nombre d’operateurs de l’equation: 2 pour une equation de diffusion.

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:`int Masse_Multiphase::nombre_d_operateurs() const override <masse-multiphase-public-int-masse-multiphase-nombre-d-operateurs-const-override>`
[int Masse_Multiphase::nombre_d_operateurs() const override](#masse-multiphase-public-int-masse-multiphase-nombre-d-operateurs-const-override)

operateur#

Definition
const Operateur & Masse_Multiphase::operateur(int) const override
Brief description

Renvoie l’operateur specifie par son index: renvoie terme_diffusif si i = 0.

Detailed description

renvoie terme_convectif si i = 1 exit si i>1 (version const)

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:`const Operateur & Masse_Multiphase::operateur(int) const override <masse-multiphase-public-const-operateur-ref-masse-multiphase-operateur-int-const-override>`
[const Operateur & Masse_Multiphase::operateur(int) const override](#masse-multiphase-public-const-operateur-ref-masse-multiphase-operateur-int-const-override)

operateur#

Definition
Operateur & Masse_Multiphase::operateur(int) override
Brief description

Renvoie l’operateur specifie par son index: renvoie terme_diffusif si i = 0.

Detailed description

renvoie terme_convectif si i = 1 exit si i>1

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:`Operateur & Masse_Multiphase::operateur(int) override <masse-multiphase-public-operateur-ref-masse-multiphase-operateur-int-override>`
[Operateur & Masse_Multiphase::operateur(int) override](#masse-multiphase-public-operateur-ref-masse-multiphase-operateur-int-override)

operateur_gradient_inconnue#

Definition
const Operateur_Grad & Masse_Multiphase::operateur_gradient_inconnue() const
Brief description
Detailed description
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:`const Operateur_Grad & Masse_Multiphase::operateur_gradient_inconnue() const <masse-multiphase-public-const-operateur-grad-ref-masse-multiphase-operateur-gradient-inconnue-const>`
[const Operateur_Grad & Masse_Multiphase::operateur_gradient_inconnue() const](#masse-multiphase-public-const-operateur-grad-ref-masse-multiphase-operateur-gradient-inconnue-const)

set_param#

Definition
void Masse_Multiphase::set_param(Param &param) override
Brief description
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 Masse_Multiphase::set_param(Param &param) override <masse-multiphase-public-void-masse-multiphase-set-param-param-ref-param-override>`
[void Masse_Multiphase::set_param(Param &param) override](#masse-multiphase-public-void-masse-multiphase-set-param-param-ref-param-override)

taille_memoire#

Definition
unsigned Masse_Multiphase::taille_memoire() const override
Brief description
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 Masse_Multiphase::taille_memoire() const override <masse-multiphase-public-unsigned-masse-multiphase-taille-memoire-const-override>`
[unsigned Masse_Multiphase::taille_memoire() const override](#masse-multiphase-public-unsigned-masse-multiphase-taille-memoire-const-override)

~Masse_Multiphase#

Definition
Masse_Multiphase::~Masse_Multiphase()
Brief description
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:`Masse_Multiphase::~Masse_Multiphase() <masse-multiphase-public-masse-multiphase-dtor-masse-multiphase>`
[Masse_Multiphase::~Masse_Multiphase()](#masse-multiphase-public-masse-multiphase-dtor-masse-multiphase)

calculer_alpha_rho#

Definition
void Masse_Multiphase::calculer_alpha_rho(const Objet_U &obj, DoubleTab &val, DoubleTab &bval, tabs_t &deriv)
Brief description
Detailed description
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 Masse_Multiphase::calculer_alpha_rho(const Objet_U &obj, DoubleTab &val, DoubleTab &bval, tabs_t &deriv) <masse-multiphase-public-static-void-masse-multiphase-calculer-alpha-rho-const-objet-u-ref-obj-doubletab-ref-val-doubletab-ref-bval-tabs-t-ref-deriv>`
[void Masse_Multiphase::calculer_alpha_rho(const Objet_U &obj, DoubleTab &val, DoubleTab &bval, tabs_t &deriv)](#masse-multiphase-public-static-void-masse-multiphase-calculer-alpha-rho-const-objet-u-ref-obj-doubletab-ref-val-doubletab-ref-bval-tabs-t-ref-deriv)

cree_instance#

Definition
Objet_U * Masse_Multiphase::cree_instance()
Brief description
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 * Masse_Multiphase::cree_instance() <masse-multiphase-public-static-objet-u-ptr-masse-multiphase-cree-instance>`
[Objet_U * Masse_Multiphase::cree_instance()](#masse-multiphase-public-static-objet-u-ptr-masse-multiphase-cree-instance)

info#

Definition
const Type_info * Masse_Multiphase::info()
Brief description
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 * Masse_Multiphase::info() <masse-multiphase-public-static-const-type-info-ptr-masse-multiphase-info>`
[const Type_info * Masse_Multiphase::info()](#masse-multiphase-public-static-const-type-info-ptr-masse-multiphase-info)

self_cast#

Definition
const Masse_Multiphase & Masse_Multiphase::self_cast(const Objet_U &)
Brief description
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 Masse_Multiphase & Masse_Multiphase::self_cast(const Objet_U &) <masse-multiphase-public-static-const-masse-multiphase-ref-masse-multiphase-self-cast-const-objet-u-ref>`
[const Masse_Multiphase & Masse_Multiphase::self_cast(const Objet_U &)](#masse-multiphase-public-static-const-masse-multiphase-ref-masse-multiphase-self-cast-const-objet-u-ref)

self_cast#

Definition
Masse_Multiphase & Masse_Multiphase::self_cast(Objet_U &)
Brief description
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:`Masse_Multiphase & Masse_Multiphase::self_cast(Objet_U &) <masse-multiphase-public-static-masse-multiphase-ref-masse-multiphase-self-cast-objet-u-ref>`
[Masse_Multiphase & Masse_Multiphase::self_cast(Objet_U &)](#masse-multiphase-public-static-masse-multiphase-ref-masse-multiphase-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Masse_Multiphase::printOn(Sortie &x) const override
Brief description

Simple appel a Equation_base::printOn(Sortie&)

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:`Sortie & Masse_Multiphase::printOn(Sortie &x) const override <masse-multiphase-protected-sortie-ref-masse-multiphase-printon-sortie-ref-x-const-override>`
[Sortie & Masse_Multiphase::printOn(Sortie &x) const override](#masse-multiphase-protected-sortie-ref-masse-multiphase-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Masse_Multiphase::readOn(Entree &) override
Brief description

cf Equation_base::readOn(Entree&)

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:`Entree & Masse_Multiphase::readOn(Entree &) override <masse-multiphase-protected-entree-ref-masse-multiphase-readon-entree-ref-override>`
[Entree & Masse_Multiphase::readOn(Entree &) override](#masse-multiphase-protected-entree-ref-masse-multiphase-readon-entree-ref-override)

verifier_somme_alpha#

Definition
void Masse_Multiphase::verifier_somme_alpha()
Brief description
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:`void Masse_Multiphase::verifier_somme_alpha() <masse-multiphase-private-void-masse-multiphase-verifier-somme-alpha>`
[void Masse_Multiphase::verifier_somme_alpha()](#masse-multiphase-private-void-masse-multiphase-verifier-somme-alpha)

Attributes Documentation#

info_obj (public)
const Type_info Masse_Multiphase::info_obj
evanescence_ (protected)
Operateur_Evanescence Masse_Multiphase::evanescence_
l_inco_ch_ (protected)
TRUST_Deriv<Champ_Inc_base> Masse_Multiphase::l_inco_ch_
le_fluide_ (protected)
TRUST_Ref<Fluide_base *> Masse_Multiphase::le_fluide_
Op_Grad_ (protected)
Operateur_Grad Masse_Multiphase::Op_Grad_