Navier_Stokes_phase_field#
#include <Navier_Stokes_phase_field.h>
classe Navier_Stokes_phase_field 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\_phase\_field <class-navier-stokes-phase-field>`
[Navier\_Stokes\_phase\_field](#class-navier-stokes-phase-field)
Detailed description#
pour un fluide sans modelisation de la turbulence. On suppose l’hypothese de fluide incompressible: div U = 0 On peut 1) soit utiliser un modele a rho variable 2) soit utiliser l’hypothese de Boussinesq Dans ce cas, on considere la masse volumique constante (egale a rho_0) sauf dans le terme des forces de gravite. Sous ces hypotheses, on utilise la forme suivante des equations de Navier_Stokes: DU/dt = div(terme visqueux) - gradP/rho_0 + Bt(T - T0)g + autres sources/rho_0 div U = 0 avec DU/dt : derivee particulaire de la vitesse rho_0 : masse volumique de reference T0 : temperature de reference Bt : coefficient de dilatabilite du fluide g : vecteur gravite 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. Pour le traitement des cas un peu particulier : ajout de Traitement_particulier exemple : THI, canal (CA)
Inherits from#
public : Navier_Stokes_std
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Static Methods#
List of Public Methods#
List of Protected Methods#
Complete Member Function Documentation#
cree_instance#
Objet_U * Navier_Stokes_phase_field::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_phase_field::cree_instance() <navier-stokes-phase-field-public-static-objet-u-ptr-navier-stokes-phase-field-cree-instance>`
[Objet_U * Navier_Stokes_phase_field::cree_instance()](#navier-stokes-phase-field-public-static-objet-u-ptr-navier-stokes-phase-field-cree-instance)
info#
const Type_info * Navier_Stokes_phase_field::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_phase_field::info() <navier-stokes-phase-field-public-static-const-type-info-ptr-navier-stokes-phase-field-info>`
[const Type_info * Navier_Stokes_phase_field::info()](#navier-stokes-phase-field-public-static-const-type-info-ptr-navier-stokes-phase-field-info)
self_cast#
const Navier_Stokes_phase_field & Navier_Stokes_phase_field::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_phase_field & Navier_Stokes_phase_field::self_cast(const Objet_U &) <navier-stokes-phase-field-public-static-const-navier-stokes-phase-field-ref-navier-stokes-phase-field-self-cast-const-objet-u-ref>`
[const Navier_Stokes_phase_field & Navier_Stokes_phase_field::self_cast(const Objet_U &)](#navier-stokes-phase-field-public-static-const-navier-stokes-phase-field-ref-navier-stokes-phase-field-self-cast-const-objet-u-ref)
self_cast#
Navier_Stokes_phase_field & Navier_Stokes_phase_field::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_phase_field & Navier_Stokes_phase_field::self_cast(Objet_U &) <navier-stokes-phase-field-public-static-navier-stokes-phase-field-ref-navier-stokes-phase-field-self-cast-objet-u-ref>`
[Navier_Stokes_phase_field & Navier_Stokes_phase_field::self_cast(Objet_U &)](#navier-stokes-phase-field-public-static-navier-stokes-phase-field-ref-navier-stokes-phase-field-self-cast-objet-u-ref)
calculer_mu#
void Navier_Stokes_phase_field::calculer_mu(const bool init=false)
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 Navier_Stokes_phase_field::calculer_mu(const bool init=false) <navier-stokes-phase-field-public-void-navier-stokes-phase-field-calculer-mu-const-bool-init-equal-false>`
[void Navier_Stokes_phase_field::calculer_mu(const bool init=false)](#navier-stokes-phase-field-public-void-navier-stokes-phase-field-calculer-mu-const-bool-init-equal-false)
calculer_pas_de_temps#
double Navier_Stokes_phase_field::calculer_pas_de_temps() const override
Calcul du prochain pas de temps.
Detailed description
Renvoie l’inverse de la somme des inverses des pas de temps calcules par les operateurs. Ces pas de temps sont ceux pour le schema d’Euler explicite. Le pas de temps n’est pas majore par dt_max, ceci est fait dans corriger_dt_calcule
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:`double Navier_Stokes_phase_field::calculer_pas_de_temps() const override <navier-stokes-phase-field-public-double-navier-stokes-phase-field-calculer-pas-de-temps-const-override>`
[double Navier_Stokes_phase_field::calculer_pas_de_temps() const override](#navier-stokes-phase-field-public-double-navier-stokes-phase-field-calculer-pas-de-temps-const-override)
calculer_rho#
void Navier_Stokes_phase_field::calculer_rho(const bool init=false)
Calcule rho_n + 1 pour utilisation dans la pression.
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 Navier_Stokes_phase_field::calculer_rho(const bool init=false) <navier-stokes-phase-field-public-void-navier-stokes-phase-field-calculer-rho-const-bool-init-equal-false>`
[void Navier_Stokes_phase_field::calculer_rho(const bool init=false)](#navier-stokes-phase-field-public-void-navier-stokes-phase-field-calculer-rho-const-bool-init-equal-false)
completer#
void Navier_Stokes_phase_field::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 Association d une equation de transport d interface a l ensemble de points suivis si le fluide est marque
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 Navier_Stokes_phase_field::completer() override <navier-stokes-phase-field-public-void-navier-stokes-phase-field-completer-override>`
[void Navier_Stokes_phase_field::completer() override](#navier-stokes-phase-field-public-void-navier-stokes-phase-field-completer-override)
creer_champ#
void Navier_Stokes_phase_field::creer_champ(const Motcle &motlu) override
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 Navier_Stokes_phase_field::creer_champ(const Motcle &motlu) override <navier-stokes-phase-field-public-void-navier-stokes-phase-field-creer-champ-const-motcle-ref-motlu-override>`
[void Navier_Stokes_phase_field::creer_champ(const Motcle &motlu) override](#navier-stokes-phase-field-public-void-navier-stokes-phase-field-creer-champ-const-motcle-ref-motlu-override)
derivee_en_temps_inco#
DoubleTab & Navier_Stokes_phase_field::derivee_en_temps_inco(DoubleTab &) override
Returns the time derivative of the unknown I of the equation: dI/dt = M - 1*(sum(operators(I) + sources))
Detailed description
In : derivee contains I (but immediatly set to 0) Out: derivee contains dI/dt
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:`DoubleTab & Navier_Stokes_phase_field::derivee_en_temps_inco(DoubleTab &) override <navier-stokes-phase-field-public-doubletab-ref-navier-stokes-phase-field-derivee-en-temps-inco-doubletab-ref-override>`
[DoubleTab & Navier_Stokes_phase_field::derivee_en_temps_inco(DoubleTab &) override](#navier-stokes-phase-field-public-doubletab-ref-navier-stokes-phase-field-derivee-en-temps-inco-doubletab-ref-override)
diffusivite_pour_transport#
const Champ_Don_base & Navier_Stokes_phase_field::diffusivite_pour_transport() const override
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:`const Champ_Don_base & Navier_Stokes_phase_field::diffusivite_pour_transport() const override <navier-stokes-phase-field-public-const-champ-don-base-ref-navier-stokes-phase-field-diffusivite-pour-transport-const-override>`
[const Champ_Don_base & Navier_Stokes_phase_field::diffusivite_pour_transport() const override](#navier-stokes-phase-field-public-const-champ-don-base-ref-navier-stokes-phase-field-diffusivite-pour-transport-const-override)
discretiser#
void Navier_Stokes_phase_field::discretiser() override
Dicretise l’equation.
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 Navier_Stokes_phase_field::discretiser() override <navier-stokes-phase-field-public-void-navier-stokes-phase-field-discretiser-override>`
[void Navier_Stokes_phase_field::discretiser() override](#navier-stokes-phase-field-public-void-navier-stokes-phase-field-discretiser-override)
drhodc#
const Champ_Don_base & Navier_Stokes_phase_field::drhodc() const
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 Champ_Don_base & Navier_Stokes_phase_field::drhodc() const <navier-stokes-phase-field-public-const-champ-don-base-ref-navier-stokes-phase-field-drhodc-const>`
[const Champ_Don_base & Navier_Stokes_phase_field::drhodc() const](#navier-stokes-phase-field-public-const-champ-don-base-ref-navier-stokes-phase-field-drhodc-const)
duplique#
int Navier_Stokes_phase_field::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_phase_field::duplique() const override <navier-stokes-phase-field-public-int-navier-stokes-phase-field-duplique-const-override>`
[int Navier_Stokes_phase_field::duplique() const override](#navier-stokes-phase-field-public-int-navier-stokes-phase-field-duplique-const-override)
get_boussi_#
int & Navier_Stokes_phase_field::get_boussi_()
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:`int & Navier_Stokes_phase_field::get_boussi_() <navier-stokes-phase-field-public-int-ref-navier-stokes-phase-field-get-boussi-underscore>`
[int & Navier_Stokes_phase_field::get_boussi_()](#navier-stokes-phase-field-public-int-ref-navier-stokes-phase-field-get-boussi-underscore)
get_diff_boussi_#
int & Navier_Stokes_phase_field::get_diff_boussi_()
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:`int & Navier_Stokes_phase_field::get_diff_boussi_() <navier-stokes-phase-field-public-int-ref-navier-stokes-phase-field-get-diff-boussi-underscore>`
[int & Navier_Stokes_phase_field::get_diff_boussi_()](#navier-stokes-phase-field-public-int-ref-navier-stokes-phase-field-get-diff-boussi-underscore)
get_g_#
DoubleVect & Navier_Stokes_phase_field::get_g_()
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:`DoubleVect & Navier_Stokes_phase_field::get_g_() <navier-stokes-phase-field-public-doublevect-ref-navier-stokes-phase-field-get-g-underscore>`
[DoubleVect & Navier_Stokes_phase_field::get_g_()](#navier-stokes-phase-field-public-doublevect-ref-navier-stokes-phase-field-get-g-underscore)
get_g_#
const DoubleVect & Navier_Stokes_phase_field::get_g_() const
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 DoubleVect & Navier_Stokes_phase_field::get_g_() const <navier-stokes-phase-field-public-const-doublevect-ref-navier-stokes-phase-field-get-g-underscore-const>`
[const DoubleVect & Navier_Stokes_phase_field::get_g_() const](#navier-stokes-phase-field-public-const-doublevect-ref-navier-stokes-phase-field-get-g-underscore-const)
get_info#
const Type_info * Navier_Stokes_phase_field::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_phase_field::get_info() const override <navier-stokes-phase-field-public-const-type-info-ptr-navier-stokes-phase-field-get-info-const-override>`
[const Type_info * Navier_Stokes_phase_field::get_info() const override](#navier-stokes-phase-field-public-const-type-info-ptr-navier-stokes-phase-field-get-info-const-override)
getset_compressible_#
int & Navier_Stokes_phase_field::getset_compressible_()
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:`int & Navier_Stokes_phase_field::getset_compressible_() <navier-stokes-phase-field-public-int-ref-navier-stokes-phase-field-getset-compressible-underscore>`
[int & Navier_Stokes_phase_field::getset_compressible_()](#navier-stokes-phase-field-public-int-ref-navier-stokes-phase-field-getset-compressible-underscore)
getset_terme_source_#
int & Navier_Stokes_phase_field::getset_terme_source_()
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:`int & Navier_Stokes_phase_field::getset_terme_source_() <navier-stokes-phase-field-public-int-ref-navier-stokes-phase-field-getset-terme-source-underscore>`
[int & Navier_Stokes_phase_field::getset_terme_source_()](#navier-stokes-phase-field-public-int-ref-navier-stokes-phase-field-getset-terme-source-underscore)
lire_motcle_non_standard#
int Navier_Stokes_phase_field::lire_motcle_non_standard(const Motcle &, Entree &) override
Lecture des parametres de type non simple d’un objet_U a partir d’un flot d’entree.
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 Navier_Stokes_phase_field::lire_motcle_non_standard(const Motcle &, Entree &) override <navier-stokes-phase-field-public-int-navier-stokes-phase-field-lire-motcle-non-standard-const-motcle-ref-entree-ref-override>`
[int Navier_Stokes_phase_field::lire_motcle_non_standard(const Motcle &, Entree &) override](#navier-stokes-phase-field-public-int-navier-stokes-phase-field-lire-motcle-non-standard-const-motcle-ref-entree-ref-override)
mettre_a_jour#
void Navier_Stokes_phase_field::mettre_a_jour(double) override
Effectue une mise a jour en temps de l’equation.
Detailed description
Appelle Equation_base::mettre_a_jour(double) et met a jour la pression. Integration des points suivis si le fluide est marque Mise a jour du champ postraitable correspondant
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_phase_field::mettre_a_jour(double) override <navier-stokes-phase-field-public-void-navier-stokes-phase-field-mettre-a-jour-double-override>`
[void Navier_Stokes_phase_field::mettre_a_jour(double) override](#navier-stokes-phase-field-public-void-navier-stokes-phase-field-mettre-a-jour-double-override)
mu#
Champ_Don_base & Navier_Stokes_phase_field::mu()
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:`Champ_Don_base & Navier_Stokes_phase_field::mu() <navier-stokes-phase-field-public-champ-don-base-ref-navier-stokes-phase-field-mu>`
[Champ_Don_base & Navier_Stokes_phase_field::mu()](#navier-stokes-phase-field-public-champ-don-base-ref-navier-stokes-phase-field-mu)
mu#
const Champ_Don_base & Navier_Stokes_phase_field::mu() const
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 & Navier_Stokes_phase_field::mu() const <navier-stokes-phase-field-public-const-champ-don-base-ref-navier-stokes-phase-field-mu-const>`
[const Champ_Don_base & Navier_Stokes_phase_field::mu() const](#navier-stokes-phase-field-public-const-champ-don-base-ref-navier-stokes-phase-field-mu-const)
Navier_Stokes_phase_field#
Navier_Stokes_phase_field::Navier_Stokes_phase_field()
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:`Navier_Stokes_phase_field::Navier_Stokes_phase_field() <navier-stokes-phase-field-public-navier-stokes-phase-field-navier-stokes-phase-field>`
[Navier_Stokes_phase_field::Navier_Stokes_phase_field()](#navier-stokes-phase-field-public-navier-stokes-phase-field-navier-stokes-phase-field)
preparer_calcul#
int Navier_Stokes_phase_field::preparer_calcul() override
Dicretise l’equation.
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 Navier_Stokes_phase_field::preparer_calcul() override <navier-stokes-phase-field-public-int-navier-stokes-phase-field-preparer-calcul-override>`
[int Navier_Stokes_phase_field::preparer_calcul() override](#navier-stokes-phase-field-public-int-navier-stokes-phase-field-preparer-calcul-override)
rho#
const Champ_Don_base & Navier_Stokes_phase_field::rho() const
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 Champ_Don_base & Navier_Stokes_phase_field::rho() const <navier-stokes-phase-field-public-const-champ-don-base-ref-navier-stokes-phase-field-rho-const>`
[const Champ_Don_base & Navier_Stokes_phase_field::rho() const](#navier-stokes-phase-field-public-const-champ-don-base-ref-navier-stokes-phase-field-rho-const)
rho0#
const double & Navier_Stokes_phase_field::rho0() const
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 double & Navier_Stokes_phase_field::rho0() const <navier-stokes-phase-field-public-const-double-ref-navier-stokes-phase-field-rho0-const>`
[const double & Navier_Stokes_phase_field::rho0() const](#navier-stokes-phase-field-public-const-double-ref-navier-stokes-phase-field-rho0-const)
rho_aux_faces#
void Navier_Stokes_phase_field::rho_aux_faces(const DoubleTab &, Champ_Don_base &)
Interpole la masse volumique aux faces (pour l’assembleur pression en particulier)
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 Navier_Stokes_phase_field::rho_aux_faces(const DoubleTab &, Champ_Don_base &) <navier-stokes-phase-field-public-void-navier-stokes-phase-field-rho-aux-faces-const-doubletab-ref-champ-don-base-ref>`
[void Navier_Stokes_phase_field::rho_aux_faces(const DoubleTab &, Champ_Don_base &)](#navier-stokes-phase-field-public-void-navier-stokes-phase-field-rho-aux-faces-const-doubletab-ref-champ-don-base-ref)
set_param#
void Navier_Stokes_phase_field::set_param(Param &titi) 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 Navier_Stokes_phase_field::set_param(Param &titi) override <navier-stokes-phase-field-public-void-navier-stokes-phase-field-set-param-param-ref-titi-override>`
[void Navier_Stokes_phase_field::set_param(Param &titi) override](#navier-stokes-phase-field-public-void-navier-stokes-phase-field-set-param-param-ref-titi-override)
taille_memoire#
unsigned Navier_Stokes_phase_field::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_phase_field::taille_memoire() const override <navier-stokes-phase-field-public-unsigned-navier-stokes-phase-field-taille-memoire-const-override>`
[unsigned Navier_Stokes_phase_field::taille_memoire() const override](#navier-stokes-phase-field-public-unsigned-navier-stokes-phase-field-taille-memoire-const-override)
~Navier_Stokes_phase_field#
Navier_Stokes_phase_field::~Navier_Stokes_phase_field() override
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_phase_field::~Navier_Stokes_phase_field() override <navier-stokes-phase-field-public-navier-stokes-phase-field-dtor-navier-stokes-phase-field-override>`
[Navier_Stokes_phase_field::~Navier_Stokes_phase_field() override](#navier-stokes-phase-field-public-navier-stokes-phase-field-dtor-navier-stokes-phase-field-override)
_aff_donnee_P0#
void Navier_Stokes_phase_field::_aff_donnee_P0(const DoubleTab &, const Motcle &) const
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 Navier_Stokes_phase_field::_aff_donnee_P0(const DoubleTab &, const Motcle &) const <navier-stokes-phase-field-protected-void-navier-stokes-phase-field-aff-donnee-p0-const-doubletab-ref-const-motcle-ref-const>`
[void Navier_Stokes_phase_field::_aff_donnee_P0(const DoubleTab &, const Motcle &) const](#navier-stokes-phase-field-protected-void-navier-stokes-phase-field-aff-donnee-p0-const-doubletab-ref-const-motcle-ref-const)
_aff_donnee_P1#
void Navier_Stokes_phase_field::_aff_donnee_P1(const DoubleTab &, const Motcle &) const
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 Navier_Stokes_phase_field::_aff_donnee_P1(const DoubleTab &, const Motcle &) const <navier-stokes-phase-field-protected-void-navier-stokes-phase-field-aff-donnee-p1-const-doubletab-ref-const-motcle-ref-const>`
[void Navier_Stokes_phase_field::_aff_donnee_P1(const DoubleTab &, const Motcle &) const](#navier-stokes-phase-field-protected-void-navier-stokes-phase-field-aff-donnee-p1-const-doubletab-ref-const-motcle-ref-const)
_aff_donnee_P1Bulle#
void Navier_Stokes_phase_field::_aff_donnee_P1Bulle(const DoubleTab &, const Motcle &) const
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 Navier_Stokes_phase_field::_aff_donnee_P1Bulle(const DoubleTab &, const Motcle &) const <navier-stokes-phase-field-protected-void-navier-stokes-phase-field-aff-donnee-p1bulle-const-doubletab-ref-const-motcle-ref-const>`
[void Navier_Stokes_phase_field::_aff_donnee_P1Bulle(const DoubleTab &, const Motcle &) const](#navier-stokes-phase-field-protected-void-navier-stokes-phase-field-aff-donnee-p1bulle-const-doubletab-ref-const-motcle-ref-const)
printOn#
Sortie & Navier_Stokes_phase_field::printOn(Sortie &x) const override
Simple appel a: Navier_Stokes_std::printOn(Sortie&) Ecrit l’equation sur un flot de sortie.
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 & Navier_Stokes_phase_field::printOn(Sortie &x) const override <navier-stokes-phase-field-protected-sortie-ref-navier-stokes-phase-field-printon-sortie-ref-x-const-override>`
[Sortie & Navier_Stokes_phase_field::printOn(Sortie &x) const override](#navier-stokes-phase-field-protected-sortie-ref-navier-stokes-phase-field-printon-sortie-ref-x-const-override)
readOn#
Entree & Navier_Stokes_phase_field::readOn(Entree &) override
Appel Navier_Stokes_phase_field::readOn(Entree& is) En sortie verifie que l’on a bien lu:
Detailed description
le terme diffusif, - le terme convectif, - le solveur en pression
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_phase_field::readOn(Entree &) override <navier-stokes-phase-field-protected-entree-ref-navier-stokes-phase-field-readon-entree-ref-override>`
[Entree & Navier_Stokes_phase_field::readOn(Entree &) override](#navier-stokes-phase-field-protected-entree-ref-navier-stokes-phase-field-readon-entree-ref-override)
Attributes Documentation#
const Type_info Navier_Stokes_phase_field::info_obj
TRUST_Ref<Champ_Don_base *> Navier_Stokes_phase_field::betac_
int Navier_Stokes_phase_field::boussi_
int Navier_Stokes_phase_field::compressible_
int Navier_Stokes_phase_field::diff_boussi_
TRUST_Deriv<Champ_Don_base> Navier_Stokes_phase_field::drhodc_
DoubleVect Navier_Stokes_phase_field::g_
TRUST_Deriv<Champ_Don_base> Navier_Stokes_phase_field::mu_
double Navier_Stokes_phase_field::rho0_
TRUST_Deriv<Champ_Don_base> Navier_Stokes_phase_field::rho_
int Navier_Stokes_phase_field::terme_source_