Masse_ajoutee_base#

#include <Masse_ajoutee_base.h>
Brief description

classe Masse_ajoutee_base masse ajoutee de la forme

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\_ajoutee\_base <class-masse-ajoutee-base>`
[Masse\_ajoutee\_base](#class-masse-ajoutee-base)

Detailed description#

alpha_k rho_k Dv_k / Dt - > alpha_k rho_k Dv_k / Dt + sum_l ma(k, l) Dv_l / Dt cette classe definit une fonction calculer avec : entrees : alpha[n] - > taux de presence de la phase n rho[n] - > masse volumique de la phase n entree / sortie : a_r(k, l) - > a mettre dans l’equation de qdm (par defaut : alpha(k) * rho(k) pour la phase k) NB: le alpha donnee a la correlation est le alpha passe : pas de derivee a calculer

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classMasse__ajoutee__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

ajouter#

Definition
virtual void Masse_ajoutee_base::ajouter(const double *alpha, const double *rho, DoubleTab &a_r) const =0
Brief description
Detailed description
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:`virtual void Masse_ajoutee_base::ajouter(const double *alpha, const double *rho, DoubleTab &a_r) const =0 <masse-ajoutee-base-public-virtual-void-masse-ajoutee-base-ajouter-const-double-ptr-alpha-const-double-ptr-rho-doubletab-ref-a-r-const-equal-0>`
[virtual void Masse_ajoutee_base::ajouter(const double *alpha, const double *rho, DoubleTab &a_r) const =0](#masse-ajoutee-base-public-virtual-void-masse-ajoutee-base-ajouter-const-double-ptr-alpha-const-double-ptr-rho-doubletab-ref-a-r-const-equal-0)

ajouter_inj#

Definition
virtual void Masse_ajoutee_base::ajouter_inj(const double *flux_alpha, const double *alpha, const double *rho, DoubleTab &f_a_r) const =0
Brief description
Detailed description
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:`virtual void Masse_ajoutee_base::ajouter_inj(const double *flux_alpha, const double *alpha, const double *rho, DoubleTab &f_a_r) const =0 <masse-ajoutee-base-public-virtual-void-masse-ajoutee-base-ajouter-inj-const-double-ptr-flux-alpha-const-double-ptr-alpha-const-double-ptr-rho-doubletab-ref-f-a-r-const-equal-0>`
[virtual void Masse_ajoutee_base::ajouter_inj(const double *flux_alpha, const double *alpha, const double *rho, DoubleTab &f_a_r) const =0](#masse-ajoutee-base-public-virtual-void-masse-ajoutee-base-ajouter-inj-const-double-ptr-flux-alpha-const-double-ptr-alpha-const-double-ptr-rho-doubletab-ref-f-a-r-const-equal-0)

coeff#

Definition
virtual void Masse_ajoutee_base::coeff(const DoubleTab &alpha, const DoubleTab &rho, DoubleTab &coeff) const =0
Brief description
Detailed description
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:`virtual void Masse_ajoutee_base::coeff(const DoubleTab &alpha, const DoubleTab &rho, DoubleTab &coeff) const =0 <masse-ajoutee-base-public-virtual-void-masse-ajoutee-base-coeff-const-doubletab-ref-alpha-const-doubletab-ref-rho-doubletab-ref-coeff-const-equal-0>`
[virtual void Masse_ajoutee_base::coeff(const DoubleTab &alpha, const DoubleTab &rho, DoubleTab &coeff) const =0](#masse-ajoutee-base-public-virtual-void-masse-ajoutee-base-coeff-const-doubletab-ref-alpha-const-doubletab-ref-rho-doubletab-ref-coeff-const-equal-0)

coefficient#

Definition
virtual void Masse_ajoutee_base::coefficient(const double *alpha, const double *rho, DoubleTab &coeff) 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:`virtual void Masse_ajoutee_base::coefficient(const double *alpha, const double *rho, DoubleTab &coeff) const <masse-ajoutee-base-public-virtual-void-masse-ajoutee-base-coefficient-const-double-ptr-alpha-const-double-ptr-rho-doubletab-ref-coeff-const>`
[virtual void Masse_ajoutee_base::coefficient(const double *alpha, const double *rho, DoubleTab &coeff) const](#masse-ajoutee-base-public-virtual-void-masse-ajoutee-base-coefficient-const-double-ptr-alpha-const-double-ptr-rho-doubletab-ref-coeff-const)

get_info#

Definition
const Type_info * Masse_ajoutee_base::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_ajoutee_base::get_info() const override <masse-ajoutee-base-public-const-type-info-ptr-masse-ajoutee-base-get-info-const-override>`
[const Type_info * Masse_ajoutee_base::get_info() const override](#masse-ajoutee-base-public-const-type-info-ptr-masse-ajoutee-base-get-info-const-override)

Masse_ajoutee_base#

Definition
Masse_ajoutee_base::Masse_ajoutee_base()
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_ajoutee_base::Masse_ajoutee_base() <masse-ajoutee-base-public-masse-ajoutee-base-masse-ajoutee-base>`
[Masse_ajoutee_base::Masse_ajoutee_base()](#masse-ajoutee-base-public-masse-ajoutee-base-masse-ajoutee-base)

~Masse_ajoutee_base#

Definition
Masse_ajoutee_base::~Masse_ajoutee_base() override
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_ajoutee_base::~Masse_ajoutee_base() override <masse-ajoutee-base-public-masse-ajoutee-base-dtor-masse-ajoutee-base-override>`
[Masse_ajoutee_base::~Masse_ajoutee_base() override](#masse-ajoutee-base-public-masse-ajoutee-base-dtor-masse-ajoutee-base-override)

info#

Definition
const Type_info * Masse_ajoutee_base::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_ajoutee_base::info() <masse-ajoutee-base-public-static-const-type-info-ptr-masse-ajoutee-base-info>`
[const Type_info * Masse_ajoutee_base::info()](#masse-ajoutee-base-public-static-const-type-info-ptr-masse-ajoutee-base-info)

self_cast#

Definition
const Masse_ajoutee_base & Masse_ajoutee_base::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_ajoutee_base & Masse_ajoutee_base::self_cast(const Objet_U &) <masse-ajoutee-base-public-static-const-masse-ajoutee-base-ref-masse-ajoutee-base-self-cast-const-objet-u-ref>`
[const Masse_ajoutee_base & Masse_ajoutee_base::self_cast(const Objet_U &)](#masse-ajoutee-base-public-static-const-masse-ajoutee-base-ref-masse-ajoutee-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Masse_ajoutee_base & Masse_ajoutee_base::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_ajoutee_base & Masse_ajoutee_base::self_cast(Objet_U &) <masse-ajoutee-base-public-static-masse-ajoutee-base-ref-masse-ajoutee-base-self-cast-objet-u-ref>`
[Masse_ajoutee_base & Masse_ajoutee_base::self_cast(Objet_U &)](#masse-ajoutee-base-public-static-masse-ajoutee-base-ref-masse-ajoutee-base-self-cast-objet-u-ref)

printOn#

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

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

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

readOn#

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

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

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

Attributes Documentation#

info_obj (public)
const Type_info Masse_ajoutee_base::info_obj
limiter_liquid_ (protected)
double Masse_ajoutee_base::limiter_liquid_ = 0.5