Champ_Ostwald_VEF#
#include <Champ_Ostwald_VEF.h>
classe Champ_Ostwald_VEF Represente un champ en discretisation VEF qui varie en fonction
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:`Champ\_Ostwald\_VEF <class-champ-ostwald-vef>`
[Champ\_Ostwald\_VEF](#class-champ-ostwald-vef)
Detailed description#
de la consistance et de l’indice de structure. Champ utilise pour le fluide d’Ostwald et la discretisation VEF. Fait reference a domaine_VEF pou utiliser la bonne domaine avec domaine_dis_base Champ_P1NC pour calculer D:D Navier_Stokes_std pour avoir l’equation thermo_hydraulique et pouvoir utiliser une de ses inconnues: la vitesse.
Inherits from#
public : Champ_Ostwald
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#
associer_champ#
void Champ_Ostwald_VEF::associer_champ(const Champ_P1NC &un_champ)
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 Champ_Ostwald_VEF::associer_champ(const Champ_P1NC &un_champ) <champ-ostwald-vef-public-void-champ-ostwald-vef-associer-champ-const-champ-p1nc-ref-un-champ>`
[void Champ_Ostwald_VEF::associer_champ(const Champ_P1NC &un_champ)](#champ-ostwald-vef-public-void-champ-ostwald-vef-associer-champ-const-champ-p1nc-ref-un-champ)
associer_eqn#
void Champ_Ostwald_VEF::associer_eqn(const Navier_Stokes_std &)
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 Champ_Ostwald_VEF::associer_eqn(const Navier_Stokes_std &) <champ-ostwald-vef-public-void-champ-ostwald-vef-associer-eqn-const-navier-stokes-std-ref>`
[void Champ_Ostwald_VEF::associer_eqn(const Navier_Stokes_std &)](#champ-ostwald-vef-public-void-champ-ostwald-vef-associer-eqn-const-navier-stokes-std-ref)
calculer_dscald#
void Champ_Ostwald_VEF::calculer_dscald(DoubleTab &)
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 Champ_Ostwald_VEF::calculer_dscald(DoubleTab &) <champ-ostwald-vef-public-void-champ-ostwald-vef-calculer-dscald-doubletab-ref>`
[void Champ_Ostwald_VEF::calculer_dscald(DoubleTab &)](#champ-ostwald-vef-public-void-champ-ostwald-vef-calculer-dscald-doubletab-ref)
Champ_Ostwald_VEF#
Champ_Ostwald_VEF::Champ_Ostwald_VEF()
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:`Champ_Ostwald_VEF::Champ_Ostwald_VEF() <champ-ostwald-vef-public-champ-ostwald-vef-champ-ostwald-vef>`
[Champ_Ostwald_VEF::Champ_Ostwald_VEF()](#champ-ostwald-vef-public-champ-ostwald-vef-champ-ostwald-vef)
duplique#
int Champ_Ostwald_VEF::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 Champ_Ostwald_VEF::duplique() const override <champ-ostwald-vef-public-int-champ-ostwald-vef-duplique-const-override>`
[int Champ_Ostwald_VEF::duplique() const override](#champ-ostwald-vef-public-int-champ-ostwald-vef-duplique-const-override)
get_info#
const Type_info * Champ_Ostwald_VEF::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 * Champ_Ostwald_VEF::get_info() const override <champ-ostwald-vef-public-const-type-info-ptr-champ-ostwald-vef-get-info-const-override>`
[const Type_info * Champ_Ostwald_VEF::get_info() const override](#champ-ostwald-vef-public-const-type-info-ptr-champ-ostwald-vef-get-info-const-override)
init_mu#
void Champ_Ostwald_VEF::init_mu(DoubleTab &)
Initialise le champs.
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:`void Champ_Ostwald_VEF::init_mu(DoubleTab &) <champ-ostwald-vef-public-void-champ-ostwald-vef-init-mu-doubletab-ref>`
[void Champ_Ostwald_VEF::init_mu(DoubleTab &)](#champ-ostwald-vef-public-void-champ-ostwald-vef-init-mu-doubletab-ref)
initialiser#
int Champ_Ostwald_VEF::initialiser(const double temps) override
NE FAIT RIEN.
Detailed description
A surcharger dans les classes derivees. Provoque l’initialisation du champ si necessaire
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 Champ_Ostwald_VEF::initialiser(const double temps) override <champ-ostwald-vef-public-int-champ-ostwald-vef-initialiser-const-double-temps-override>`
[int Champ_Ostwald_VEF::initialiser(const double temps) override](#champ-ostwald-vef-public-int-champ-ostwald-vef-initialiser-const-double-temps-override)
me_calculer#
void Champ_Ostwald_VEF::me_calculer(double tps) override
Calcul le champ Ostwald : calcul de D::D.
Detailed description
puis calcul de mu
Reimplements:
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 Champ_Ostwald_VEF::me_calculer(double tps) override <champ-ostwald-vef-public-void-champ-ostwald-vef-me-calculer-double-tps-override>`
[void Champ_Ostwald_VEF::me_calculer(double tps) override](#champ-ostwald-vef-public-void-champ-ostwald-vef-me-calculer-double-tps-override)
mettre_a_jour#
void Champ_Ostwald_VEF::mettre_a_jour(double temps) override
met le parametre mu a jour
Detailed description
Reimplements:
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 Champ_Ostwald_VEF::mettre_a_jour(double temps) override <champ-ostwald-vef-public-void-champ-ostwald-vef-mettre-a-jour-double-temps-override>`
[void Champ_Ostwald_VEF::mettre_a_jour(double temps) override](#champ-ostwald-vef-public-void-champ-ostwald-vef-mettre-a-jour-double-temps-override)
mon_champs#
const Champ_P1NC & Champ_Ostwald_VEF::mon_champs() 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_P1NC & Champ_Ostwald_VEF::mon_champs() const <champ-ostwald-vef-public-const-champ-p1nc-ref-champ-ostwald-vef-mon-champs-const>`
[const Champ_P1NC & Champ_Ostwald_VEF::mon_champs() const](#champ-ostwald-vef-public-const-champ-p1nc-ref-champ-ostwald-vef-mon-champs-const)
taille_memoire#
unsigned Champ_Ostwald_VEF::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 Champ_Ostwald_VEF::taille_memoire() const override <champ-ostwald-vef-public-unsigned-champ-ostwald-vef-taille-memoire-const-override>`
[unsigned Champ_Ostwald_VEF::taille_memoire() const override](#champ-ostwald-vef-public-unsigned-champ-ostwald-vef-taille-memoire-const-override)
~Champ_Ostwald_VEF#
Champ_Ostwald_VEF::~Champ_Ostwald_VEF()
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:`Champ_Ostwald_VEF::~Champ_Ostwald_VEF() <champ-ostwald-vef-public-champ-ostwald-vef-dtor-champ-ostwald-vef>`
[Champ_Ostwald_VEF::~Champ_Ostwald_VEF()](#champ-ostwald-vef-public-champ-ostwald-vef-dtor-champ-ostwald-vef)
cree_instance#
Objet_U * Champ_Ostwald_VEF::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 * Champ_Ostwald_VEF::cree_instance() <champ-ostwald-vef-public-static-objet-u-ptr-champ-ostwald-vef-cree-instance>`
[Objet_U * Champ_Ostwald_VEF::cree_instance()](#champ-ostwald-vef-public-static-objet-u-ptr-champ-ostwald-vef-cree-instance)
info#
const Type_info * Champ_Ostwald_VEF::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 * Champ_Ostwald_VEF::info() <champ-ostwald-vef-public-static-const-type-info-ptr-champ-ostwald-vef-info>`
[const Type_info * Champ_Ostwald_VEF::info()](#champ-ostwald-vef-public-static-const-type-info-ptr-champ-ostwald-vef-info)
self_cast#
const Champ_Ostwald_VEF & Champ_Ostwald_VEF::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 Champ_Ostwald_VEF & Champ_Ostwald_VEF::self_cast(const Objet_U &) <champ-ostwald-vef-public-static-const-champ-ostwald-vef-ref-champ-ostwald-vef-self-cast-const-objet-u-ref>`
[const Champ_Ostwald_VEF & Champ_Ostwald_VEF::self_cast(const Objet_U &)](#champ-ostwald-vef-public-static-const-champ-ostwald-vef-ref-champ-ostwald-vef-self-cast-const-objet-u-ref)
self_cast#
Champ_Ostwald_VEF & Champ_Ostwald_VEF::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:`Champ_Ostwald_VEF & Champ_Ostwald_VEF::self_cast(Objet_U &) <champ-ostwald-vef-public-static-champ-ostwald-vef-ref-champ-ostwald-vef-self-cast-objet-u-ref>`
[Champ_Ostwald_VEF & Champ_Ostwald_VEF::self_cast(Objet_U &)](#champ-ostwald-vef-public-static-champ-ostwald-vef-ref-champ-ostwald-vef-self-cast-objet-u-ref)
calculer_mu#
void Champ_Ostwald_VEF::calculer_mu(DoubleTab &)
Calcul la viscosite mu en fonction de la consistance et de l’indice de structure en utilisant la loi d’Ostwald.
Detailed description
Pour des viscsites tres faible et tres fortes on utilise une regression
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 Champ_Ostwald_VEF::calculer_mu(DoubleTab &) <champ-ostwald-vef-protected-void-champ-ostwald-vef-calculer-mu-doubletab-ref>`
[void Champ_Ostwald_VEF::calculer_mu(DoubleTab &)](#champ-ostwald-vef-protected-void-champ-ostwald-vef-calculer-mu-doubletab-ref)
printOn#
Sortie & Champ_Ostwald_VEF::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 & Champ_Ostwald_VEF::printOn(Sortie &x) const override <champ-ostwald-vef-protected-sortie-ref-champ-ostwald-vef-printon-sortie-ref-x-const-override>`
[Sortie & Champ_Ostwald_VEF::printOn(Sortie &x) const override](#champ-ostwald-vef-protected-sortie-ref-champ-ostwald-vef-printon-sortie-ref-x-const-override)
readOn#
Entree & Champ_Ostwald_VEF::readOn(Entree &) override
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 & Champ_Ostwald_VEF::readOn(Entree &) override <champ-ostwald-vef-protected-entree-ref-champ-ostwald-vef-readon-entree-ref-override>`
[Entree & Champ_Ostwald_VEF::readOn(Entree &) override](#champ-ostwald-vef-protected-entree-ref-champ-ostwald-vef-readon-entree-ref-override)
Attributes Documentation#
const Type_info Champ_Ostwald_VEF::info_obj
TRUST_Ref<Navier_Stokes_std *> Champ_Ostwald_VEF::eq_hydraulique
TRUST_Ref<Champ_P1NC *> Champ_Ostwald_VEF::mon_champ_