Loi_Etat_GR_base#

#include <Loi_Etat_GR_base.h>
Brief description

classe Loi_Etat_GR_base Cette classe represente la loi d’etat base pour les gaz reels.

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:`Loi\_Etat\_GR\_base <class-loi-etat-gr-base>`
[Loi\_Etat\_GR\_base](#class-loi-etat-gr-base)

Detailed description#

Elle definit un fluide dilatable dont la loi d’etat est : rho = rho(Pth,H) T = T(Pth,H)

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classLoi__Etat__GR__base__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

calculer_Cp#

Definition
void Loi_Etat_GR_base::calculer_Cp() override
Brief description

Calcule le Cp avec le polynome PolyCp_.

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:`void Loi_Etat_GR_base::calculer_Cp() override <loi-etat-gr-base-public-void-loi-etat-gr-base-calculer-cp-override>`
[void Loi_Etat_GR_base::calculer_Cp() override](#loi-etat-gr-base-public-void-loi-etat-gr-base-calculer-cp-override)

calculer_H#

Definition
double Loi_Etat_GR_base::calculer_H(double, double) const override=0
Brief description

Cas gaz parfait : ne fait rien Cas gaz Reel : doit recalculer l’enthalpie a partir de la pression et la temperature.

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:`double Loi_Etat_GR_base::calculer_H(double, double) const override=0 <loi-etat-gr-base-public-double-loi-etat-gr-base-calculer-h-double-double-const-override-equal-0>`
[double Loi_Etat_GR_base::calculer_H(double, double) const override=0](#loi-etat-gr-base-public-double-loi-etat-gr-base-calculer-h-double-double-const-override-equal-0)

calculer_lambda#

Definition
void Loi_Etat_GR_base::calculer_lambda() override
Brief description

Calcule la conductivite /Cp : equivlent a k*dT/dh pour utiliser l’enthalpie dans l’operatur de diffusion.

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 Loi_Etat_GR_base::calculer_lambda() override <loi-etat-gr-base-public-void-loi-etat-gr-base-calculer-lambda-override>`
[void Loi_Etat_GR_base::calculer_lambda() override](#loi-etat-gr-base-public-void-loi-etat-gr-base-calculer-lambda-override)

calculer_masse_volumique#

Definition
void Loi_Etat_GR_base::calculer_masse_volumique() override
Brief description

Recalcule la masse volumique.

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:`void Loi_Etat_GR_base::calculer_masse_volumique() override <loi-etat-gr-base-public-void-loi-etat-gr-base-calculer-masse-volumique-override>`
[void Loi_Etat_GR_base::calculer_masse_volumique() override](#loi-etat-gr-base-public-void-loi-etat-gr-base-calculer-masse-volumique-override)

calculer_masse_volumique#

Definition
double Loi_Etat_GR_base::calculer_masse_volumique(double, double) const override=0
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:`double Loi_Etat_GR_base::calculer_masse_volumique(double, double) const override=0 <loi-etat-gr-base-public-double-loi-etat-gr-base-calculer-masse-volumique-double-double-const-override-equal-0>`
[double Loi_Etat_GR_base::calculer_masse_volumique(double, double) const override=0](#loi-etat-gr-base-public-double-loi-etat-gr-base-calculer-masse-volumique-double-double-const-override-equal-0)

calculer_temperature#

Definition
virtual double Loi_Etat_GR_base::calculer_temperature(double, double)=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 double Loi_Etat_GR_base::calculer_temperature(double, double)=0 <loi-etat-gr-base-public-virtual-double-loi-etat-gr-base-calculer-temperature-double-double-equal-0>`
[virtual double Loi_Etat_GR_base::calculer_temperature(double, double)=0](#loi-etat-gr-base-public-virtual-double-loi-etat-gr-base-calculer-temperature-double-double-equal-0)

Cp_calc#

Definition
double Loi_Etat_GR_base::Cp_calc(double, double) const
Brief description

Calcule le Cp en fonction des grandeurs physiques P, T, rho Cp = dh/dT = de/dT - 1/rho^2*drho/dT.

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:`double Loi_Etat_GR_base::Cp_calc(double, double) const <loi-etat-gr-base-public-double-loi-etat-gr-base-cp-calc-double-double-const>`
[double Loi_Etat_GR_base::Cp_calc(double, double) const](#loi-etat-gr-base-public-double-loi-etat-gr-base-cp-calc-double-double-const)

De_DP#

Definition
double Loi_Etat_GR_base::De_DP(double, double) 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:`double Loi_Etat_GR_base::De_DP(double, double) const override <loi-etat-gr-base-public-double-loi-etat-gr-base-de-dp-double-double-const-override>`
[double Loi_Etat_GR_base::De_DP(double, double) const override](#loi-etat-gr-base-public-double-loi-etat-gr-base-de-dp-double-double-const-override)

De_DT#

Definition
double Loi_Etat_GR_base::De_DT(double, double) 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:`double Loi_Etat_GR_base::De_DT(double, double) const override <loi-etat-gr-base-public-double-loi-etat-gr-base-de-dt-double-double-const-override>`
[double Loi_Etat_GR_base::De_DT(double, double) const override](#loi-etat-gr-base-public-double-loi-etat-gr-base-de-dt-double-double-const-override)

Drho_DP#

Definition
double Loi_Etat_GR_base::Drho_DP(double, double) const override=0
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:`double Loi_Etat_GR_base::Drho_DP(double, double) const override=0 <loi-etat-gr-base-public-double-loi-etat-gr-base-drho-dp-double-double-const-override-equal-0>`
[double Loi_Etat_GR_base::Drho_DP(double, double) const override=0](#loi-etat-gr-base-public-double-loi-etat-gr-base-drho-dp-double-double-const-override-equal-0)

Drho_DT#

Definition
double Loi_Etat_GR_base::Drho_DT(double, double) const override=0
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:`double Loi_Etat_GR_base::Drho_DT(double, double) const override=0 <loi-etat-gr-base-public-double-loi-etat-gr-base-drho-dt-double-double-const-override-equal-0>`
[double Loi_Etat_GR_base::Drho_DT(double, double) const override=0](#loi-etat-gr-base-public-double-loi-etat-gr-base-drho-dt-double-double-const-override-equal-0)

DT_DH#

Definition
virtual double Loi_Etat_GR_base::DT_DH(double, double) 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 double Loi_Etat_GR_base::DT_DH(double, double) const =0 <loi-etat-gr-base-public-virtual-double-loi-etat-gr-base-dt-dh-double-double-const-equal-0>`
[virtual double Loi_Etat_GR_base::DT_DH(double, double) const =0](#loi-etat-gr-base-public-virtual-double-loi-etat-gr-base-dt-dh-double-double-const-equal-0)

get_info#

Definition
const Type_info * Loi_Etat_GR_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 * Loi_Etat_GR_base::get_info() const override <loi-etat-gr-base-public-const-type-info-ptr-loi-etat-gr-base-get-info-const-override>`
[const Type_info * Loi_Etat_GR_base::get_info() const override](#loi-etat-gr-base-public-const-type-info-ptr-loi-etat-gr-base-get-info-const-override)

initialiser#

Definition
void Loi_Etat_GR_base::initialiser() override
Brief description

Initialise la loi d’etat : calcul Pth.

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 Loi_Etat_GR_base::initialiser() override <loi-etat-gr-base-public-void-loi-etat-gr-base-initialiser-override>`
[void Loi_Etat_GR_base::initialiser() override](#loi-etat-gr-base-public-void-loi-etat-gr-base-initialiser-override)

initialiser_inco_ch#

Definition
void Loi_Etat_GR_base::initialiser_inco_ch() override
Brief description

Initialise l’enthalpie.

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 Loi_Etat_GR_base::initialiser_inco_ch() override <loi-etat-gr-base-public-void-loi-etat-gr-base-initialiser-inco-ch-override>`
[void Loi_Etat_GR_base::initialiser_inco_ch() override](#loi-etat-gr-base-public-void-loi-etat-gr-base-initialiser-inco-ch-override)

inverser_Pth#

Definition
double Loi_Etat_GR_base::inverser_Pth(double, double) override
Brief description

Calcule la pression avec la temperature et la masse volumique.

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:`double Loi_Etat_GR_base::inverser_Pth(double, double) override <loi-etat-gr-base-public-double-loi-etat-gr-base-inverser-pth-double-double-override>`
[double Loi_Etat_GR_base::inverser_Pth(double, double) override](#loi-etat-gr-base-public-double-loi-etat-gr-base-inverser-pth-double-double-override)

Loi_Etat_GR_base#

Definition
Loi_Etat_GR_base::Loi_Etat_GR_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:`Loi_Etat_GR_base::Loi_Etat_GR_base() <loi-etat-gr-base-public-loi-etat-gr-base-loi-etat-gr-base>`
[Loi_Etat_GR_base::Loi_Etat_GR_base()](#loi-etat-gr-base-public-loi-etat-gr-base-loi-etat-gr-base)

masse_molaire#

Definition
double Loi_Etat_GR_base::masse_molaire() const
Brief description
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:`double Loi_Etat_GR_base::masse_molaire() const <loi-etat-gr-base-public-double-loi-etat-gr-base-masse-molaire-const>`
[double Loi_Etat_GR_base::masse_molaire() const](#loi-etat-gr-base-public-double-loi-etat-gr-base-masse-molaire-const)

remplir_T#

Definition
void Loi_Etat_GR_base::remplir_T() override
Brief description

Remplit le tableau de la temperature : T = temp + 273.

Detailed description

15

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 Loi_Etat_GR_base::remplir_T() override <loi-etat-gr-base-public-void-loi-etat-gr-base-remplir-t-override>`
[void Loi_Etat_GR_base::remplir_T() override](#loi-etat-gr-base-public-void-loi-etat-gr-base-remplir-t-override)

type_fluide#

Definition
const Nom Loi_Etat_GR_base::type_fluide() const override
Brief description

Renvoie le type de fluide associe.

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 Nom Loi_Etat_GR_base::type_fluide() const override <loi-etat-gr-base-public-const-nom-loi-etat-gr-base-type-fluide-const-override>`
[const Nom Loi_Etat_GR_base::type_fluide() const override](#loi-etat-gr-base-public-const-nom-loi-etat-gr-base-type-fluide-const-override)

~Loi_Etat_GR_base#

Definition
Loi_Etat_GR_base::~Loi_Etat_GR_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:`Loi_Etat_GR_base::~Loi_Etat_GR_base() override <loi-etat-gr-base-public-loi-etat-gr-base-dtor-loi-etat-gr-base-override>`
[Loi_Etat_GR_base::~Loi_Etat_GR_base() override](#loi-etat-gr-base-public-loi-etat-gr-base-dtor-loi-etat-gr-base-override)

info#

Definition
const Type_info * Loi_Etat_GR_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 * Loi_Etat_GR_base::info() <loi-etat-gr-base-public-static-const-type-info-ptr-loi-etat-gr-base-info>`
[const Type_info * Loi_Etat_GR_base::info()](#loi-etat-gr-base-public-static-const-type-info-ptr-loi-etat-gr-base-info)

self_cast#

Definition
const Loi_Etat_GR_base & Loi_Etat_GR_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 Loi_Etat_GR_base & Loi_Etat_GR_base::self_cast(const Objet_U &) <loi-etat-gr-base-public-static-const-loi-etat-gr-base-ref-loi-etat-gr-base-self-cast-const-objet-u-ref>`
[const Loi_Etat_GR_base & Loi_Etat_GR_base::self_cast(const Objet_U &)](#loi-etat-gr-base-public-static-const-loi-etat-gr-base-ref-loi-etat-gr-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Loi_Etat_GR_base & Loi_Etat_GR_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:`Loi_Etat_GR_base & Loi_Etat_GR_base::self_cast(Objet_U &) <loi-etat-gr-base-public-static-loi-etat-gr-base-ref-loi-etat-gr-base-self-cast-objet-u-ref>`
[Loi_Etat_GR_base & Loi_Etat_GR_base::self_cast(Objet_U &)](#loi-etat-gr-base-public-static-loi-etat-gr-base-ref-loi-etat-gr-base-self-cast-objet-u-ref)

printOn#

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

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

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 & Loi_Etat_GR_base::printOn(Sortie &x) const override <loi-etat-gr-base-protected-sortie-ref-loi-etat-gr-base-printon-sortie-ref-x-const-override>`
[Sortie & Loi_Etat_GR_base::printOn(Sortie &x) const override](#loi-etat-gr-base-protected-sortie-ref-loi-etat-gr-base-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Loi_Etat_GR_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 & Loi_Etat_GR_base::readOn(Entree &) override <loi-etat-gr-base-protected-entree-ref-loi-etat-gr-base-readon-entree-ref-override>`
[Entree & Loi_Etat_GR_base::readOn(Entree &) override](#loi-etat-gr-base-protected-entree-ref-loi-etat-gr-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Loi_Etat_GR_base::info_obj
Cp_ (protected)
double Loi_Etat_GR_base::Cp_
MMole_ (protected)
double Loi_Etat_GR_base::MMole_
R (protected)
double Loi_Etat_GR_base::R
tab_Cp (protected)
DoubleTab Loi_Etat_GR_base::tab_Cp
tab_TempC (protected)
DoubleTab Loi_Etat_GR_base::tab_TempC