Pb_Thermohydraulique#

#include <Pb_Thermohydraulique.h>

classe Pb_Thermohydraulique Cette classe represente un probleme de thermohydraulique standard:

How to cite this class in this doc#

:ref:`Pb\_Thermohydraulique <class-pb-thermohydraulique>`
[Pb\_Thermohydraulique](#class-pb-thermohydraulique)

Detailed description#

  • Equations de Navier_Stokes en regime laminaire pour un fluide incompressible-Equation d’energie en regime laminaire En general, on couple les 2 equations par l’intermediaire du terme source des forces de volume de Navier_Stokes dans lequel on prend en compte de petites variations de la masse volumique en fonction de la temperature (le fluide est incompressible et faiblement dilalatable)

Inherits from#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_milieu_base
void Pb_Thermohydraulique::associer_milieu_base(const Milieu_base &) override

Associe le milieu au probleme Le milieu doit etre de type fluide incompressible.

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`void Pb_Thermohydraulique::associer_milieu_base(const Milieu_base &) override <public-void-pb-thermohydraulique-associer-milieu-base-const-milieu-base-ref-override>`
[void Pb_Thermohydraulique::associer_milieu_base(const Milieu_base &) override](#public-void-pb-thermohydraulique-associer-milieu-base-const-milieu-base-ref-override)
duplique
int Pb_Thermohydraulique::duplique() const override

Reimplements:

How to cite in this doc:
:ref:`int Pb_Thermohydraulique::duplique() const override <public-int-pb-thermohydraulique-duplique-const-override>`
[int Pb_Thermohydraulique::duplique() const override](#public-int-pb-thermohydraulique-duplique-const-override)
equation
const Equation_base & Pb_Thermohydraulique::equation(int) const override

Renvoie l’equation d’hydraulique de type Navier_Stokes_std si i = 0 Renvoie l’equation de la thermique de type.

Convection_Diffusion_Temperature si i = 1 (version const)

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`const Equation_base & Pb_Thermohydraulique::equation(int) const override <public-const-equation-base-ref-pb-thermohydraulique-equation-int-const-override>`
[const Equation_base & Pb_Thermohydraulique::equation(int) const override](#public-const-equation-base-ref-pb-thermohydraulique-equation-int-const-override)
equation
Equation_base & Pb_Thermohydraulique::equation(int) override

Renvoie l’equation d’hydraulique de type Navier_Stokes_std si i = 0 Renvoie l’equation de la thermique de type.

Convection_Diffusion_Temperature si i = 1

Reimplements:

References
How to cite in this doc:
:ref:`Equation_base & Pb_Thermohydraulique::equation(int) override <public-equation-base-ref-pb-thermohydraulique-equation-int-override>`
[Equation_base & Pb_Thermohydraulique::equation(int) override](#public-equation-base-ref-pb-thermohydraulique-equation-int-override)
get_info
const Type_info * Pb_Thermohydraulique::get_info() const override

Donne des informations sur le type de l’ Objet_U .

Reimplements:

How to cite in this doc:
:ref:`const Type_info * Pb_Thermohydraulique::get_info() const override <public-const-type-info-ptr-pb-thermohydraulique-get-info-const-override>`
[const Type_info * Pb_Thermohydraulique::get_info() const override](#public-const-type-info-ptr-pb-thermohydraulique-get-info-const-override)
nombre_d_equations
int Pb_Thermohydraulique::nombre_d_equations() const override

Reimplements:

References
How to cite in this doc:
:ref:`int Pb_Thermohydraulique::nombre_d_equations() const override <public-int-pb-thermohydraulique-nombre-d-equations-const-override>`
[int Pb_Thermohydraulique::nombre_d_equations() const override](#public-int-pb-thermohydraulique-nombre-d-equations-const-override)
Pb_Thermohydraulique
Pb_Thermohydraulique::Pb_Thermohydraulique()
How to cite in this doc:
:ref:`Pb_Thermohydraulique::Pb_Thermohydraulique() <public-pb-thermohydraulique-pb-thermohydraulique>`
[Pb_Thermohydraulique::Pb_Thermohydraulique()](#public-pb-thermohydraulique-pb-thermohydraulique)
taille_memoire
unsigned Pb_Thermohydraulique::taille_memoire() const override

Reimplements:

How to cite in this doc:
:ref:`unsigned Pb_Thermohydraulique::taille_memoire() const override <public-unsigned-pb-thermohydraulique-taille-memoire-const-override>`
[unsigned Pb_Thermohydraulique::taille_memoire() const override](#public-unsigned-pb-thermohydraulique-taille-memoire-const-override)
verifier
int Pb_Thermohydraulique::verifier() override

Teste la compatibilite des equations de la thermique et de l’hydraulique.

Le test se fait sur les conditions aux limites discretisees de chaque equation. Appel la fonction de librairie hors classe: tester_compatibilite_hydr_thermique(const Domaine_Cl_dis_base&,const Domaine_Cl_dis_base&)

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`int Pb_Thermohydraulique::verifier() override <public-int-pb-thermohydraulique-verifier-override>`
[int Pb_Thermohydraulique::verifier() override](#public-int-pb-thermohydraulique-verifier-override)
~Pb_Thermohydraulique
Pb_Thermohydraulique::~Pb_Thermohydraulique()
How to cite in this doc:
:ref:`Pb_Thermohydraulique::~Pb_Thermohydraulique() <public-pb-thermohydraulique-dtor-pb-thermohydraulique>`
[Pb_Thermohydraulique::~Pb_Thermohydraulique()](#public-pb-thermohydraulique-dtor-pb-thermohydraulique)
cree_instance
Objet_U * Pb_Thermohydraulique::cree_instance()
How to cite in this doc:
:ref:`Objet_U * Pb_Thermohydraulique::cree_instance() <public-static-objet-u-ptr-pb-thermohydraulique-cree-instance>`
[Objet_U * Pb_Thermohydraulique::cree_instance()](#public-static-objet-u-ptr-pb-thermohydraulique-cree-instance)
info
const Type_info * Pb_Thermohydraulique::info()
How to cite in this doc:
:ref:`const Type_info * Pb_Thermohydraulique::info() <public-static-const-type-info-ptr-pb-thermohydraulique-info>`
[const Type_info * Pb_Thermohydraulique::info()](#public-static-const-type-info-ptr-pb-thermohydraulique-info)
self_cast
const Pb_Thermohydraulique & Pb_Thermohydraulique::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Pb_Thermohydraulique & Pb_Thermohydraulique::self_cast(const Objet_U &) <public-static-const-pb-thermohydraulique-ref-pb-thermohydraulique-self-cast-const-objet-u-ref>`
[const Pb_Thermohydraulique & Pb_Thermohydraulique::self_cast(const Objet_U &)](#public-static-const-pb-thermohydraulique-ref-pb-thermohydraulique-self-cast-const-objet-u-ref)
self_cast
Pb_Thermohydraulique & Pb_Thermohydraulique::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Pb_Thermohydraulique & Pb_Thermohydraulique::self_cast(Objet_U &) <public-static-pb-thermohydraulique-ref-pb-thermohydraulique-self-cast-objet-u-ref>`
[Pb_Thermohydraulique & Pb_Thermohydraulique::self_cast(Objet_U &)](#public-static-pb-thermohydraulique-ref-pb-thermohydraulique-self-cast-objet-u-ref)
printOn
Sortie & Pb_Thermohydraulique::printOn(Sortie &x) const override

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

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`Sortie & Pb_Thermohydraulique::printOn(Sortie &x) const override <protected-sortie-ref-pb-thermohydraulique-printon-sortie-ref-x-const-override>`
[Sortie & Pb_Thermohydraulique::printOn(Sortie &x) const override](#protected-sortie-ref-pb-thermohydraulique-printon-sortie-ref-x-const-override)
readOn
Entree & Pb_Thermohydraulique::readOn(Entree &) override

Lecture d’un probleme dans un flot d’entree, et ouverture du flot de sauvegarde.

Format: { nom_milieu bloc de lecture d’un milieu nom_equation bloc de lecture d’une equation Postraitement bloc de lecture postraitement reprise | sauvegarde | sauvegarde_simple formatte | binaire | pdi nom_de_fichier } L’option sauvegarde_simple permet de sauver le probleme dans le fichier choisi en ecrasant a chaque fois les sauvegardes precedentes : cela permet d’economiser de la place disque.

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`Entree & Pb_Thermohydraulique::readOn(Entree &) override <protected-entree-ref-pb-thermohydraulique-readon-entree-ref-override>`
[Entree & Pb_Thermohydraulique::readOn(Entree &) override](#protected-entree-ref-pb-thermohydraulique-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Pb_Thermohydraulique::info_obj
eq_thermique (protected)
Convection_Diffusion_Temperature Pb_Thermohydraulique::eq_thermique