Discret_Thermique#

#include <Discret_Thermique.h>
Brief description

Class Discret_Thermique Cette classe est la classe de base representant une discretisation.

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:`Discret\_Thermique <class-discret-thermique>`
[Discret\_Thermique](#class-discret-thermique)

Detailed description#

spatiale appliquee aux problemes thermiques. Les methodes virtuelles pures sont a implementer dans les classes derivees pour typer et discretiser les champs portes par les equations liees a la discretisation.

Inherits from#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

Discret_Thermique#

Definition
Discret_Thermique::Discret_Thermique()
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:`Discret_Thermique::Discret_Thermique() <discret-thermique-public-discret-thermique-discret-thermique>`
[Discret_Thermique::Discret_Thermique()](#discret-thermique-public-discret-thermique-discret-thermique)

enthalpie#

Definition
void Discret_Thermique::enthalpie(const Schema_Temps_base &, Domaine_dis_base &, TRUST_Deriv< Champ_Inc_base > &, int nb_comp=1) 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:`void Discret_Thermique::enthalpie(const Schema_Temps_base &, Domaine_dis_base &, TRUST_Deriv< Champ_Inc_base > &, int nb_comp=1) const <discret-thermique-public-void-discret-thermique-enthalpie-const-schema-temps-base-ref-domaine-dis-base-ref-trust-deriv-champ-inc-base-ref-int-nb-comp-equal-1-const>`
[void Discret_Thermique::enthalpie(const Schema_Temps_base &, Domaine_dis_base &, TRUST_Deriv< Champ_Inc_base > &, int nb_comp=1) const](#discret-thermique-public-void-discret-thermique-enthalpie-const-schema-temps-base-ref-domaine-dis-base-ref-trust-deriv-champ-inc-base-ref-int-nb-comp-equal-1-const)

Fluctu_Temperature#

Definition
void Discret_Thermique::Fluctu_Temperature(const Schema_Temps_base &, Domaine_dis_base &, TRUST_Deriv< Champ_Inc_base > &) 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:`void Discret_Thermique::Fluctu_Temperature(const Schema_Temps_base &, Domaine_dis_base &, TRUST_Deriv< Champ_Inc_base > &) const <discret-thermique-public-void-discret-thermique-fluctu-temperature-const-schema-temps-base-ref-domaine-dis-base-ref-trust-deriv-champ-inc-base-ref-const>`
[void Discret_Thermique::Fluctu_Temperature(const Schema_Temps_base &, Domaine_dis_base &, TRUST_Deriv< Champ_Inc_base > &) const](#discret-thermique-public-void-discret-thermique-fluctu-temperature-const-schema-temps-base-ref-domaine-dis-base-ref-trust-deriv-champ-inc-base-ref-const)

Flux_Chaleur_Turb#

Definition
void Discret_Thermique::Flux_Chaleur_Turb(const Schema_Temps_base &, Domaine_dis_base &, TRUST_Deriv< Champ_Inc_base > &) 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:`void Discret_Thermique::Flux_Chaleur_Turb(const Schema_Temps_base &, Domaine_dis_base &, TRUST_Deriv< Champ_Inc_base > &) const <discret-thermique-public-void-discret-thermique-flux-chaleur-turb-const-schema-temps-base-ref-domaine-dis-base-ref-trust-deriv-champ-inc-base-ref-const>`
[void Discret_Thermique::Flux_Chaleur_Turb(const Schema_Temps_base &, Domaine_dis_base &, TRUST_Deriv< Champ_Inc_base > &) const](#discret-thermique-public-void-discret-thermique-flux-chaleur-turb-const-schema-temps-base-ref-domaine-dis-base-ref-trust-deriv-champ-inc-base-ref-const)

flux_neutronique#

Definition
void Discret_Thermique::flux_neutronique(const Schema_Temps_base &sch, Domaine_dis_base &z, TRUST_Deriv< Champ_Inc_base > &ch, int nb_comp=1) 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:`void Discret_Thermique::flux_neutronique(const Schema_Temps_base &sch, Domaine_dis_base &z, TRUST_Deriv< Champ_Inc_base > &ch, int nb_comp=1) const <discret-thermique-public-void-discret-thermique-flux-neutronique-const-schema-temps-base-ref-sch-domaine-dis-base-ref-z-trust-deriv-champ-inc-base-ref-ch-int-nb-comp-equal-1-const>`
[void Discret_Thermique::flux_neutronique(const Schema_Temps_base &sch, Domaine_dis_base &z, TRUST_Deriv< Champ_Inc_base > &ch, int nb_comp=1) const](#discret-thermique-public-void-discret-thermique-flux-neutronique-const-schema-temps-base-ref-sch-domaine-dis-base-ref-z-trust-deriv-champ-inc-base-ref-ch-int-nb-comp-equal-1-const)

get_info#

Definition
const Type_info * Discret_Thermique::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 * Discret_Thermique::get_info() const override <discret-thermique-public-const-type-info-ptr-discret-thermique-get-info-const-override>`
[const Type_info * Discret_Thermique::get_info() const override](#discret-thermique-public-const-type-info-ptr-discret-thermique-get-info-const-override)

t_paroi#

Definition
virtual void Discret_Thermique::t_paroi(const Domaine_dis_base &z, const Domaine_Cl_dis_base &zcl, const Champ_Inc_base &, TRUST_Deriv< Champ_Fonc_base > &ch) 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:`virtual void Discret_Thermique::t_paroi(const Domaine_dis_base &z, const Domaine_Cl_dis_base &zcl, const Champ_Inc_base &, TRUST_Deriv< Champ_Fonc_base > &ch) const <discret-thermique-public-virtual-void-discret-thermique-t-paroi-const-domaine-dis-base-ref-z-const-domaine-cl-dis-base-ref-zcl-const-champ-inc-base-ref-trust-deriv-champ-fonc-base-ref-ch-const>`
[virtual void Discret_Thermique::t_paroi(const Domaine_dis_base &z, const Domaine_Cl_dis_base &zcl, const Champ_Inc_base &, TRUST_Deriv< Champ_Fonc_base > &ch) const](#discret-thermique-public-virtual-void-discret-thermique-t-paroi-const-domaine-dis-base-ref-z-const-domaine-cl-dis-base-ref-zcl-const-champ-inc-base-ref-trust-deriv-champ-fonc-base-ref-ch-const)

temperature#

Definition
void Discret_Thermique::temperature(const Schema_Temps_base &, Domaine_dis_base &, TRUST_Deriv< Champ_Inc_base > &, int nb_comp=1) 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:`void Discret_Thermique::temperature(const Schema_Temps_base &, Domaine_dis_base &, TRUST_Deriv< Champ_Inc_base > &, int nb_comp=1) const <discret-thermique-public-void-discret-thermique-temperature-const-schema-temps-base-ref-domaine-dis-base-ref-trust-deriv-champ-inc-base-ref-int-nb-comp-equal-1-const>`
[void Discret_Thermique::temperature(const Schema_Temps_base &, Domaine_dis_base &, TRUST_Deriv< Champ_Inc_base > &, int nb_comp=1) const](#discret-thermique-public-void-discret-thermique-temperature-const-schema-temps-base-ref-domaine-dis-base-ref-trust-deriv-champ-inc-base-ref-int-nb-comp-equal-1-const)

~Discret_Thermique#

Definition
Discret_Thermique::~Discret_Thermique() 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:`Discret_Thermique::~Discret_Thermique() override <discret-thermique-public-discret-thermique-dtor-discret-thermique-override>`
[Discret_Thermique::~Discret_Thermique() override](#discret-thermique-public-discret-thermique-dtor-discret-thermique-override)

info#

Definition
const Type_info * Discret_Thermique::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 * Discret_Thermique::info() <discret-thermique-public-static-const-type-info-ptr-discret-thermique-info>`
[const Type_info * Discret_Thermique::info()](#discret-thermique-public-static-const-type-info-ptr-discret-thermique-info)

self_cast#

Definition
const Discret_Thermique & Discret_Thermique::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 Discret_Thermique & Discret_Thermique::self_cast(const Objet_U &) <discret-thermique-public-static-const-discret-thermique-ref-discret-thermique-self-cast-const-objet-u-ref>`
[const Discret_Thermique & Discret_Thermique::self_cast(const Objet_U &)](#discret-thermique-public-static-const-discret-thermique-ref-discret-thermique-self-cast-const-objet-u-ref)

self_cast#

Definition
Discret_Thermique & Discret_Thermique::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:`Discret_Thermique & Discret_Thermique::self_cast(Objet_U &) <discret-thermique-public-static-discret-thermique-ref-discret-thermique-self-cast-objet-u-ref>`
[Discret_Thermique & Discret_Thermique::self_cast(Objet_U &)](#discret-thermique-public-static-discret-thermique-ref-discret-thermique-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Discret_Thermique::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 & Discret_Thermique::printOn(Sortie &x) const override <discret-thermique-protected-sortie-ref-discret-thermique-printon-sortie-ref-x-const-override>`
[Sortie & Discret_Thermique::printOn(Sortie &x) const override](#discret-thermique-protected-sortie-ref-discret-thermique-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Discret_Thermique::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 & Discret_Thermique::readOn(Entree &) override <discret-thermique-protected-entree-ref-discret-thermique-readon-entree-ref-override>`
[Entree & Discret_Thermique::readOn(Entree &) override](#discret-thermique-protected-entree-ref-discret-thermique-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Discret_Thermique::info_obj