Loi_Etat_base#

#include <Loi_Etat_base.h>
Brief description

classe Loi_Etat_base Cette classe est la base de la hierarchie des lois d’etat.

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

Detailed description#

Elle definit un fluide dilatable

Inherits from#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

abortTimeStep#

Definition
void Loi_Etat_base::abortTimeStep()
Brief description
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:`void Loi_Etat_base::abortTimeStep() <loi-etat-base-public-void-loi-etat-base-aborttimestep>`
[void Loi_Etat_base::abortTimeStep()](#loi-etat-base-public-void-loi-etat-base-aborttimestep)

associer_fluide#

Definition
void Loi_Etat_base::associer_fluide(const Fluide_Dilatable_base &)
Brief description

Associe le fluide a la loi d’etat.

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:`void Loi_Etat_base::associer_fluide(const Fluide_Dilatable_base &) <loi-etat-base-public-void-loi-etat-base-associer-fluide-const-fluide-dilatable-base-ref>`
[void Loi_Etat_base::associer_fluide(const Fluide_Dilatable_base &)](#loi-etat-base-public-void-loi-etat-base-associer-fluide-const-fluide-dilatable-base-ref)

assoscier_probleme#

Definition
void Loi_Etat_base::assoscier_probleme(const Probleme_base &pb)
Brief description

Associe le probleme a la loi d’etat.

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:`void Loi_Etat_base::assoscier_probleme(const Probleme_base &pb) <loi-etat-base-public-void-loi-etat-base-assoscier-probleme-const-probleme-base-ref-pb>`
[void Loi_Etat_base::assoscier_probleme(const Probleme_base &pb)](#loi-etat-base-public-void-loi-etat-base-assoscier-probleme-const-probleme-base-ref-pb)

calculer_alpha#

Definition
void Loi_Etat_base::calculer_alpha()
Brief description

Calcule la diffusivite.

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:`void Loi_Etat_base::calculer_alpha() <loi-etat-base-public-void-loi-etat-base-calculer-alpha>`
[void Loi_Etat_base::calculer_alpha()](#loi-etat-base-public-void-loi-etat-base-calculer-alpha)

calculer_Cp#

Definition
virtual void Loi_Etat_base::calculer_Cp()=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 Loi_Etat_base::calculer_Cp()=0 <loi-etat-base-public-virtual-void-loi-etat-base-calculer-cp-equal-0>`
[virtual void Loi_Etat_base::calculer_Cp()=0](#loi-etat-base-public-virtual-void-loi-etat-base-calculer-cp-equal-0)

calculer_H#

Definition
double Loi_Etat_base::calculer_H(double, double) const
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
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_base::calculer_H(double, double) const <loi-etat-base-public-double-loi-etat-base-calculer-h-double-double-const>`
[double Loi_Etat_base::calculer_H(double, double) const](#loi-etat-base-public-double-loi-etat-base-calculer-h-double-double-const)

calculer_lambda#

Definition
void Loi_Etat_base::calculer_lambda()
Brief description

Calcule la conductivite.

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

calculer_masse_volumique#

Definition
void Loi_Etat_base::calculer_masse_volumique()
Brief description

Recalcule la masse volumique.

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

calculer_masse_volumique#

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

calculer_mu#

Definition
void Loi_Etat_base::calculer_mu()
Brief description

Calcule la viscosite.

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:`void Loi_Etat_base::calculer_mu() <loi-etat-base-public-void-loi-etat-base-calculer-mu>`
[void Loi_Etat_base::calculer_mu()](#loi-etat-base-public-void-loi-etat-base-calculer-mu)

calculer_mu_sur_Sc#

Definition
void Loi_Etat_base::calculer_mu_sur_Sc()
Brief description

Ne fait rien Surcharge dans Loi_Etat_Melange_GP.

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:`void Loi_Etat_base::calculer_mu_sur_Sc() <loi-etat-base-public-void-loi-etat-base-calculer-mu-sur-sc>`
[void Loi_Etat_base::calculer_mu_sur_Sc()](#loi-etat-base-public-void-loi-etat-base-calculer-mu-sur-sc)

calculer_nu#

Definition
void Loi_Etat_base::calculer_nu()
Brief description

Calcule la viscosite cinematique.

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:`void Loi_Etat_base::calculer_nu() <loi-etat-base-public-void-loi-etat-base-calculer-nu>`
[void Loi_Etat_base::calculer_nu()](#loi-etat-base-public-void-loi-etat-base-calculer-nu)

calculer_nu_sur_Sc#

Definition
void Loi_Etat_base::calculer_nu_sur_Sc()
Brief description

Ne fait rien Surcharge dans Loi_Etat_Melange_Binaire.

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:`void Loi_Etat_base::calculer_nu_sur_Sc() <loi-etat-base-public-void-loi-etat-base-calculer-nu-sur-sc>`
[void Loi_Etat_base::calculer_nu_sur_Sc()](#loi-etat-base-public-void-loi-etat-base-calculer-nu-sur-sc)

ch_temperature#

Definition
Champ_Don_base & Loi_Etat_base::ch_temperature()
Brief description
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:`Champ_Don_base & Loi_Etat_base::ch_temperature() <loi-etat-base-public-champ-don-base-ref-loi-etat-base-ch-temperature>`
[Champ_Don_base & Loi_Etat_base::ch_temperature()](#loi-etat-base-public-champ-don-base-ref-loi-etat-base-ch-temperature)

ch_temperature#

Definition
const Champ_Don_base & Loi_Etat_base::ch_temperature() const
Brief description

Renvoie le champ de le temperature.

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:`const Champ_Don_base & Loi_Etat_base::ch_temperature() const <loi-etat-base-public-const-champ-don-base-ref-loi-etat-base-ch-temperature-const>`
[const Champ_Don_base & Loi_Etat_base::ch_temperature() const](#loi-etat-base-public-const-champ-don-base-ref-loi-etat-base-ch-temperature-const)

champs_compris#

Definition
Champs_compris & Loi_Etat_base::champs_compris()
Brief description
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:`Champs_compris & Loi_Etat_base::champs_compris() <loi-etat-base-public-champs-compris-ref-loi-etat-base-champs-compris>`
[Champs_compris & Loi_Etat_base::champs_compris()](#loi-etat-base-public-champs-compris-ref-loi-etat-base-champs-compris)

creer_champ#

Definition
void Loi_Etat_base::creer_champ(const Motcle &motlu) override
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:`void Loi_Etat_base::creer_champ(const Motcle &motlu) override <loi-etat-base-public-void-loi-etat-base-creer-champ-const-motcle-ref-motlu-override>`
[void Loi_Etat_base::creer_champ(const Motcle &motlu) override](#loi-etat-base-public-void-loi-etat-base-creer-champ-const-motcle-ref-motlu-override)

De_DP#

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

De_DT#

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

Drho_DP#

Definition
double Loi_Etat_base::Drho_DP(double, double) 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_base::Drho_DP(double, double) const <loi-etat-base-public-double-loi-etat-base-drho-dp-double-double-const>`
[double Loi_Etat_base::Drho_DP(double, double) const](#loi-etat-base-public-double-loi-etat-base-drho-dp-double-double-const)

Drho_DT#

Definition
double Loi_Etat_base::Drho_DT(double, double) 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_base::Drho_DT(double, double) const <loi-etat-base-public-double-loi-etat-base-drho-dt-double-double-const>`
[double Loi_Etat_base::Drho_DT(double, double) const](#loi-etat-base-public-double-loi-etat-base-drho-dt-double-double-const)

get_champ#

Definition
const Champ_base & Loi_Etat_base::get_champ(const Motcle &nom) 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:`const Champ_base & Loi_Etat_base::get_champ(const Motcle &nom) const override <loi-etat-base-public-const-champ-base-ref-loi-etat-base-get-champ-const-motcle-ref-nom-const-override>`
[const Champ_base & Loi_Etat_base::get_champ(const Motcle &nom) const override](#loi-etat-base-public-const-champ-base-ref-loi-etat-base-get-champ-const-motcle-ref-nom-const-override)

get_info#

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

get_noms_champs_postraitables#

Definition
void Loi_Etat_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override
Brief description
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_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override <loi-etat-base-public-void-loi-etat-base-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override>`
[void Loi_Etat_base::get_noms_champs_postraitables(Noms &nom, Option opt=NONE) const override](#loi-etat-base-public-void-loi-etat-base-get-noms-champs-postraitables-noms-ref-nom-option-opt-equal-none-const-override)

has_champ#

Definition
bool Loi_Etat_base::has_champ(const Motcle &nom) 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:`bool Loi_Etat_base::has_champ(const Motcle &nom) const override <loi-etat-base-public-bool-loi-etat-base-has-champ-const-motcle-ref-nom-const-override>`
[bool Loi_Etat_base::has_champ(const Motcle &nom) const override](#loi-etat-base-public-bool-loi-etat-base-has-champ-const-motcle-ref-nom-const-override)

has_champ#

Definition
bool Loi_Etat_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override
Brief description
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:`bool Loi_Etat_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override <loi-etat-base-public-bool-loi-etat-base-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override>`
[bool Loi_Etat_base::has_champ(const Motcle &nom, TRUST_Ref< Champ_base * > &ref_champ) const override](#loi-etat-base-public-bool-loi-etat-base-has-champ-const-motcle-ref-nom-trust-ref-champ-base-ptr-ref-ref-champ-const-override)

initialiser#

Definition
virtual void Loi_Etat_base::initialiser()=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 Loi_Etat_base::initialiser()=0 <loi-etat-base-public-virtual-void-loi-etat-base-initialiser-equal-0>`
[virtual void Loi_Etat_base::initialiser()=0](#loi-etat-base-public-virtual-void-loi-etat-base-initialiser-equal-0)

initialiser_inco_ch#

Definition
void Loi_Etat_base::initialiser_inco_ch()
Brief description

Initialise l’inconnue de l’equation de chaleur : ne fai rien.

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

inverser_Pth#

Definition
virtual double Loi_Etat_base::inverser_Pth(double, double)=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 Loi_Etat_base::inverser_Pth(double, double)=0 <loi-etat-base-public-virtual-double-loi-etat-base-inverser-pth-double-double-equal-0>`
[virtual double Loi_Etat_base::inverser_Pth(double, double)=0](#loi-etat-base-public-virtual-double-loi-etat-base-inverser-pth-double-double-equal-0)

Loi_Etat_base#

Definition
Loi_Etat_base::Loi_Etat_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_base::Loi_Etat_base() <loi-etat-base-public-loi-etat-base-loi-etat-base>`
[Loi_Etat_base::Loi_Etat_base()](#loi-etat-base-public-loi-etat-base-loi-etat-base)

mettre_a_jour#

Definition
void Loi_Etat_base::mettre_a_jour(double)
Brief description

Met a jour la loi d’etat et le champ rho.

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:`void Loi_Etat_base::mettre_a_jour(double) <loi-etat-base-public-void-loi-etat-base-mettre-a-jour-double>`
[void Loi_Etat_base::mettre_a_jour(double)](#loi-etat-base-public-void-loi-etat-base-mettre-a-jour-double)

Prandt#

Definition
double Loi_Etat_base::Prandt() const
Brief description
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_base::Prandt() const <loi-etat-base-public-double-loi-etat-base-prandt-const>`
[double Loi_Etat_base::Prandt() const](#loi-etat-base-public-double-loi-etat-base-prandt-const)

preparer_calcul#

Definition
void Loi_Etat_base::preparer_calcul()
Brief description

Prepare le fluide au calcul.

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:`void Loi_Etat_base::preparer_calcul() <loi-etat-base-public-void-loi-etat-base-preparer-calcul>`
[void Loi_Etat_base::preparer_calcul()](#loi-etat-base-public-void-loi-etat-base-preparer-calcul)

remplir_T#

Definition
virtual void Loi_Etat_base::remplir_T()=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 Loi_Etat_base::remplir_T()=0 <loi-etat-base-public-virtual-void-loi-etat-base-remplir-t-equal-0>`
[virtual void Loi_Etat_base::remplir_T()=0](#loi-etat-base-public-virtual-void-loi-etat-base-remplir-t-equal-0)

rho_n#

Definition
const DoubleTab & Loi_Etat_base::rho_n() const
Brief description
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:`const DoubleTab & Loi_Etat_base::rho_n() const <loi-etat-base-public-const-doubletab-ref-loi-etat-base-rho-n-const>`
[const DoubleTab & Loi_Etat_base::rho_n() const](#loi-etat-base-public-const-doubletab-ref-loi-etat-base-rho-n-const)

rho_np1#

Definition
const DoubleTab & Loi_Etat_base::rho_np1() const
Brief description
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:`const DoubleTab & Loi_Etat_base::rho_np1() const <loi-etat-base-public-const-doubletab-ref-loi-etat-base-rho-np1-const>`
[const DoubleTab & Loi_Etat_base::rho_np1() const](#loi-etat-base-public-const-doubletab-ref-loi-etat-base-rho-np1-const)

temperature#

Definition
const DoubleTab & Loi_Etat_base::temperature() 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:`const DoubleTab & Loi_Etat_base::temperature() const <loi-etat-base-public-const-doubletab-ref-loi-etat-base-temperature-const>`
[const DoubleTab & Loi_Etat_base::temperature() const](#loi-etat-base-public-const-doubletab-ref-loi-etat-base-temperature-const)

type_fluide#

Definition
virtual const Nom Loi_Etat_base::type_fluide() 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 const Nom Loi_Etat_base::type_fluide() const =0 <loi-etat-base-public-virtual-const-nom-loi-etat-base-type-fluide-const-equal-0>`
[virtual const Nom Loi_Etat_base::type_fluide() const =0](#loi-etat-base-public-virtual-const-nom-loi-etat-base-type-fluide-const-equal-0)

~Loi_Etat_base#

Definition
Loi_Etat_base::~Loi_Etat_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_base::~Loi_Etat_base() override <loi-etat-base-public-loi-etat-base-dtor-loi-etat-base-override>`
[Loi_Etat_base::~Loi_Etat_base() override](#loi-etat-base-public-loi-etat-base-dtor-loi-etat-base-override)

info#

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

self_cast#

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

self_cast#

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

printOn#

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

readOn#

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

Attributes Documentation#

info_obj (public)
const Type_info Loi_Etat_base::info_obj
debug (protected)
int Loi_Etat_base::debug
le_fluide (protected)
TRUST_Ref<Fluide_Dilatable_base *> Loi_Etat_base::le_fluide
le_prob_ (protected)
TRUST_Ref<Probleme_base *> Loi_Etat_base::le_prob_
Pr_ (protected)
double Loi_Etat_base::Pr_
tab_rho_n (protected)
DoubleTab Loi_Etat_base::tab_rho_n
tab_rho_np1 (protected)
DoubleTab Loi_Etat_base::tab_rho_np1
temperature_ (protected)
TRUST_Deriv<Champ_Don_base> Loi_Etat_base::temperature_
champs_compris_ (private)
Champs_compris Loi_Etat_base::champs_compris_

Friends#

  • friend class Fluide_Quasi_Compressible

  • friend class Fluide_Weakly_Compressible