Loi_Etat_GP_base#
#include <Loi_Etat_GP_base.h>
classe Loi_Etat_GP_base Cette classe represente la loi d’etat base pour les gaz parfaits.
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\_GP\_base <class-loi-etat-gp-base>`
[Loi\_Etat\_GP\_base](#class-loi-etat-gp-base)
Detailed description#
Elle definit un fluide dilatable dont la loi d’etat est : Pth = rho*R*T
Inherits from#
public : Loi_Etat_base
Inherited by#
public : Loi_Etat_Melange_GP_base
public : Loi_Etat_Mono_GP_base
public : Loi_Etat_rhoT_GP_QC
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#
associer_fluide#
void Loi_Etat_GP_base::associer_fluide(const Fluide_Dilatable_base &) override
Associe le fluide a la loi d’etat.
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:`void Loi_Etat_GP_base::associer_fluide(const Fluide_Dilatable_base &) override <loi-etat-gp-base-public-void-loi-etat-gp-base-associer-fluide-const-fluide-dilatable-base-ref-override>`
[void Loi_Etat_GP_base::associer_fluide(const Fluide_Dilatable_base &) override](#loi-etat-gp-base-public-void-loi-etat-gp-base-associer-fluide-const-fluide-dilatable-base-ref-override)
calculer_alpha#
void Loi_Etat_GP_base::calculer_alpha() override
Calcule la diffusivite.
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_GP_base::calculer_alpha() override <loi-etat-gp-base-public-void-loi-etat-gp-base-calculer-alpha-override>`
[void Loi_Etat_GP_base::calculer_alpha() override](#loi-etat-gp-base-public-void-loi-etat-gp-base-calculer-alpha-override)
calculer_Cp#
void Loi_Etat_GP_base::calculer_Cp() override
Calcule le Cp NE FAIT RIEN : le Cp est constant.
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:`void Loi_Etat_GP_base::calculer_Cp() override <loi-etat-gp-base-public-void-loi-etat-gp-base-calculer-cp-override>`
[void Loi_Etat_GP_base::calculer_Cp() override](#loi-etat-gp-base-public-void-loi-etat-gp-base-calculer-cp-override)
calculer_lambda#
void Loi_Etat_GP_base::calculer_lambda() override
Calcule la conductivite.
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_GP_base::calculer_lambda() override <loi-etat-gp-base-public-void-loi-etat-gp-base-calculer-lambda-override>`
[void Loi_Etat_GP_base::calculer_lambda() override](#loi-etat-gp-base-public-void-loi-etat-gp-base-calculer-lambda-override)
calculer_masse_volumique#
void Loi_Etat_GP_base::calculer_masse_volumique() override
Calcule 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:`void Loi_Etat_GP_base::calculer_masse_volumique() override <loi-etat-gp-base-public-void-loi-etat-gp-base-calculer-masse-volumique-override>`
[void Loi_Etat_GP_base::calculer_masse_volumique() override](#loi-etat-gp-base-public-void-loi-etat-gp-base-calculer-masse-volumique-override)
calculer_masse_volumique#
double Loi_Etat_GP_base::calculer_masse_volumique(double, double) const override
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_GP_base::calculer_masse_volumique(double, double) const override <loi-etat-gp-base-public-double-loi-etat-gp-base-calculer-masse-volumique-double-double-const-override>`
[double Loi_Etat_GP_base::calculer_masse_volumique(double, double) const override](#loi-etat-gp-base-public-double-loi-etat-gp-base-calculer-masse-volumique-double-double-const-override)
get_info#
const Type_info * Loi_Etat_GP_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 * Loi_Etat_GP_base::get_info() const override <loi-etat-gp-base-public-const-type-info-ptr-loi-etat-gp-base-get-info-const-override>`
[const Type_info * Loi_Etat_GP_base::get_info() const override](#loi-etat-gp-base-public-const-type-info-ptr-loi-etat-gp-base-get-info-const-override)
initialiser#
void Loi_Etat_GP_base::initialiser() override
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_GP_base::initialiser() override <loi-etat-gp-base-public-void-loi-etat-gp-base-initialiser-override>`
[void Loi_Etat_GP_base::initialiser() override](#loi-etat-gp-base-public-void-loi-etat-gp-base-initialiser-override)
inverser_Pth#
double Loi_Etat_GP_base::inverser_Pth(double, double) override
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_GP_base::inverser_Pth(double, double) override <loi-etat-gp-base-public-double-loi-etat-gp-base-inverser-pth-double-double-override>`
[double Loi_Etat_GP_base::inverser_Pth(double, double) override](#loi-etat-gp-base-public-double-loi-etat-gp-base-inverser-pth-double-double-override)
Loi_Etat_GP_base#
Loi_Etat_GP_base::Loi_Etat_GP_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:`Loi_Etat_GP_base::Loi_Etat_GP_base() <loi-etat-gp-base-public-loi-etat-gp-base-loi-etat-gp-base>`
[Loi_Etat_GP_base::Loi_Etat_GP_base()](#loi-etat-gp-base-public-loi-etat-gp-base-loi-etat-gp-base)
R#
double Loi_Etat_GP_base::R() 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:`double Loi_Etat_GP_base::R() const <loi-etat-gp-base-public-double-loi-etat-gp-base-r-cap-const>`
[double Loi_Etat_GP_base::R() const](#loi-etat-gp-base-public-double-loi-etat-gp-base-r-cap-const)
remplir_T#
void Loi_Etat_GP_base::remplir_T() override
Remplit le tableau de la temperature : T = temp + 273.
Detailed description
15
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:`void Loi_Etat_GP_base::remplir_T() override <loi-etat-gp-base-public-void-loi-etat-gp-base-remplir-t-override>`
[void Loi_Etat_GP_base::remplir_T() override](#loi-etat-gp-base-public-void-loi-etat-gp-base-remplir-t-override)
type_fluide#
const Nom Loi_Etat_GP_base::type_fluide() const override
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_GP_base::type_fluide() const override <loi-etat-gp-base-public-const-nom-loi-etat-gp-base-type-fluide-const-override>`
[const Nom Loi_Etat_GP_base::type_fluide() const override](#loi-etat-gp-base-public-const-nom-loi-etat-gp-base-type-fluide-const-override)
~Loi_Etat_GP_base#
Loi_Etat_GP_base::~Loi_Etat_GP_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:`Loi_Etat_GP_base::~Loi_Etat_GP_base() override <loi-etat-gp-base-public-loi-etat-gp-base-dtor-loi-etat-gp-base-override>`
[Loi_Etat_GP_base::~Loi_Etat_GP_base() override](#loi-etat-gp-base-public-loi-etat-gp-base-dtor-loi-etat-gp-base-override)
info#
const Type_info * Loi_Etat_GP_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 * Loi_Etat_GP_base::info() <loi-etat-gp-base-public-static-const-type-info-ptr-loi-etat-gp-base-info>`
[const Type_info * Loi_Etat_GP_base::info()](#loi-etat-gp-base-public-static-const-type-info-ptr-loi-etat-gp-base-info)
self_cast#
const Loi_Etat_GP_base & Loi_Etat_GP_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 Loi_Etat_GP_base & Loi_Etat_GP_base::self_cast(const Objet_U &) <loi-etat-gp-base-public-static-const-loi-etat-gp-base-ref-loi-etat-gp-base-self-cast-const-objet-u-ref>`
[const Loi_Etat_GP_base & Loi_Etat_GP_base::self_cast(const Objet_U &)](#loi-etat-gp-base-public-static-const-loi-etat-gp-base-ref-loi-etat-gp-base-self-cast-const-objet-u-ref)
self_cast#
Loi_Etat_GP_base & Loi_Etat_GP_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:`Loi_Etat_GP_base & Loi_Etat_GP_base::self_cast(Objet_U &) <loi-etat-gp-base-public-static-loi-etat-gp-base-ref-loi-etat-gp-base-self-cast-objet-u-ref>`
[Loi_Etat_GP_base & Loi_Etat_GP_base::self_cast(Objet_U &)](#loi-etat-gp-base-public-static-loi-etat-gp-base-ref-loi-etat-gp-base-self-cast-objet-u-ref)
printOn#
Sortie & Loi_Etat_GP_base::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
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:`Sortie & Loi_Etat_GP_base::printOn(Sortie &x) const override <loi-etat-gp-base-protected-sortie-ref-loi-etat-gp-base-printon-sortie-ref-x-const-override>`
[Sortie & Loi_Etat_GP_base::printOn(Sortie &x) const override](#loi-etat-gp-base-protected-sortie-ref-loi-etat-gp-base-printon-sortie-ref-x-const-override)
readOn#
Entree & Loi_Etat_GP_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 & Loi_Etat_GP_base::readOn(Entree &) override <loi-etat-gp-base-protected-entree-ref-loi-etat-gp-base-readon-entree-ref-override>`
[Entree & Loi_Etat_GP_base::readOn(Entree &) override](#loi-etat-gp-base-protected-entree-ref-loi-etat-gp-base-readon-entree-ref-override)
Attributes Documentation#
const Type_info Loi_Etat_GP_base::info_obj
double Loi_Etat_GP_base::Cp_
double Loi_Etat_GP_base::R_