Loi_Paroi_Nu_Impose_VDF#
#include <Loi_Paroi_Nu_Impose_VDF.h>
classe Loi_Paroi_Nu_Impose_VDF
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\_Paroi\_Nu\_Impose\_VDF <class-loi-paroi-nu-impose-vdf>`
[Loi\_Paroi\_Nu\_Impose\_VDF](#class-loi-paroi-nu-impose-vdf)
Detailed description#
.SECTION voir aussi Paroi_std_hyd_VDF Cette classe permet d’imposer une loi de paroi de type nombre de Nusselt imposee. La fonction de Nusselt rentree par l’utilisateur peut etre une fonction de l’espace, du nombre de Reynolds et du nombre de Prandtl. Ces nombres de Reynolds et de Prandtl sont evalues a partir des quantites en paroi (vitesse, temperature etc…). Il convient donc de tenir compte de cela dans l’entree de la correlation du Nusselt. En effet, souvent les correlations de Nusselt utilise la vitesse moyenne dans la conduite. C’est pourquoi cette loi de paroi s’appliquera souvent dans le cas ou le probleme fluide ets resolu avec une seulle maille afin que la vitesse calcule represente exactement par conservation du debit la vitesse moyenne de l’ecoulement. Syntaxe : Loi_Paroi_Nu_Impose { nusselt fontion_de_(x,y,z,Re,Pr) diam_hydr valeur_diametre_hydraulique }
Inherits from#
public : Paroi_scal_hyd_base_VDF
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#
calculer_scal#
int Loi_Paroi_Nu_Impose_VDF::calculer_scal(Champ_Fonc_base &) override
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:`int Loi_Paroi_Nu_Impose_VDF::calculer_scal(Champ_Fonc_base &) override <loi-paroi-nu-impose-vdf-public-int-loi-paroi-nu-impose-vdf-calculer-scal-champ-fonc-base-ref-override>`
[int Loi_Paroi_Nu_Impose_VDF::calculer_scal(Champ_Fonc_base &) override](#loi-paroi-nu-impose-vdf-public-int-loi-paroi-nu-impose-vdf-calculer-scal-champ-fonc-base-ref-override)
duplique#
int Loi_Paroi_Nu_Impose_VDF::duplique() 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:`int Loi_Paroi_Nu_Impose_VDF::duplique() const override <loi-paroi-nu-impose-vdf-public-int-loi-paroi-nu-impose-vdf-duplique-const-override>`
[int Loi_Paroi_Nu_Impose_VDF::duplique() const override](#loi-paroi-nu-impose-vdf-public-int-loi-paroi-nu-impose-vdf-duplique-const-override)
get_info#
const Type_info * Loi_Paroi_Nu_Impose_VDF::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_Paroi_Nu_Impose_VDF::get_info() const override <loi-paroi-nu-impose-vdf-public-const-type-info-ptr-loi-paroi-nu-impose-vdf-get-info-const-override>`
[const Type_info * Loi_Paroi_Nu_Impose_VDF::get_info() const override](#loi-paroi-nu-impose-vdf-public-const-type-info-ptr-loi-paroi-nu-impose-vdf-get-info-const-override)
imprimer_nusselt#
void Loi_Paroi_Nu_Impose_VDF::imprimer_nusselt(Sortie &) const override
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_Paroi_Nu_Impose_VDF::imprimer_nusselt(Sortie &) const override <loi-paroi-nu-impose-vdf-public-void-loi-paroi-nu-impose-vdf-imprimer-nusselt-sortie-ref-const-override>`
[void Loi_Paroi_Nu_Impose_VDF::imprimer_nusselt(Sortie &) const override](#loi-paroi-nu-impose-vdf-public-void-loi-paroi-nu-impose-vdf-imprimer-nusselt-sortie-ref-const-override)
Loi_Paroi_Nu_Impose_VDF#
Loi_Paroi_Nu_Impose_VDF::Loi_Paroi_Nu_Impose_VDF()
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_Paroi_Nu_Impose_VDF::Loi_Paroi_Nu_Impose_VDF() <loi-paroi-nu-impose-vdf-public-loi-paroi-nu-impose-vdf-loi-paroi-nu-impose-vdf>`
[Loi_Paroi_Nu_Impose_VDF::Loi_Paroi_Nu_Impose_VDF()](#loi-paroi-nu-impose-vdf-public-loi-paroi-nu-impose-vdf-loi-paroi-nu-impose-vdf)
taille_memoire#
unsigned Loi_Paroi_Nu_Impose_VDF::taille_memoire() 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:`unsigned Loi_Paroi_Nu_Impose_VDF::taille_memoire() const override <loi-paroi-nu-impose-vdf-public-unsigned-loi-paroi-nu-impose-vdf-taille-memoire-const-override>`
[unsigned Loi_Paroi_Nu_Impose_VDF::taille_memoire() const override](#loi-paroi-nu-impose-vdf-public-unsigned-loi-paroi-nu-impose-vdf-taille-memoire-const-override)
~Loi_Paroi_Nu_Impose_VDF#
Loi_Paroi_Nu_Impose_VDF::~Loi_Paroi_Nu_Impose_VDF()
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_Paroi_Nu_Impose_VDF::~Loi_Paroi_Nu_Impose_VDF() <loi-paroi-nu-impose-vdf-public-loi-paroi-nu-impose-vdf-dtor-loi-paroi-nu-impose-vdf>`
[Loi_Paroi_Nu_Impose_VDF::~Loi_Paroi_Nu_Impose_VDF()](#loi-paroi-nu-impose-vdf-public-loi-paroi-nu-impose-vdf-dtor-loi-paroi-nu-impose-vdf)
cree_instance#
Objet_U * Loi_Paroi_Nu_Impose_VDF::cree_instance()
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:`Objet_U * Loi_Paroi_Nu_Impose_VDF::cree_instance() <loi-paroi-nu-impose-vdf-public-static-objet-u-ptr-loi-paroi-nu-impose-vdf-cree-instance>`
[Objet_U * Loi_Paroi_Nu_Impose_VDF::cree_instance()](#loi-paroi-nu-impose-vdf-public-static-objet-u-ptr-loi-paroi-nu-impose-vdf-cree-instance)
info#
const Type_info * Loi_Paroi_Nu_Impose_VDF::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_Paroi_Nu_Impose_VDF::info() <loi-paroi-nu-impose-vdf-public-static-const-type-info-ptr-loi-paroi-nu-impose-vdf-info>`
[const Type_info * Loi_Paroi_Nu_Impose_VDF::info()](#loi-paroi-nu-impose-vdf-public-static-const-type-info-ptr-loi-paroi-nu-impose-vdf-info)
self_cast#
const Loi_Paroi_Nu_Impose_VDF & Loi_Paroi_Nu_Impose_VDF::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_Paroi_Nu_Impose_VDF & Loi_Paroi_Nu_Impose_VDF::self_cast(const Objet_U &) <loi-paroi-nu-impose-vdf-public-static-const-loi-paroi-nu-impose-vdf-ref-loi-paroi-nu-impose-vdf-self-cast-const-objet-u-ref>`
[const Loi_Paroi_Nu_Impose_VDF & Loi_Paroi_Nu_Impose_VDF::self_cast(const Objet_U &)](#loi-paroi-nu-impose-vdf-public-static-const-loi-paroi-nu-impose-vdf-ref-loi-paroi-nu-impose-vdf-self-cast-const-objet-u-ref)
self_cast#
Loi_Paroi_Nu_Impose_VDF & Loi_Paroi_Nu_Impose_VDF::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_Paroi_Nu_Impose_VDF & Loi_Paroi_Nu_Impose_VDF::self_cast(Objet_U &) <loi-paroi-nu-impose-vdf-public-static-loi-paroi-nu-impose-vdf-ref-loi-paroi-nu-impose-vdf-self-cast-objet-u-ref>`
[Loi_Paroi_Nu_Impose_VDF & Loi_Paroi_Nu_Impose_VDF::self_cast(Objet_U &)](#loi-paroi-nu-impose-vdf-public-static-loi-paroi-nu-impose-vdf-ref-loi-paroi-nu-impose-vdf-self-cast-objet-u-ref)
printOn#
Sortie & Loi_Paroi_Nu_Impose_VDF::printOn(Sortie &x) const override
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_Paroi_Nu_Impose_VDF::printOn(Sortie &x) const override <loi-paroi-nu-impose-vdf-protected-sortie-ref-loi-paroi-nu-impose-vdf-printon-sortie-ref-x-const-override>`
[Sortie & Loi_Paroi_Nu_Impose_VDF::printOn(Sortie &x) const override](#loi-paroi-nu-impose-vdf-protected-sortie-ref-loi-paroi-nu-impose-vdf-printon-sortie-ref-x-const-override)
readOn#
Entree & Loi_Paroi_Nu_Impose_VDF::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree 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:`Entree & Loi_Paroi_Nu_Impose_VDF::readOn(Entree &) override <loi-paroi-nu-impose-vdf-protected-entree-ref-loi-paroi-nu-impose-vdf-readon-entree-ref-override>`
[Entree & Loi_Paroi_Nu_Impose_VDF::readOn(Entree &) override](#loi-paroi-nu-impose-vdf-protected-entree-ref-loi-paroi-nu-impose-vdf-readon-entree-ref-override)
Attributes Documentation#
const Type_info Loi_Paroi_Nu_Impose_VDF::info_obj
TRUST_Deriv<Champ_Don_base> Loi_Paroi_Nu_Impose_VDF::diam_hydr
Parser_U Loi_Paroi_Nu_Impose_VDF::nusselt