Operateur_Diff_base#
#include <Operateur_Diff_base.h>
classe Operateur_Diff_base Cette classe est la base de la hierarchie des operateurs representant
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:`Operateur\_Diff\_base <class-operateur-diff-base>`
[Operateur\_Diff\_base](#class-operateur-diff-base)
Detailed description#
un terme de diffusion dans une equation. Le choix du terme depend de la modelisation laminaire ou turbulente de l’ecoulement, de la discretisation et du type du champ de diffusivite. Ces variantes donneront lieu a des classes filles de Operateur_Diff_base .
Inherits from#
public : Operateur_base
public : Support_Champ_Masse_Volumique
Inherited by#
public : Op_Diff_DG_base
public : Op_Diff_EF_base
public : Op_Diff_P1NC_barprim
public : Op_Diff_PolyMAC_Gen_base
public : Op_Diff_RotRot
public : Op_Diff_VDF_base
public : Op_Diff_VEF_base
public : Op_Diff_negligeable
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_diffusivite#
virtual void Operateur_Diff_base::associer_diffusivite(const Champ_base &)=0
Detailed description
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:`virtual void Operateur_Diff_base::associer_diffusivite(const Champ_base &)=0 <operateur-diff-base-public-virtual-void-operateur-diff-base-associer-diffusivite-const-champ-base-ref-equal-0>`
[virtual void Operateur_Diff_base::associer_diffusivite(const Champ_base &)=0](#operateur-diff-base-public-virtual-void-operateur-diff-base-associer-diffusivite-const-champ-base-ref-equal-0)
associer_diffusivite_pour_pas_de_temps#
void Operateur_Diff_base::associer_diffusivite_pour_pas_de_temps(const Champ_base &)
Associe la vraie diffusivite en m^2/s (en QC par exemple, l’operateur est applique a rho*u, et on associe alors la viscosite dynamique a.
Detailed description
l’operateur au lieu de la viscosite dynamique. Dans ce cas, il faut associer la vraie diffusivite ici pour le calcul du pas de temps de stabilite.
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 Operateur_Diff_base::associer_diffusivite_pour_pas_de_temps(const Champ_base &) <operateur-diff-base-public-void-operateur-diff-base-associer-diffusivite-pour-pas-de-temps-const-champ-base-ref>`
[void Operateur_Diff_base::associer_diffusivite_pour_pas_de_temps(const Champ_base &)](#operateur-diff-base-public-void-operateur-diff-base-associer-diffusivite-pour-pas-de-temps-const-champ-base-ref)
calculer_borne_locale#
virtual void Operateur_Diff_base::calculer_borne_locale(DoubleVect &, double, double) const
Detailed description
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:`virtual void Operateur_Diff_base::calculer_borne_locale(DoubleVect &, double, double) const <operateur-diff-base-public-virtual-void-operateur-diff-base-calculer-borne-locale-doublevect-ref-double-double-const>`
[virtual void Operateur_Diff_base::calculer_borne_locale(DoubleVect &, double, double) const](#operateur-diff-base-public-virtual-void-operateur-diff-base-calculer-borne-locale-doublevect-ref-double-double-const)
correlation_viscosite_turbulente#
virtual const Correlation_base * Operateur_Diff_base::correlation_viscosite_turbulente() const
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:`virtual const Correlation_base * Operateur_Diff_base::correlation_viscosite_turbulente() const <operateur-diff-base-public-virtual-const-correlation-base-ptr-operateur-diff-base-correlation-viscosite-turbulente-const>`
[virtual const Correlation_base * Operateur_Diff_base::correlation_viscosite_turbulente() const](#operateur-diff-base-public-virtual-const-correlation-base-ptr-operateur-diff-base-correlation-viscosite-turbulente-const)
diffusivite#
virtual const Champ_base & Operateur_Diff_base::diffusivite() const =0
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:`virtual const Champ_base & Operateur_Diff_base::diffusivite() const =0 <operateur-diff-base-public-virtual-const-champ-base-ref-operateur-diff-base-diffusivite-const-equal-0>`
[virtual const Champ_base & Operateur_Diff_base::diffusivite() const =0](#operateur-diff-base-public-virtual-const-champ-base-ref-operateur-diff-base-diffusivite-const-equal-0)
get_info#
const Type_info * Operateur_Diff_base::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 * Operateur_Diff_base::get_info() const override <operateur-diff-base-public-const-type-info-ptr-operateur-diff-base-get-info-const-override>`
[const Type_info * Operateur_Diff_base::get_info() const override](#operateur-diff-base-public-const-type-info-ptr-operateur-diff-base-get-info-const-override)
init_op_ext#
virtual void Operateur_Diff_base::init_op_ext() 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:`virtual void Operateur_Diff_base::init_op_ext() const <operateur-diff-base-public-virtual-void-operateur-diff-base-init-op-ext-const>`
[virtual void Operateur_Diff_base::init_op_ext() const](#operateur-diff-base-public-virtual-void-operateur-diff-base-init-op-ext-const)
is_turb#
virtual bool Operateur_Diff_base::is_turb() const
Detailed description
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:`virtual bool Operateur_Diff_base::is_turb() const <operateur-diff-base-public-virtual-bool-operateur-diff-base-is-turb-const>`
[virtual bool Operateur_Diff_base::is_turb() const](#operateur-diff-base-public-virtual-bool-operateur-diff-base-is-turb-const)
Operateur_Diff_base#
Operateur_Diff_base::Operateur_Diff_base()
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:`Operateur_Diff_base::Operateur_Diff_base() <operateur-diff-base-public-operateur-diff-base-operateur-diff-base>`
[Operateur_Diff_base::Operateur_Diff_base()](#operateur-diff-base-public-operateur-diff-base-operateur-diff-base)
~Operateur_Diff_base#
Operateur_Diff_base::~Operateur_Diff_base() 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:`Operateur_Diff_base::~Operateur_Diff_base() override <operateur-diff-base-public-operateur-diff-base-dtor-operateur-diff-base-override>`
[Operateur_Diff_base::~Operateur_Diff_base() override](#operateur-diff-base-public-operateur-diff-base-dtor-operateur-diff-base-override)
info#
const Type_info * Operateur_Diff_base::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 * Operateur_Diff_base::info() <operateur-diff-base-public-static-const-type-info-ptr-operateur-diff-base-info>`
[const Type_info * Operateur_Diff_base::info()](#operateur-diff-base-public-static-const-type-info-ptr-operateur-diff-base-info)
self_cast#
const Operateur_Diff_base & Operateur_Diff_base::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 Operateur_Diff_base & Operateur_Diff_base::self_cast(const Objet_U &) <operateur-diff-base-public-static-const-operateur-diff-base-ref-operateur-diff-base-self-cast-const-objet-u-ref>`
[const Operateur_Diff_base & Operateur_Diff_base::self_cast(const Objet_U &)](#operateur-diff-base-public-static-const-operateur-diff-base-ref-operateur-diff-base-self-cast-const-objet-u-ref)
self_cast#
Operateur_Diff_base & Operateur_Diff_base::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:`Operateur_Diff_base & Operateur_Diff_base::self_cast(Objet_U &) <operateur-diff-base-public-static-operateur-diff-base-ref-operateur-diff-base-self-cast-objet-u-ref>`
[Operateur_Diff_base & Operateur_Diff_base::self_cast(Objet_U &)](#operateur-diff-base-public-static-operateur-diff-base-ref-operateur-diff-base-self-cast-objet-u-ref)
diffusivite_pour_pas_de_temps#
const Champ_base & Operateur_Diff_base::diffusivite_pour_pas_de_temps() const
Renvoie le champ_don correspondant a la vraie diffusivite du milieu qui sert pour le calcul du pas de temps.
Detailed description
Si l’operateur s’applique a rho*v par exemple (cas du QC par exemple), la diffusivite associee est la viscosite dynamique et non la viscosite cinematique. Il faut utiliser la viscosite cinematique pour le calcul du pas de temps… La vraie diffusivite (en m^2/s) est determinee comme suit:
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_base & Operateur_Diff_base::diffusivite_pour_pas_de_temps() const <operateur-diff-base-protected-const-champ-base-ref-operateur-diff-base-diffusivite-pour-pas-de-temps-const>`
[const Champ_base & Operateur_Diff_base::diffusivite_pour_pas_de_temps() const](#operateur-diff-base-protected-const-champ-base-ref-operateur-diff-base-diffusivite-pour-pas-de-temps-const)
printOn#
Sortie & Operateur_Diff_base::printOn(Sortie &x) const override
DOES NOTHING - to override in derived classes.
Detailed description
Imprime l’operateur sur un flot de sortie.
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:`Sortie & Operateur_Diff_base::printOn(Sortie &x) const override <operateur-diff-base-protected-sortie-ref-operateur-diff-base-printon-sortie-ref-x-const-override>`
[Sortie & Operateur_Diff_base::printOn(Sortie &x) const override](#operateur-diff-base-protected-sortie-ref-operateur-diff-base-printon-sortie-ref-x-const-override)
readOn#
Entree & Operateur_Diff_base::readOn(Entree &) override
DOES NOTHING - to override in derived classes.
Detailed description
Lit un operateur sur un flot d’entree.
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 & Operateur_Diff_base::readOn(Entree &) override <operateur-diff-base-protected-entree-ref-operateur-diff-base-readon-entree-ref-override>`
[Entree & Operateur_Diff_base::readOn(Entree &) override](#operateur-diff-base-protected-entree-ref-operateur-diff-base-readon-entree-ref-override)
Attributes Documentation#
const Type_info Operateur_Diff_base::info_obj
std::vector<const Operateur_Diff_base *> Operateur_Diff_base::op_ext
TRUST_Ref<Champ_base *> Operateur_Diff_base::diffusivite_pour_pas_de_temps_