Production_HZDR_PolyMAC_P0#

#include <Production_HZDR_PolyMAC_P0.h>

Classe Production_HZDR_PolyMAC_P0 : Cette classe implemente, dans PolyMAC_P0, la production de BIA dans l’equation de k. L’agitation induite par les bulles (BIA) est prise en compte dans l’équation de k grace à un terme de production. Ce modèle est donné par Roland Rzehak et Eckhard Krepper (2013) du HZDR (d’où le nom donné au modèle).

How to cite this class in this doc#

:ref:`Production\_HZDR\_PolyMAC\_P0 <class-production-hzdr-polymac-p0>`
[Production\_HZDR\_PolyMAC\_P0](#class-production-hzdr-polymac-p0)

Detailed description#

Inherits from#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

ajouter_blocs
void Production_HZDR_PolyMAC_P0::ajouter_blocs(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) const override

Reimplements:

References
How to cite in this doc:
:ref:`void Production_HZDR_PolyMAC_P0::ajouter_blocs(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) const override <public-void-production-hzdr-polymac-p0-ajouter-blocs-matrices-t-matrices-doubletab-ref-secmem-const-tabs-t-ref-semi-impl-equal-{}-const-override>`
[void Production_HZDR_PolyMAC_P0::ajouter_blocs(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) const override](#public-void-production-hzdr-polymac-p0-ajouter-blocs-matrices-t-matrices-doubletab-ref-secmem-const-tabs-t-ref-semi-impl-equal-{}-const-override)
associer_domaines
void Production_HZDR_PolyMAC_P0::associer_domaines(const Domaine_dis_base &, const Domaine_Cl_dis_base &) override

Reimplements:

How to cite in this doc:
:ref:`void Production_HZDR_PolyMAC_P0::associer_domaines(const Domaine_dis_base &, const Domaine_Cl_dis_base &) override <public-void-production-hzdr-polymac-p0-associer-domaines-const-domaine-dis-base-ref-const-domaine-cl-dis-base-ref-override>`
[void Production_HZDR_PolyMAC_P0::associer_domaines(const Domaine_dis_base &, const Domaine_Cl_dis_base &) override](#public-void-production-hzdr-polymac-p0-associer-domaines-const-domaine-dis-base-ref-const-domaine-cl-dis-base-ref-override)
associer_pb
void Production_HZDR_PolyMAC_P0::associer_pb(const Probleme_base &) override

Reimplements:

How to cite in this doc:
:ref:`void Production_HZDR_PolyMAC_P0::associer_pb(const Probleme_base &) override <public-void-production-hzdr-polymac-p0-associer-pb-const-probleme-base-ref-override>`
[void Production_HZDR_PolyMAC_P0::associer_pb(const Probleme_base &) override](#public-void-production-hzdr-polymac-p0-associer-pb-const-probleme-base-ref-override)
check_multiphase_compatibility
void Production_HZDR_PolyMAC_P0::check_multiphase_compatibility() const override

Reimplements:

How to cite in this doc:
:ref:`void Production_HZDR_PolyMAC_P0::check_multiphase_compatibility() const override <public-void-production-hzdr-polymac-p0-check-multiphase-compatibility-const-override>`
[void Production_HZDR_PolyMAC_P0::check_multiphase_compatibility() const override](#public-void-production-hzdr-polymac-p0-check-multiphase-compatibility-const-override)
dimensionner_blocs
void Production_HZDR_PolyMAC_P0::dimensionner_blocs(matrices_t matrices, const tabs_t &semi_impl={}) const override

Reimplements:

How to cite in this doc:
:ref:`void Production_HZDR_PolyMAC_P0::dimensionner_blocs(matrices_t matrices, const tabs_t &semi_impl={}) const override <public-void-production-hzdr-polymac-p0-dimensionner-blocs-matrices-t-matrices-const-tabs-t-ref-semi-impl-equal-{}-const-override>`
[void Production_HZDR_PolyMAC_P0::dimensionner_blocs(matrices_t matrices, const tabs_t &semi_impl={}) const override](#public-void-production-hzdr-polymac-p0-dimensionner-blocs-matrices-t-matrices-const-tabs-t-ref-semi-impl-equal-{}-const-override)
duplique
int Production_HZDR_PolyMAC_P0::duplique() const override

Reimplements:

How to cite in this doc:
:ref:`int Production_HZDR_PolyMAC_P0::duplique() const override <public-int-production-hzdr-polymac-p0-duplique-const-override>`
[int Production_HZDR_PolyMAC_P0::duplique() const override](#public-int-production-hzdr-polymac-p0-duplique-const-override)
get_info
const Type_info * Production_HZDR_PolyMAC_P0::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 * Production_HZDR_PolyMAC_P0::get_info() const override <public-const-type-info-ptr-production-hzdr-polymac-p0-get-info-const-override>`
[const Type_info * Production_HZDR_PolyMAC_P0::get_info() const override](#public-const-type-info-ptr-production-hzdr-polymac-p0-get-info-const-override)
has_interface_blocs
int Production_HZDR_PolyMAC_P0::has_interface_blocs() const override

Reimplements:

How to cite in this doc:
:ref:`int Production_HZDR_PolyMAC_P0::has_interface_blocs() const override <public-int-production-hzdr-polymac-p0-has-interface-blocs-const-override>`
[int Production_HZDR_PolyMAC_P0::has_interface_blocs() const override](#public-int-production-hzdr-polymac-p0-has-interface-blocs-const-override)
mettre_a_jour
void Production_HZDR_PolyMAC_P0::mettre_a_jour(double temps) override

DOES NOTHING - to override in derived classes.

Mise a jour en temps du terme source.

Reimplements:

How to cite in this doc:
:ref:`void Production_HZDR_PolyMAC_P0::mettre_a_jour(double temps) override <public-void-production-hzdr-polymac-p0-mettre-a-jour-double-temps-override>`
[void Production_HZDR_PolyMAC_P0::mettre_a_jour(double temps) override](#public-void-production-hzdr-polymac-p0-mettre-a-jour-double-temps-override)
Production_HZDR_PolyMAC_P0
Production_HZDR_PolyMAC_P0::Production_HZDR_PolyMAC_P0()
How to cite in this doc:
:ref:`Production_HZDR_PolyMAC_P0::Production_HZDR_PolyMAC_P0() <public-production-hzdr-polymac-p0-production-hzdr-polymac-p0>`
[Production_HZDR_PolyMAC_P0::Production_HZDR_PolyMAC_P0()](#public-production-hzdr-polymac-p0-production-hzdr-polymac-p0)
taille_memoire
unsigned Production_HZDR_PolyMAC_P0::taille_memoire() const override

Reimplements:

How to cite in this doc:
:ref:`unsigned Production_HZDR_PolyMAC_P0::taille_memoire() const override <public-unsigned-production-hzdr-polymac-p0-taille-memoire-const-override>`
[unsigned Production_HZDR_PolyMAC_P0::taille_memoire() const override](#public-unsigned-production-hzdr-polymac-p0-taille-memoire-const-override)
~Production_HZDR_PolyMAC_P0
Production_HZDR_PolyMAC_P0::~Production_HZDR_PolyMAC_P0()
How to cite in this doc:
:ref:`Production_HZDR_PolyMAC_P0::~Production_HZDR_PolyMAC_P0() <public-production-hzdr-polymac-p0-dtor-production-hzdr-polymac-p0>`
[Production_HZDR_PolyMAC_P0::~Production_HZDR_PolyMAC_P0()](#public-production-hzdr-polymac-p0-dtor-production-hzdr-polymac-p0)
cree_instance
Objet_U * Production_HZDR_PolyMAC_P0::cree_instance()
How to cite in this doc:
:ref:`Objet_U * Production_HZDR_PolyMAC_P0::cree_instance() <public-static-objet-u-ptr-production-hzdr-polymac-p0-cree-instance>`
[Objet_U * Production_HZDR_PolyMAC_P0::cree_instance()](#public-static-objet-u-ptr-production-hzdr-polymac-p0-cree-instance)
info
const Type_info * Production_HZDR_PolyMAC_P0::info()
How to cite in this doc:
:ref:`const Type_info * Production_HZDR_PolyMAC_P0::info() <public-static-const-type-info-ptr-production-hzdr-polymac-p0-info>`
[const Type_info * Production_HZDR_PolyMAC_P0::info()](#public-static-const-type-info-ptr-production-hzdr-polymac-p0-info)
self_cast
const Production_HZDR_PolyMAC_P0 & Production_HZDR_PolyMAC_P0::self_cast(const Objet_U &)
How to cite in this doc:
:ref:`const Production_HZDR_PolyMAC_P0 & Production_HZDR_PolyMAC_P0::self_cast(const Objet_U &) <public-static-const-production-hzdr-polymac-p0-ref-production-hzdr-polymac-p0-self-cast-const-objet-u-ref>`
[const Production_HZDR_PolyMAC_P0 & Production_HZDR_PolyMAC_P0::self_cast(const Objet_U &)](#public-static-const-production-hzdr-polymac-p0-ref-production-hzdr-polymac-p0-self-cast-const-objet-u-ref)
self_cast
Production_HZDR_PolyMAC_P0 & Production_HZDR_PolyMAC_P0::self_cast(Objet_U &)
How to cite in this doc:
:ref:`Production_HZDR_PolyMAC_P0 & Production_HZDR_PolyMAC_P0::self_cast(Objet_U &) <public-static-production-hzdr-polymac-p0-ref-production-hzdr-polymac-p0-self-cast-objet-u-ref>`
[Production_HZDR_PolyMAC_P0 & Production_HZDR_PolyMAC_P0::self_cast(Objet_U &)](#public-static-production-hzdr-polymac-p0-ref-production-hzdr-polymac-p0-self-cast-objet-u-ref)
printOn
Sortie & Production_HZDR_PolyMAC_P0::printOn(Sortie &x) const override

DOES NOTHING - to override in derived classes.

Imprime la source sur un flot de sortie.

Reimplements:

How to cite in this doc:
:ref:`Sortie & Production_HZDR_PolyMAC_P0::printOn(Sortie &x) const override <protected-sortie-ref-production-hzdr-polymac-p0-printon-sortie-ref-x-const-override>`
[Sortie & Production_HZDR_PolyMAC_P0::printOn(Sortie &x) const override](#protected-sortie-ref-production-hzdr-polymac-p0-printon-sortie-ref-x-const-override)
readOn
Entree & Production_HZDR_PolyMAC_P0::readOn(Entree &) override

DOES NOTHING - to override in derived classes.

Lecture d’un terme source sur un flot d’entree.

Reimplements:

References
How to cite in this doc:
:ref:`Entree & Production_HZDR_PolyMAC_P0::readOn(Entree &) override <protected-entree-ref-production-hzdr-polymac-p0-readon-entree-ref-override>`
[Entree & Production_HZDR_PolyMAC_P0::readOn(Entree &) override](#protected-entree-ref-production-hzdr-polymac-p0-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Production_HZDR_PolyMAC_P0::info_obj
C_k (protected)
double Production_HZDR_PolyMAC_P0::C_k = 1.
g_ (protected)
double Production_HZDR_PolyMAC_P0::g_ = 9.81
n_l (protected)
int Production_HZDR_PolyMAC_P0::n_l = - 1