Dispersion_bulles_base#

#include <Dispersion_bulles_base.h>
Brief description

classe Dispersion_bulles_base utilitaire pour les operateurs de dispersion turbulente ou la force

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:`Dispersion\_bulles\_base <class-dispersion-bulles-base>`
[Dispersion\_bulles\_base](#class-dispersion-bulles-base)

Detailed description#

exercee sur le gaz par le liquide prend la forme F_{kl} = - F_{lk} = - C_{kl} grad(alpha{k}) + C_{lk} grad(alpha{l}) ou la phase l est la phase liquide porteuse et k ! = 0 une phase quelconque cette classe definit une fonction C_{kl}! = C_{lk} dependant de : alpha, p, T - > inconnues (une valeur par phase chacune) rho, mu, sigma, nut, k_turb - > proprietes physiques (idem) ndv(k, l) - > ||v_k - v_l||, a remplir pour k <l sortie : coeff(k, l, 0/1) - > coefficient C_{kl} et sa derivee en ndv(k, l), rempli pour k <l

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classDispersion__bulles__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

coefficient#

Definition
virtual void Dispersion_bulles_base::coefficient(const input_t &input, output_t &output) 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 Dispersion_bulles_base::coefficient(const input_t &input, output_t &output) const =0 <dispersion-bulles-base-public-virtual-void-dispersion-bulles-base-coefficient-const-input-t-ref-input-output-t-ref-output-const-equal-0>`
[virtual void Dispersion_bulles_base::coefficient(const input_t &input, output_t &output) const =0](#dispersion-bulles-base-public-virtual-void-dispersion-bulles-base-coefficient-const-input-t-ref-input-output-t-ref-output-const-equal-0)

Dispersion_bulles_base#

Definition
Dispersion_bulles_base::Dispersion_bulles_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:`Dispersion_bulles_base::Dispersion_bulles_base() <dispersion-bulles-base-public-dispersion-bulles-base-dispersion-bulles-base>`
[Dispersion_bulles_base::Dispersion_bulles_base()](#dispersion-bulles-base-public-dispersion-bulles-base-dispersion-bulles-base)

get_info#

Definition
const Type_info * Dispersion_bulles_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 * Dispersion_bulles_base::get_info() const override <dispersion-bulles-base-public-const-type-info-ptr-dispersion-bulles-base-get-info-const-override>`
[const Type_info * Dispersion_bulles_base::get_info() const override](#dispersion-bulles-base-public-const-type-info-ptr-dispersion-bulles-base-get-info-const-override)

~Dispersion_bulles_base#

Definition
Dispersion_bulles_base::~Dispersion_bulles_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:`Dispersion_bulles_base::~Dispersion_bulles_base() override <dispersion-bulles-base-public-dispersion-bulles-base-dtor-dispersion-bulles-base-override>`
[Dispersion_bulles_base::~Dispersion_bulles_base() override](#dispersion-bulles-base-public-dispersion-bulles-base-dtor-dispersion-bulles-base-override)

info#

Definition
const Type_info * Dispersion_bulles_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 * Dispersion_bulles_base::info() <dispersion-bulles-base-public-static-const-type-info-ptr-dispersion-bulles-base-info>`
[const Type_info * Dispersion_bulles_base::info()](#dispersion-bulles-base-public-static-const-type-info-ptr-dispersion-bulles-base-info)

self_cast#

Definition
const Dispersion_bulles_base & Dispersion_bulles_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 Dispersion_bulles_base & Dispersion_bulles_base::self_cast(const Objet_U &) <dispersion-bulles-base-public-static-const-dispersion-bulles-base-ref-dispersion-bulles-base-self-cast-const-objet-u-ref>`
[const Dispersion_bulles_base & Dispersion_bulles_base::self_cast(const Objet_U &)](#dispersion-bulles-base-public-static-const-dispersion-bulles-base-ref-dispersion-bulles-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Dispersion_bulles_base & Dispersion_bulles_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:`Dispersion_bulles_base & Dispersion_bulles_base::self_cast(Objet_U &) <dispersion-bulles-base-public-static-dispersion-bulles-base-ref-dispersion-bulles-base-self-cast-objet-u-ref>`
[Dispersion_bulles_base & Dispersion_bulles_base::self_cast(Objet_U &)](#dispersion-bulles-base-public-static-dispersion-bulles-base-ref-dispersion-bulles-base-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Dispersion_bulles_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 & Dispersion_bulles_base::printOn(Sortie &x) const override <dispersion-bulles-base-protected-sortie-ref-dispersion-bulles-base-printon-sortie-ref-x-const-override>`
[Sortie & Dispersion_bulles_base::printOn(Sortie &x) const override](#dispersion-bulles-base-protected-sortie-ref-dispersion-bulles-base-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Dispersion_bulles_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 & Dispersion_bulles_base::readOn(Entree &) override <dispersion-bulles-base-protected-entree-ref-dispersion-bulles-base-readon-entree-ref-override>`
[Entree & Dispersion_bulles_base::readOn(Entree &) override](#dispersion-bulles-base-protected-entree-ref-dispersion-bulles-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Dispersion_bulles_base::info_obj