Masse_ajoutee_base#
#include <Masse_ajoutee_base.h>
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#
public : Correlation_base
Inherited by#
public : Masse_ajoutee_Cai
public : Masse_ajoutee_Coef_Constant
public : Masse_ajoutee_Wijngaarden
public : Masse_ajoutee_Zuber
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#
ajouter#
virtual void Masse_ajoutee_base::ajouter(const double *alpha, const double *rho, DoubleTab &a_r) const =0
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#
virtual void Masse_ajoutee_base::ajouter_inj(const double *flux_alpha, const double *alpha, const double *rho, DoubleTab &f_a_r) const =0
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:`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#
virtual void Masse_ajoutee_base::coeff(const DoubleTab &alpha, const DoubleTab &rho, DoubleTab &coeff) const =0
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#
virtual void Masse_ajoutee_base::coefficient(const double *alpha, const double *rho, DoubleTab &coeff) const
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#
const Type_info * Masse_ajoutee_base::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 * 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#
Masse_ajoutee_base::Masse_ajoutee_base()
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#
Masse_ajoutee_base::~Masse_ajoutee_base() override
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#
const Type_info * Masse_ajoutee_base::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 * 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#
const Masse_ajoutee_base & Masse_ajoutee_base::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 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#
Masse_ajoutee_base & Masse_ajoutee_base::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:`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#
Sortie & Masse_ajoutee_base::printOn(Sortie &x) const override
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#
Entree & Masse_ajoutee_base::readOn(Entree &) override
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#
const Type_info Masse_ajoutee_base::info_obj
double Masse_ajoutee_base::limiter_liquid_ = 0.5