Navier_Stokes_WC#
#include <Navier_Stokes_WC.h>
classe Navier_Stokes_WC Cette classe porte les termes de l’equation de la dynamique
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:`Navier\_Stokes\_WC <class-navier-stokes-wc>`
[Navier\_Stokes\_WC](#class-navier-stokes-wc)
Detailed description#
pour un fluide sans modelisation de la turbulence. On suppose l’hypothese de fluide quasi compressible. Sous ces hypotheses, on utilise la forme suivante des equations de Navier_Stokes: DU/dt = div(terme visqueux) - gradP/rho + sources/rho div U = W avec DU/dt : derivee particulaire de la vitesse rho : masse volumique Rq : l’implementation de la classe permet bien sur de negliger certains termes de l’equation (le terme visqueux, le terme convectif, tel ou tel terme source). L’inconnue est le champ de vitesse.
Inherits from#
public : Navier_Stokes_Fluide_Dilatable_base
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
completer#
void Navier_Stokes_WC::completer() override
Complete l’equation base, associe la pression a l’equation,.
Detailed description
complete la divergence, le gradient et le solveur pression. Ajout de 2 termes sources: l’un representant la force centrifuge dans le cas axi - symetrique,l’autre intervenant dans la resolution en 2D axisymetrique
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 Navier_Stokes_WC::completer() override <navier-stokes-wc-public-void-navier-stokes-wc-completer-override>`
[void Navier_Stokes_WC::completer() override](#navier-stokes-wc-public-void-navier-stokes-wc-completer-override)
duplique#
int Navier_Stokes_WC::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 Navier_Stokes_WC::duplique() const override <navier-stokes-wc-public-int-navier-stokes-wc-duplique-const-override>`
[int Navier_Stokes_WC::duplique() const override](#navier-stokes-wc-public-int-navier-stokes-wc-duplique-const-override)
get_info#
const Type_info * Navier_Stokes_WC::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 * Navier_Stokes_WC::get_info() const override <navier-stokes-wc-public-const-type-info-ptr-navier-stokes-wc-get-info-const-override>`
[const Type_info * Navier_Stokes_WC::get_info() const override](#navier-stokes-wc-public-const-type-info-ptr-navier-stokes-wc-get-info-const-override)
impr#
int Navier_Stokes_WC::impr(Sortie &os) const override
Imprime les operateurs de l’equation sur un flot de sortie, de facon inconditionnelle.
Detailed description
appelle Operateur_base::impr(os)
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 Navier_Stokes_WC::impr(Sortie &os) const override <navier-stokes-wc-public-int-navier-stokes-wc-impr-sortie-ref-os-const-override>`
[int Navier_Stokes_WC::impr(Sortie &os) const override](#navier-stokes-wc-public-int-navier-stokes-wc-impr-sortie-ref-os-const-override)
Navier_Stokes_WC#
Navier_Stokes_WC::Navier_Stokes_WC()
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:`Navier_Stokes_WC::Navier_Stokes_WC() <navier-stokes-wc-public-navier-stokes-wc-navier-stokes-wc>`
[Navier_Stokes_WC::Navier_Stokes_WC()](#navier-stokes-wc-public-navier-stokes-wc-navier-stokes-wc)
taille_memoire#
unsigned Navier_Stokes_WC::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 Navier_Stokes_WC::taille_memoire() const override <navier-stokes-wc-public-unsigned-navier-stokes-wc-taille-memoire-const-override>`
[unsigned Navier_Stokes_WC::taille_memoire() const override](#navier-stokes-wc-public-unsigned-navier-stokes-wc-taille-memoire-const-override)
~Navier_Stokes_WC#
Navier_Stokes_WC::~Navier_Stokes_WC()
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:`Navier_Stokes_WC::~Navier_Stokes_WC() <navier-stokes-wc-public-navier-stokes-wc-dtor-navier-stokes-wc>`
[Navier_Stokes_WC::~Navier_Stokes_WC()](#navier-stokes-wc-public-navier-stokes-wc-dtor-navier-stokes-wc)
cree_instance#
Objet_U * Navier_Stokes_WC::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 * Navier_Stokes_WC::cree_instance() <navier-stokes-wc-public-static-objet-u-ptr-navier-stokes-wc-cree-instance>`
[Objet_U * Navier_Stokes_WC::cree_instance()](#navier-stokes-wc-public-static-objet-u-ptr-navier-stokes-wc-cree-instance)
info#
const Type_info * Navier_Stokes_WC::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 * Navier_Stokes_WC::info() <navier-stokes-wc-public-static-const-type-info-ptr-navier-stokes-wc-info>`
[const Type_info * Navier_Stokes_WC::info()](#navier-stokes-wc-public-static-const-type-info-ptr-navier-stokes-wc-info)
self_cast#
const Navier_Stokes_WC & Navier_Stokes_WC::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 Navier_Stokes_WC & Navier_Stokes_WC::self_cast(const Objet_U &) <navier-stokes-wc-public-static-const-navier-stokes-wc-ref-navier-stokes-wc-self-cast-const-objet-u-ref>`
[const Navier_Stokes_WC & Navier_Stokes_WC::self_cast(const Objet_U &)](#navier-stokes-wc-public-static-const-navier-stokes-wc-ref-navier-stokes-wc-self-cast-const-objet-u-ref)
self_cast#
Navier_Stokes_WC & Navier_Stokes_WC::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:`Navier_Stokes_WC & Navier_Stokes_WC::self_cast(Objet_U &) <navier-stokes-wc-public-static-navier-stokes-wc-ref-navier-stokes-wc-self-cast-objet-u-ref>`
[Navier_Stokes_WC & Navier_Stokes_WC::self_cast(Objet_U &)](#navier-stokes-wc-public-static-navier-stokes-wc-ref-navier-stokes-wc-self-cast-objet-u-ref)
printOn#
Sortie & Navier_Stokes_WC::printOn(Sortie &x) const override
Surcharge Objet_U::printOn Imprime l’equation et ses composants sur un flot de sortie.
Detailed description
Imprime le nom de l’equation, le solveur masse, les termes sources les conditions aux limites discretisees, les inconnues et les operateurs.
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 & Navier_Stokes_WC::printOn(Sortie &x) const override <navier-stokes-wc-protected-sortie-ref-navier-stokes-wc-printon-sortie-ref-x-const-override>`
[Sortie & Navier_Stokes_WC::printOn(Sortie &x) const override](#navier-stokes-wc-protected-sortie-ref-navier-stokes-wc-printon-sortie-ref-x-const-override)
readOn#
Entree & Navier_Stokes_WC::readOn(Entree &) override
Lecture d’une equation sur un flot d’entree.
Detailed description
Le format est le suivant: { [ Source { [sou_1], [sour_2], …} ] Conditions_limites { [cl_1] [cl_2] … } Conditions_initiales { [cl_init] } }
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 & Navier_Stokes_WC::readOn(Entree &) override <navier-stokes-wc-protected-entree-ref-navier-stokes-wc-readon-entree-ref-override>`
[Entree & Navier_Stokes_WC::readOn(Entree &) override](#navier-stokes-wc-protected-entree-ref-navier-stokes-wc-readon-entree-ref-override)
Attributes Documentation#
const Type_info Navier_Stokes_WC::info_obj