Champ_Ostwald_VEF#

#include <Champ_Ostwald_VEF.h>
Brief description

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#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classChamp__Ostwald__VEF__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_champ#

Definition
void Champ_Ostwald_VEF::associer_champ(const Champ_P1NC &un_champ)
Brief description
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#

Definition
void Champ_Ostwald_VEF::associer_eqn(const Navier_Stokes_std &)
Brief description
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#

Definition
void Champ_Ostwald_VEF::calculer_dscald(DoubleTab &)
Brief description
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#

Definition
Champ_Ostwald_VEF::Champ_Ostwald_VEF()
Brief description
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#

Definition
int Champ_Ostwald_VEF::duplique() const override
Brief description
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#

Definition
const Type_info * Champ_Ostwald_VEF::get_info() const override
Brief description

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#

Definition
void Champ_Ostwald_VEF::init_mu(DoubleTab &)
Brief description

Initialise le champs.

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 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#

Definition
int Champ_Ostwald_VEF::initialiser(const double temps) override
Brief description

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#

Definition
void Champ_Ostwald_VEF::me_calculer(double tps) override
Brief description

Calcul le champ Ostwald : calcul de D::D.

Detailed description

puis calcul de mu

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 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#

Definition
void Champ_Ostwald_VEF::mettre_a_jour(double temps) override
Brief description

met le parametre mu a jour

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 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#

Definition
const Champ_P1NC & Champ_Ostwald_VEF::mon_champs() const
Brief description
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#

Definition
unsigned Champ_Ostwald_VEF::taille_memoire() const override
Brief description
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#

Definition
Champ_Ostwald_VEF::~Champ_Ostwald_VEF()
Brief description
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#

Definition
Objet_U * Champ_Ostwald_VEF::cree_instance()
Brief description
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#

Definition
const Type_info * Champ_Ostwald_VEF::info()
Brief description
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#

Definition
const Champ_Ostwald_VEF & Champ_Ostwald_VEF::self_cast(const Objet_U &)
Brief description
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#

Definition
Champ_Ostwald_VEF & Champ_Ostwald_VEF::self_cast(Objet_U &)
Brief description
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#

Definition
void Champ_Ostwald_VEF::calculer_mu(DoubleTab &)
Brief description

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

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_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#

Definition
Sortie & Champ_Ostwald_VEF::printOn(Sortie &x) const override
Brief description

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#

Definition
Entree & Champ_Ostwald_VEF::readOn(Entree &) override
Brief description

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#

info_obj (public)
const Type_info Champ_Ostwald_VEF::info_obj
eq_hydraulique (protected)
TRUST_Ref<Navier_Stokes_std *> Champ_Ostwald_VEF::eq_hydraulique
mon_champ_ (protected)
TRUST_Ref<Champ_P1NC *> Champ_Ostwald_VEF::mon_champ_