Champ_Ostwald_VEF#

#include <Champ_Ostwald_VEF.h>

classe Champ_Ostwald_VEF Represente un champ en discretisation VEF qui varie en fonction

How to cite this class in this doc#

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

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)
References
Referenced By
How to cite in this doc:
:ref:`void Champ_Ostwald_VEF::associer_champ(const Champ_P1NC &un_champ) <public-void-champ-ostwald-vef-associer-champ-const-champ-p1nc-ref-un-champ>`
[void Champ_Ostwald_VEF::associer_champ(const Champ_P1NC &un_champ)](#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 &)
References
Referenced By
How to cite in this doc:
:ref:`void Champ_Ostwald_VEF::associer_eqn(const Navier_Stokes_std &) <public-void-champ-ostwald-vef-associer-eqn-const-navier-stokes-std-ref>`
[void Champ_Ostwald_VEF::associer_eqn(const Navier_Stokes_std &)](#public-void-champ-ostwald-vef-associer-eqn-const-navier-stokes-std-ref)
calculer_dscald
void Champ_Ostwald_VEF::calculer_dscald(DoubleTab &)
References
Referenced By
How to cite in this doc:
:ref:`void Champ_Ostwald_VEF::calculer_dscald(DoubleTab &) <public-void-champ-ostwald-vef-calculer-dscald-doubletab-ref>`
[void Champ_Ostwald_VEF::calculer_dscald(DoubleTab &)](#public-void-champ-ostwald-vef-calculer-dscald-doubletab-ref)
Champ_Ostwald_VEF
Champ_Ostwald_VEF::Champ_Ostwald_VEF()
How to cite in this doc:
:ref:`Champ_Ostwald_VEF::Champ_Ostwald_VEF() <public-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

Reimplements:

How to cite in this doc:
:ref:`int Champ_Ostwald_VEF::duplique() const override <public-int-champ-ostwald-vef-duplique-const-override>`
[int Champ_Ostwald_VEF::duplique() const override](#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 .

Reimplements:

How to cite in this doc:
:ref:`const Type_info * Champ_Ostwald_VEF::get_info() const override <public-const-type-info-ptr-champ-ostwald-vef-get-info-const-override>`
[const Type_info * Champ_Ostwald_VEF::get_info() const override](#public-const-type-info-ptr-champ-ostwald-vef-get-info-const-override)
init_mu
void Champ_Ostwald_VEF::init_mu(DoubleTab &)

Initialise le champs.

References
How to cite in this doc:
:ref:`void Champ_Ostwald_VEF::init_mu(DoubleTab &) <public-void-champ-ostwald-vef-init-mu-doubletab-ref>`
[void Champ_Ostwald_VEF::init_mu(DoubleTab &)](#public-void-champ-ostwald-vef-init-mu-doubletab-ref)
initialiser
int Champ_Ostwald_VEF::initialiser(const double temps) override

NE FAIT RIEN.

A surcharger dans les classes derivees. Provoque l’initialisation du champ si necessaire

Reimplements:

References
How to cite in this doc:
:ref:`int Champ_Ostwald_VEF::initialiser(const double temps) override <public-int-champ-ostwald-vef-initialiser-const-double-temps-override>`
[int Champ_Ostwald_VEF::initialiser(const double temps) override](#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.

puis calcul de mu

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`void Champ_Ostwald_VEF::me_calculer(double tps) override <public-void-champ-ostwald-vef-me-calculer-double-tps-override>`
[void Champ_Ostwald_VEF::me_calculer(double tps) override](#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

Reimplements:

References
Referenced By
How to cite in this doc:
:ref:`void Champ_Ostwald_VEF::mettre_a_jour(double temps) override <public-void-champ-ostwald-vef-mettre-a-jour-double-temps-override>`
[void Champ_Ostwald_VEF::mettre_a_jour(double temps) override](#public-void-champ-ostwald-vef-mettre-a-jour-double-temps-override)
mon_champs
const Champ_P1NC & Champ_Ostwald_VEF::mon_champs() const
References
How to cite in this doc:
:ref:`const Champ_P1NC & Champ_Ostwald_VEF::mon_champs() const <public-const-champ-p1nc-ref-champ-ostwald-vef-mon-champs-const>`
[const Champ_P1NC & Champ_Ostwald_VEF::mon_champs() const](#public-const-champ-p1nc-ref-champ-ostwald-vef-mon-champs-const)
taille_memoire
unsigned Champ_Ostwald_VEF::taille_memoire() const override

Reimplements:

How to cite in this doc:
:ref:`unsigned Champ_Ostwald_VEF::taille_memoire() const override <public-unsigned-champ-ostwald-vef-taille-memoire-const-override>`
[unsigned Champ_Ostwald_VEF::taille_memoire() const override](#public-unsigned-champ-ostwald-vef-taille-memoire-const-override)
~Champ_Ostwald_VEF
Champ_Ostwald_VEF::~Champ_Ostwald_VEF()
How to cite in this doc:
:ref:`Champ_Ostwald_VEF::~Champ_Ostwald_VEF() <public-champ-ostwald-vef-dtor-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()
How to cite in this doc:
:ref:`Objet_U * Champ_Ostwald_VEF::cree_instance() <public-static-objet-u-ptr-champ-ostwald-vef-cree-instance>`
[Objet_U * Champ_Ostwald_VEF::cree_instance()](#public-static-objet-u-ptr-champ-ostwald-vef-cree-instance)
info
const Type_info * Champ_Ostwald_VEF::info()
How to cite in this doc:
:ref:`const Type_info * Champ_Ostwald_VEF::info() <public-static-const-type-info-ptr-champ-ostwald-vef-info>`
[const Type_info * Champ_Ostwald_VEF::info()](#public-static-const-type-info-ptr-champ-ostwald-vef-info)
self_cast
const Champ_Ostwald_VEF & Champ_Ostwald_VEF::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Champ_Ostwald_VEF & Champ_Ostwald_VEF::self_cast(const Objet_U &) <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 &)](#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 &)
How to cite in this doc:
:ref:`Champ_Ostwald_VEF & Champ_Ostwald_VEF::self_cast(Objet_U &) <public-static-champ-ostwald-vef-ref-champ-ostwald-vef-self-cast-objet-u-ref>`
[Champ_Ostwald_VEF & Champ_Ostwald_VEF::self_cast(Objet_U &)](#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.

Pour des viscsites tres faible et tres fortes on utilise une regression

References
Referenced By
How to cite in this doc:
:ref:`void Champ_Ostwald_VEF::calculer_mu(DoubleTab &) <protected-void-champ-ostwald-vef-calculer-mu-doubletab-ref>`
[void Champ_Ostwald_VEF::calculer_mu(DoubleTab &)](#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.

Reimplements:

References
How to cite in this doc:
:ref:`Sortie & Champ_Ostwald_VEF::printOn(Sortie &x) const override <protected-sortie-ref-champ-ostwald-vef-printon-sortie-ref-x-const-override>`
[Sortie & Champ_Ostwald_VEF::printOn(Sortie &x) const override](#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.

Reimplements:

How to cite in this doc:
:ref:`Entree & Champ_Ostwald_VEF::readOn(Entree &) override <protected-entree-ref-champ-ostwald-vef-readon-entree-ref-override>`
[Entree & Champ_Ostwald_VEF::readOn(Entree &) override](#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_