Changement_phase_base#

#include <Changement_phase_base.h>
Brief description

classe Changement_phase_base correlations de changement de phase

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:`Changement\_phase\_base <class-changement-phase-base>`
[Changement\_phase\_base](#class-changement-phase-base)

Detailed description#

G_{kl} = G(alpha, p, T) (a remplir pour k liquide, l vapeur) cette classe definit une fonction flux avec : entrees : k, l - > paire de phases D_h - > diametre hyd alpha[n] - > taux de presence de la phase n T[n] - > temperature de la phase n p - > pression nv[n] - > norme de la vitesse de la phase n lambda[n], mu[n], rho[n], Cp[n] - > diverses proprietes physiques de la phase n sat - > objet “saturation” associe au couple (k, l) sorties : retour - > flux de masse G de k vers l dT_G(n) - > derivee de G en T[n] da_G(n) - > derivee de G en a[n] dp_G - > derivee de G en p

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classChangement__phase__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

calculer#

Definition
virtual double Changement_phase_base::calculer(int k, int l, const double dh, const double *alpha, const double *T, const double p, const double *nv, const double *lambda, const double *mu, const double *rho, const double *Cp, const Saturation_base &sat, DoubleTab &dT_G, DoubleTab &da_G, double &dp_G) const =0
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:`virtual double Changement_phase_base::calculer(int k, int l, const double dh, const double *alpha, const double *T, const double p, const double *nv, const double *lambda, const double *mu, const double *rho, const double *Cp, const Saturation_base &sat, DoubleTab &dT_G, DoubleTab &da_G, double &dp_G) const =0 <changement-phase-base-public-virtual-double-changement-phase-base-calculer-int-k-int-l-const-double-dh-const-double-ptr-alpha-const-double-ptr-t-const-double-p-const-double-ptr-nv-const-double-ptr-lambda-const-double-ptr-mu-const-double-ptr-rho-const-double-ptr-cp-const-saturation-base-ref-sat-doubletab-ref-dt-g-doubletab-ref-da-g-double-ref-dp-g-const-equal-0>`
[virtual double Changement_phase_base::calculer(int k, int l, const double dh, const double *alpha, const double *T, const double p, const double *nv, const double *lambda, const double *mu, const double *rho, const double *Cp, const Saturation_base &sat, DoubleTab &dT_G, DoubleTab &da_G, double &dp_G) const =0](#changement-phase-base-public-virtual-double-changement-phase-base-calculer-int-k-int-l-const-double-dh-const-double-ptr-alpha-const-double-ptr-t-const-double-p-const-double-ptr-nv-const-double-ptr-lambda-const-double-ptr-mu-const-double-ptr-rho-const-double-ptr-cp-const-saturation-base-ref-sat-doubletab-ref-dt-g-doubletab-ref-da-g-double-ref-dp-g-const-equal-0)

Changement_phase_base#

Definition
Changement_phase_base::Changement_phase_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:`Changement_phase_base::Changement_phase_base() <changement-phase-base-public-changement-phase-base-changement-phase-base>`
[Changement_phase_base::Changement_phase_base()](#changement-phase-base-public-changement-phase-base-changement-phase-base)

get_info#

Definition
const Type_info * Changement_phase_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 * Changement_phase_base::get_info() const override <changement-phase-base-public-const-type-info-ptr-changement-phase-base-get-info-const-override>`
[const Type_info * Changement_phase_base::get_info() const override](#changement-phase-base-public-const-type-info-ptr-changement-phase-base-get-info-const-override)

~Changement_phase_base#

Definition
Changement_phase_base::~Changement_phase_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:`Changement_phase_base::~Changement_phase_base() override <changement-phase-base-public-changement-phase-base-dtor-changement-phase-base-override>`
[Changement_phase_base::~Changement_phase_base() override](#changement-phase-base-public-changement-phase-base-dtor-changement-phase-base-override)

info#

Definition
const Type_info * Changement_phase_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 * Changement_phase_base::info() <changement-phase-base-public-static-const-type-info-ptr-changement-phase-base-info>`
[const Type_info * Changement_phase_base::info()](#changement-phase-base-public-static-const-type-info-ptr-changement-phase-base-info)

self_cast#

Definition
const Changement_phase_base & Changement_phase_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 Changement_phase_base & Changement_phase_base::self_cast(const Objet_U &) <changement-phase-base-public-static-const-changement-phase-base-ref-changement-phase-base-self-cast-const-objet-u-ref>`
[const Changement_phase_base & Changement_phase_base::self_cast(const Objet_U &)](#changement-phase-base-public-static-const-changement-phase-base-ref-changement-phase-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Changement_phase_base & Changement_phase_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:`Changement_phase_base & Changement_phase_base::self_cast(Objet_U &) <changement-phase-base-public-static-changement-phase-base-ref-changement-phase-base-self-cast-objet-u-ref>`
[Changement_phase_base & Changement_phase_base::self_cast(Objet_U &)](#changement-phase-base-public-static-changement-phase-base-ref-changement-phase-base-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Changement_phase_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 & Changement_phase_base::printOn(Sortie &x) const override <changement-phase-base-protected-sortie-ref-changement-phase-base-printon-sortie-ref-x-const-override>`
[Sortie & Changement_phase_base::printOn(Sortie &x) const override](#changement-phase-base-protected-sortie-ref-changement-phase-base-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Changement_phase_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 & Changement_phase_base::readOn(Entree &) override <changement-phase-base-protected-entree-ref-changement-phase-base-readon-entree-ref-override>`
[Entree & Changement_phase_base::readOn(Entree &) override](#changement-phase-base-protected-entree-ref-changement-phase-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Changement_phase_base::info_obj