Statistiques_dns_ijk#

#include <Statistiques_dns_ijk.h>
Brief description

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:`Statistiques\_dns\_ijk <class-statistiques-dns-ijk>`
[Statistiques\_dns\_ijk](#class-statistiques-dns-ijk)

Detailed description#

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classStatistiques__dns__ijk__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

associer_domaine#

Definition
void Statistiques_dns_ijk::associer_domaine(Domaine_IJK &dom_ijk)
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 Statistiques_dns_ijk::associer_domaine(Domaine_IJK &dom_ijk) <statistiques-dns-ijk-public-void-statistiques-dns-ijk-associer-domaine-domaine-ijk-ref-dom-ijk>`
[void Statistiques_dns_ijk::associer_domaine(Domaine_IJK &dom_ijk)](#statistiques-dns-ijk-public-void-statistiques-dns-ijk-associer-domaine-domaine-ijk-ref-dom-ijk)

calculer_gradients_vitesse#

Definition
double Statistiques_dns_ijk::calculer_gradients_vitesse(const IJK_Field_double &vitesse_i, const IJK_Field_double &vitesse_j, const IJK_Field_double &vitesse_k, const int i, const int j, const int k, const double dz, double &duidx, double &dujdx, double &dukdx, double &duidy, double &dujdy, double &dukdy, double &duidz, double &dujdz, double &dukdz, double &dduidxx, double &ddujdxx, double &ddukdxx, double &dduidyy, double &ddujdyy, double &ddukdyy, double &dduidzz, double &ddujdzz, double &ddukdzz, const bool on_the_first_cell, const bool on_the_last_cell) 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:`double Statistiques_dns_ijk::calculer_gradients_vitesse(const IJK_Field_double &vitesse_i, const IJK_Field_double &vitesse_j, const IJK_Field_double &vitesse_k, const int i, const int j, const int k, const double dz, double &duidx, double &dujdx, double &dukdx, double &duidy, double &dujdy, double &dukdy, double &duidz, double &dujdz, double &dukdz, double &dduidxx, double &ddujdxx, double &ddukdxx, double &dduidyy, double &ddujdyy, double &ddukdyy, double &dduidzz, double &ddujdzz, double &ddukdzz, const bool on_the_first_cell, const bool on_the_last_cell) const <statistiques-dns-ijk-public-double-statistiques-dns-ijk-calculer-gradients-vitesse-const-ijk-field-double-ref-vitesse-i-const-ijk-field-double-ref-vitesse-j-const-ijk-field-double-ref-vitesse-k-const-int-i-const-int-j-const-int-k-const-double-dz-double-ref-duidx-double-ref-dujdx-double-ref-dukdx-double-ref-duidy-double-ref-dujdy-double-ref-dukdy-double-ref-duidz-double-ref-dujdz-double-ref-dukdz-double-ref-dduidxx-double-ref-ddujdxx-double-ref-ddukdxx-double-ref-dduidyy-double-ref-ddujdyy-double-ref-ddukdyy-double-ref-dduidzz-double-ref-ddujdzz-double-ref-ddukdzz-const-bool-on-the-first-cell-const-bool-on-the-last-cell-const>`
[double Statistiques_dns_ijk::calculer_gradients_vitesse(const IJK_Field_double &vitesse_i, const IJK_Field_double &vitesse_j, const IJK_Field_double &vitesse_k, const int i, const int j, const int k, const double dz, double &duidx, double &dujdx, double &dukdx, double &duidy, double &dujdy, double &dukdy, double &duidz, double &dujdz, double &dukdz, double &dduidxx, double &ddujdxx, double &ddukdxx, double &dduidyy, double &ddujdyy, double &ddukdyy, double &dduidzz, double &ddujdzz, double &ddukdzz, const bool on_the_first_cell, const bool on_the_last_cell) const](#statistiques-dns-ijk-public-double-statistiques-dns-ijk-calculer-gradients-vitesse-const-ijk-field-double-ref-vitesse-i-const-ijk-field-double-ref-vitesse-j-const-ijk-field-double-ref-vitesse-k-const-int-i-const-int-j-const-int-k-const-double-dz-double-ref-duidx-double-ref-dujdx-double-ref-dukdx-double-ref-duidy-double-ref-dujdy-double-ref-dukdy-double-ref-duidz-double-ref-dujdz-double-ref-dukdz-double-ref-dduidxx-double-ref-ddujdxx-double-ref-ddukdxx-double-ref-dduidyy-double-ref-ddujdyy-double-ref-ddukdyy-double-ref-dduidzz-double-ref-ddujdzz-double-ref-ddukdzz-const-bool-on-the-first-cell-const-bool-on-the-last-cell-const)

calculer_produit_scalaire_faces_to_center#

Definition
double Statistiques_dns_ijk::calculer_produit_scalaire_faces_to_center(const IJK_Field_double &ui, const IJK_Field_double &uj, const IJK_Field_double &uk, const IJK_Field_double &vi, const IJK_Field_double &vj, const IJK_Field_double &vk, const int i, const int j, const int k)
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:`double Statistiques_dns_ijk::calculer_produit_scalaire_faces_to_center(const IJK_Field_double &ui, const IJK_Field_double &uj, const IJK_Field_double &uk, const IJK_Field_double &vi, const IJK_Field_double &vj, const IJK_Field_double &vk, const int i, const int j, const int k) <statistiques-dns-ijk-public-double-statistiques-dns-ijk-calculer-produit-scalaire-faces-to-center-const-ijk-field-double-ref-ui-const-ijk-field-double-ref-uj-const-ijk-field-double-ref-uk-const-ijk-field-double-ref-vi-const-ijk-field-double-ref-vj-const-ijk-field-double-ref-vk-const-int-i-const-int-j-const-int-k>`
[double Statistiques_dns_ijk::calculer_produit_scalaire_faces_to_center(const IJK_Field_double &ui, const IJK_Field_double &uj, const IJK_Field_double &uk, const IJK_Field_double &vi, const IJK_Field_double &vj, const IJK_Field_double &vk, const int i, const int j, const int k)](#statistiques-dns-ijk-public-double-statistiques-dns-ijk-calculer-produit-scalaire-faces-to-center-const-ijk-field-double-ref-ui-const-ijk-field-double-ref-uj-const-ijk-field-double-ref-uk-const-ijk-field-double-ref-vi-const-ijk-field-double-ref-vj-const-ijk-field-double-ref-vk-const-int-i-const-int-j-const-int-k)

calculer_vraie_dissipation#

Definition
double Statistiques_dns_ijk::calculer_vraie_dissipation(const double &pseudo_dissip, const double &duidx, const double &duidy, const double &duidz, const double &dujdx, const double &dujdy, const double &dujdz, const double &dukdx, const double &dukdy, const double &dukdz) const
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:`double Statistiques_dns_ijk::calculer_vraie_dissipation(const double &pseudo_dissip, const double &duidx, const double &duidy, const double &duidz, const double &dujdx, const double &dujdy, const double &dujdz, const double &dukdx, const double &dukdy, const double &dukdz) const <statistiques-dns-ijk-public-double-statistiques-dns-ijk-calculer-vraie-dissipation-const-double-ref-pseudo-dissip-const-double-ref-duidx-const-double-ref-duidy-const-double-ref-duidz-const-double-ref-dujdx-const-double-ref-dujdy-const-double-ref-dujdz-const-double-ref-dukdx-const-double-ref-dukdy-const-double-ref-dukdz-const>`
[double Statistiques_dns_ijk::calculer_vraie_dissipation(const double &pseudo_dissip, const double &duidx, const double &duidy, const double &duidz, const double &dujdx, const double &dujdy, const double &dujdz, const double &dukdx, const double &dukdy, const double &dukdz) const](#statistiques-dns-ijk-public-double-statistiques-dns-ijk-calculer-vraie-dissipation-const-double-ref-pseudo-dissip-const-double-ref-duidx-const-double-ref-duidy-const-double-ref-duidz-const-double-ref-dujdx-const-double-ref-dujdy-const-double-ref-dujdz-const-double-ref-dukdx-const-double-ref-dukdy-const-double-ref-dukdz-const)

cell_to_cell_gradient#

Definition
void Statistiques_dns_ijk::cell_to_cell_gradient(const int i, const int j, const int k, const IJK_Field_double &dudx, const IJK_Field_double &dvdy, const IJK_Field_double &dwdx, const IJK_Field_double &dudz, const IJK_Field_double &dvdz, const IJK_Field_double &dwdz, double &ddudxy, double &ddudxz, double &ddudyz, double &ddvdxy, double &ddvdxz, double &ddvdyz, double &ddwdxy, double &ddwdxz, double &ddwdyz) 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:`void Statistiques_dns_ijk::cell_to_cell_gradient(const int i, const int j, const int k, const IJK_Field_double &dudx, const IJK_Field_double &dvdy, const IJK_Field_double &dwdx, const IJK_Field_double &dudz, const IJK_Field_double &dvdz, const IJK_Field_double &dwdz, double &ddudxy, double &ddudxz, double &ddudyz, double &ddvdxy, double &ddvdxz, double &ddvdyz, double &ddwdxy, double &ddwdxz, double &ddwdyz) const <statistiques-dns-ijk-public-void-statistiques-dns-ijk-cell-to-cell-gradient-const-int-i-const-int-j-const-int-k-const-ijk-field-double-ref-dudx-const-ijk-field-double-ref-dvdy-const-ijk-field-double-ref-dwdx-const-ijk-field-double-ref-dudz-const-ijk-field-double-ref-dvdz-const-ijk-field-double-ref-dwdz-double-ref-ddudxy-double-ref-ddudxz-double-ref-ddudyz-double-ref-ddvdxy-double-ref-ddvdxz-double-ref-ddvdyz-double-ref-ddwdxy-double-ref-ddwdxz-double-ref-ddwdyz-const>`
[void Statistiques_dns_ijk::cell_to_cell_gradient(const int i, const int j, const int k, const IJK_Field_double &dudx, const IJK_Field_double &dvdy, const IJK_Field_double &dwdx, const IJK_Field_double &dudz, const IJK_Field_double &dvdz, const IJK_Field_double &dwdz, double &ddudxy, double &ddudxz, double &ddudyz, double &ddvdxy, double &ddvdxz, double &ddvdyz, double &ddwdxy, double &ddwdxz, double &ddwdyz) const](#statistiques-dns-ijk-public-void-statistiques-dns-ijk-cell-to-cell-gradient-const-int-i-const-int-j-const-int-k-const-ijk-field-double-ref-dudx-const-ijk-field-double-ref-dvdy-const-ijk-field-double-ref-dwdx-const-ijk-field-double-ref-dudz-const-ijk-field-double-ref-dvdz-const-ijk-field-double-ref-dwdz-double-ref-ddudxy-double-ref-ddudxz-double-ref-ddudyz-double-ref-ddvdxy-double-ref-ddvdxz-double-ref-ddvdyz-double-ref-ddwdxy-double-ref-ddwdxz-double-ref-ddwdyz-const)

check_converge#

Definition
int Statistiques_dns_ijk::check_converge() const
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:`int Statistiques_dns_ijk::check_converge() const <statistiques-dns-ijk-public-int-statistiques-dns-ijk-check-converge-const>`
[int Statistiques_dns_ijk::check_converge() const](#statistiques-dns-ijk-public-int-statistiques-dns-ijk-check-converge-const)

completer_print#

Definition
virtual Sortie & Statistiques_dns_ijk::completer_print(Sortie &os) const
Brief description
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 Sortie & Statistiques_dns_ijk::completer_print(Sortie &os) const <statistiques-dns-ijk-public-virtual-sortie-ref-statistiques-dns-ijk-completer-print-sortie-ref-os-const>`
[virtual Sortie & Statistiques_dns_ijk::completer_print(Sortie &os) const](#statistiques-dns-ijk-public-virtual-sortie-ref-statistiques-dns-ijk-completer-print-sortie-ref-os-const)

completer_read#

Definition
virtual void Statistiques_dns_ijk::completer_read(Param &param)
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:`virtual void Statistiques_dns_ijk::completer_read(Param &param) <statistiques-dns-ijk-public-virtual-void-statistiques-dns-ijk-completer-read-param-ref-param>`
[virtual void Statistiques_dns_ijk::completer_read(Param &param)](#statistiques-dns-ijk-public-virtual-void-statistiques-dns-ijk-completer-read-param-ref-param)

compute_and_store_gradU_cell#

Definition
void Statistiques_dns_ijk::compute_and_store_gradU_cell(const IJK_Field_double &vitesse_i, const IJK_Field_double &vitesse_j, const IJK_Field_double &vitesse_k)
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 Statistiques_dns_ijk::compute_and_store_gradU_cell(const IJK_Field_double &vitesse_i, const IJK_Field_double &vitesse_j, const IJK_Field_double &vitesse_k) <statistiques-dns-ijk-public-void-statistiques-dns-ijk-compute-and-store-gradu-cell-const-ijk-field-double-ref-vitesse-i-const-ijk-field-double-ref-vitesse-j-const-ijk-field-double-ref-vitesse-k>`
[void Statistiques_dns_ijk::compute_and_store_gradU_cell(const IJK_Field_double &vitesse_i, const IJK_Field_double &vitesse_j, const IJK_Field_double &vitesse_k)](#statistiques-dns-ijk-public-void-statistiques-dns-ijk-compute-and-store-gradu-cell-const-ijk-field-double-ref-vitesse-i-const-ijk-field-double-ref-vitesse-j-const-ijk-field-double-ref-vitesse-k)

compute_and_store_scalar_product_face_to_face#

Definition
IJK_Field_double Statistiques_dns_ijk::compute_and_store_scalar_product_face_to_face(const IJK_Field_double &v1_i, const IJK_Field_double &v1_j, const IJK_Field_double &v1_k, const IJK_Field_double &v2_i, const IJK_Field_double &v2_j, const IJK_Field_double &v2_k)
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:`IJK_Field_double Statistiques_dns_ijk::compute_and_store_scalar_product_face_to_face(const IJK_Field_double &v1_i, const IJK_Field_double &v1_j, const IJK_Field_double &v1_k, const IJK_Field_double &v2_i, const IJK_Field_double &v2_j, const IJK_Field_double &v2_k) <statistiques-dns-ijk-public-ijk-field-double-statistiques-dns-ijk-compute-and-store-scalar-product-face-to-face-const-ijk-field-double-ref-v1-i-const-ijk-field-double-ref-v1-j-const-ijk-field-double-ref-v1-k-const-ijk-field-double-ref-v2-i-const-ijk-field-double-ref-v2-j-const-ijk-field-double-ref-v2-k>`
[IJK_Field_double Statistiques_dns_ijk::compute_and_store_scalar_product_face_to_face(const IJK_Field_double &v1_i, const IJK_Field_double &v1_j, const IJK_Field_double &v1_k, const IJK_Field_double &v2_i, const IJK_Field_double &v2_j, const IJK_Field_double &v2_k)](#statistiques-dns-ijk-public-ijk-field-double-statistiques-dns-ijk-compute-and-store-scalar-product-face-to-face-const-ijk-field-double-ref-v1-i-const-ijk-field-double-ref-v1-j-const-ijk-field-double-ref-v1-k-const-ijk-field-double-ref-v2-i-const-ijk-field-double-ref-v2-j-const-ijk-field-double-ref-v2-k)

compute_vecA_minus_vecB_in_vecA#

Definition
void Statistiques_dns_ijk::compute_vecA_minus_vecB_in_vecA(IJK_Field_vector3_double &vecA, const IJK_Field_vector3_double &vecB)
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:`void Statistiques_dns_ijk::compute_vecA_minus_vecB_in_vecA(IJK_Field_vector3_double &vecA, const IJK_Field_vector3_double &vecB) <statistiques-dns-ijk-public-void-statistiques-dns-ijk-compute-veca-minus-vecb-in-veca-ijk-field-vector3-double-ref-veca-const-ijk-field-vector3-double-ref-vecb>`
[void Statistiques_dns_ijk::compute_vecA_minus_vecB_in_vecA(IJK_Field_vector3_double &vecA, const IJK_Field_vector3_double &vecB)](#statistiques-dns-ijk-public-void-statistiques-dns-ijk-compute-veca-minus-vecb-in-veca-ijk-field-vector3-double-ref-veca-const-ijk-field-vector3-double-ref-vecb)

duplique#

Definition
int Statistiques_dns_ijk::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 Statistiques_dns_ijk::duplique() const override <statistiques-dns-ijk-public-int-statistiques-dns-ijk-duplique-const-override>`
[int Statistiques_dns_ijk::duplique() const override](#statistiques-dns-ijk-public-int-statistiques-dns-ijk-duplique-const-override)

face_to_cell_gradient#

Definition
double Statistiques_dns_ijk::face_to_cell_gradient(const IJK_Field_double &vitesse_i, const IJK_Field_double &vitesse_j, const IJK_Field_double &vitesse_k, const int i, const int j, const int k, const double dz, double &duidx, double &dujdx, double &dukdx, double &duidy, double &dujdy, double &dukdy, double &duidz, double &dujdz, double &dukdz, const bool on_the_first_cell, const bool on_the_last_cell, const int bc_type) 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:`double Statistiques_dns_ijk::face_to_cell_gradient(const IJK_Field_double &vitesse_i, const IJK_Field_double &vitesse_j, const IJK_Field_double &vitesse_k, const int i, const int j, const int k, const double dz, double &duidx, double &dujdx, double &dukdx, double &duidy, double &dujdy, double &dukdy, double &duidz, double &dujdz, double &dukdz, const bool on_the_first_cell, const bool on_the_last_cell, const int bc_type) const <statistiques-dns-ijk-public-double-statistiques-dns-ijk-face-to-cell-gradient-const-ijk-field-double-ref-vitesse-i-const-ijk-field-double-ref-vitesse-j-const-ijk-field-double-ref-vitesse-k-const-int-i-const-int-j-const-int-k-const-double-dz-double-ref-duidx-double-ref-dujdx-double-ref-dukdx-double-ref-duidy-double-ref-dujdy-double-ref-dukdy-double-ref-duidz-double-ref-dujdz-double-ref-dukdz-const-bool-on-the-first-cell-const-bool-on-the-last-cell-const-int-bc-type-const>`
[double Statistiques_dns_ijk::face_to_cell_gradient(const IJK_Field_double &vitesse_i, const IJK_Field_double &vitesse_j, const IJK_Field_double &vitesse_k, const int i, const int j, const int k, const double dz, double &duidx, double &dujdx, double &dukdx, double &duidy, double &dujdy, double &dukdy, double &duidz, double &dujdz, double &dukdz, const bool on_the_first_cell, const bool on_the_last_cell, const int bc_type) const](#statistiques-dns-ijk-public-double-statistiques-dns-ijk-face-to-cell-gradient-const-ijk-field-double-ref-vitesse-i-const-ijk-field-double-ref-vitesse-j-const-ijk-field-double-ref-vitesse-k-const-int-i-const-int-j-const-int-k-const-double-dz-double-ref-duidx-double-ref-dujdx-double-ref-dukdx-double-ref-duidy-double-ref-dujdy-double-ref-dukdy-double-ref-duidz-double-ref-dujdz-double-ref-dukdz-const-bool-on-the-first-cell-const-bool-on-the-last-cell-const-int-bc-type-const)

get_IJK_field#

Definition
const IJK_Field_double & Statistiques_dns_ijk::get_IJK_field(const Motcle &nom) override
Brief description
Detailed description

Retrieve requested field for postprocessing, potentially updating it.

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:`const IJK_Field_double & Statistiques_dns_ijk::get_IJK_field(const Motcle &nom) override <statistiques-dns-ijk-public-const-ijk-field-double-ref-statistiques-dns-ijk-get-ijk-field-const-motcle-ref-nom-override>`
[const IJK_Field_double & Statistiques_dns_ijk::get_IJK_field(const Motcle &nom) override](#statistiques-dns-ijk-public-const-ijk-field-double-ref-statistiques-dns-ijk-get-ijk-field-const-motcle-ref-nom-override)

get_IJK_field_vector#

Definition
const IJK_Field_vector3_double & Statistiques_dns_ijk::get_IJK_field_vector(const Motcle &nom) override
Brief description
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:`const IJK_Field_vector3_double & Statistiques_dns_ijk::get_IJK_field_vector(const Motcle &nom) override <statistiques-dns-ijk-public-const-ijk-field-vector3-double-ref-statistiques-dns-ijk-get-ijk-field-vector-const-motcle-ref-nom-override>`
[const IJK_Field_vector3_double & Statistiques_dns_ijk::get_IJK_field_vector(const Motcle &nom) override](#statistiques-dns-ijk-public-const-ijk-field-vector3-double-ref-statistiques-dns-ijk-get-ijk-field-vector-const-motcle-ref-nom-override)

get_info#

Definition
const Type_info * Statistiques_dns_ijk::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 * Statistiques_dns_ijk::get_info() const override <statistiques-dns-ijk-public-const-type-info-ptr-statistiques-dns-ijk-get-info-const-override>`
[const Type_info * Statistiques_dns_ijk::get_info() const override](#statistiques-dns-ijk-public-const-type-info-ptr-statistiques-dns-ijk-get-info-const-override)

get_noms_champs_postraitables#

Definition
void Statistiques_dns_ijk::get_noms_champs_postraitables(Noms &noms, Option opt=NONE) const
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 Statistiques_dns_ijk::get_noms_champs_postraitables(Noms &noms, Option opt=NONE) const <statistiques-dns-ijk-public-void-statistiques-dns-ijk-get-noms-champs-postraitables-noms-ref-noms-option-opt-equal-none-const>`
[void Statistiques_dns_ijk::get_noms_champs_postraitables(Noms &noms, Option opt=NONE) const](#statistiques-dns-ijk-public-void-statistiques-dns-ijk-get-noms-champs-postraitables-noms-ref-noms-option-opt-equal-none-const)

has_champ#

Definition
bool Statistiques_dns_ijk::has_champ(const Motcle &nom) const override
Brief description
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:`bool Statistiques_dns_ijk::has_champ(const Motcle &nom) const override <statistiques-dns-ijk-public-bool-statistiques-dns-ijk-has-champ-const-motcle-ref-nom-const-override>`
[bool Statistiques_dns_ijk::has_champ(const Motcle &nom) const override](#statistiques-dns-ijk-public-bool-statistiques-dns-ijk-has-champ-const-motcle-ref-nom-const-override)

has_champ_vectoriel#

Definition
bool Statistiques_dns_ijk::has_champ_vectoriel(const Motcle &nom) const override
Brief description
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:`bool Statistiques_dns_ijk::has_champ_vectoriel(const Motcle &nom) const override <statistiques-dns-ijk-public-bool-statistiques-dns-ijk-has-champ-vectoriel-const-motcle-ref-nom-const-override>`
[bool Statistiques_dns_ijk::has_champ_vectoriel(const Motcle &nom) const override](#statistiques-dns-ijk-public-bool-statistiques-dns-ijk-has-champ-vectoriel-const-motcle-ref-nom-const-override)

initialize#

Definition
virtual void Statistiques_dns_ijk::initialize(const Domaine_IJK &)
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:`virtual void Statistiques_dns_ijk::initialize(const Domaine_IJK &) <statistiques-dns-ijk-public-virtual-void-statistiques-dns-ijk-initialize-const-domaine-ijk-ref>`
[virtual void Statistiques_dns_ijk::initialize(const Domaine_IJK &)](#statistiques-dns-ijk-public-virtual-void-statistiques-dns-ijk-initialize-const-domaine-ijk-ref)

initialize#

Definition
void Statistiques_dns_ijk::initialize(const Domaine_IJK &, const double T_KMAX, const double T_KMIN, const double constante_specifique_gaz)
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:`void Statistiques_dns_ijk::initialize(const Domaine_IJK &, const double T_KMAX, const double T_KMIN, const double constante_specifique_gaz) <statistiques-dns-ijk-public-void-statistiques-dns-ijk-initialize-const-domaine-ijk-ref-const-double-t-kmax-const-double-t-kmin-const-double-constante-specifique-gaz>`
[void Statistiques_dns_ijk::initialize(const Domaine_IJK &, const double T_KMAX, const double T_KMIN, const double constante_specifique_gaz)](#statistiques-dns-ijk-public-void-statistiques-dns-ijk-initialize-const-domaine-ijk-ref-const-double-t-kmax-const-double-t-kmin-const-double-constante-specifique-gaz)

is_converge#

Definition
int Statistiques_dns_ijk::is_converge() const
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:`int Statistiques_dns_ijk::is_converge() const <statistiques-dns-ijk-public-int-statistiques-dns-ijk-is-converge-const>`
[int Statistiques_dns_ijk::is_converge() const](#statistiques-dns-ijk-public-int-statistiques-dns-ijk-is-converge-const)

is_post_required#

Definition
bool Statistiques_dns_ijk::is_post_required(const Motcle &nom) const
Brief description
Detailed description

Was the field of name ‘nom’ requested for postprocessing?

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:`bool Statistiques_dns_ijk::is_post_required(const Motcle &nom) const <statistiques-dns-ijk-public-bool-statistiques-dns-ijk-is-post-required-const-motcle-ref-nom-const>`
[bool Statistiques_dns_ijk::is_post_required(const Motcle &nom) const](#statistiques-dns-ijk-public-bool-statistiques-dns-ijk-is-post-required-const-motcle-ref-nom-const)

is_stats_plans_activated#

Definition
bool Statistiques_dns_ijk::is_stats_plans_activated() 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:`bool Statistiques_dns_ijk::is_stats_plans_activated() const <statistiques-dns-ijk-public-bool-statistiques-dns-ijk-is-stats-plans-activated-const>`
[bool Statistiques_dns_ijk::is_stats_plans_activated() const](#statistiques-dns-ijk-public-bool-statistiques-dns-ijk-is-stats-plans-activated-const)

lire_motcle_non_standard#

Definition
int Statistiques_dns_ijk::lire_motcle_non_standard(const Motcle &mot, Entree &is) override
Brief description

Lecture des parametres de type non simple d’un objet_U a partir d’un flot d’entree.

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:`int Statistiques_dns_ijk::lire_motcle_non_standard(const Motcle &mot, Entree &is) override <statistiques-dns-ijk-public-int-statistiques-dns-ijk-lire-motcle-non-standard-const-motcle-ref-mot-entree-ref-is-override>`
[int Statistiques_dns_ijk::lire_motcle_non_standard(const Motcle &mot, Entree &is) override](#statistiques-dns-ijk-public-int-statistiques-dns-ijk-lire-motcle-non-standard-const-motcle-ref-mot-entree-ref-is-override)

masse_volumique_moyenne#

Definition
ArrOfDouble Statistiques_dns_ijk::masse_volumique_moyenne() const
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:`ArrOfDouble Statistiques_dns_ijk::masse_volumique_moyenne() const <statistiques-dns-ijk-public-arrofdouble-statistiques-dns-ijk-masse-volumique-moyenne-const>`
[ArrOfDouble Statistiques_dns_ijk::masse_volumique_moyenne() const](#statistiques-dns-ijk-public-arrofdouble-statistiques-dns-ijk-masse-volumique-moyenne-const)

postraiter#

Definition
void Statistiques_dns_ijk::postraiter(Sortie &, int flag_valeur_instantanee=0) const
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 Statistiques_dns_ijk::postraiter(Sortie &, int flag_valeur_instantanee=0) const <statistiques-dns-ijk-public-void-statistiques-dns-ijk-postraiter-sortie-ref-int-flag-valeur-instantanee-equal-0-const>`
[void Statistiques_dns_ijk::postraiter(Sortie &, int flag_valeur_instantanee=0) const](#statistiques-dns-ijk-public-void-statistiques-dns-ijk-postraiter-sortie-ref-int-flag-valeur-instantanee-equal-0-const)

postraiter_k#

Definition
void Statistiques_dns_ijk::postraiter_k(Sortie &, int flag_valeur_instantanee=0) const
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 Statistiques_dns_ijk::postraiter_k(Sortie &, int flag_valeur_instantanee=0) const <statistiques-dns-ijk-public-void-statistiques-dns-ijk-postraiter-k-sortie-ref-int-flag-valeur-instantanee-equal-0-const>`
[void Statistiques_dns_ijk::postraiter_k(Sortie &, int flag_valeur_instantanee=0) const](#statistiques-dns-ijk-public-void-statistiques-dns-ijk-postraiter-k-sortie-ref-int-flag-valeur-instantanee-equal-0-const)

Statistiques_dns_ijk#

Definition
Statistiques_dns_ijk::Statistiques_dns_ijk()
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:`Statistiques_dns_ijk::Statistiques_dns_ijk() <statistiques-dns-ijk-public-statistiques-dns-ijk-statistiques-dns-ijk>`
[Statistiques_dns_ijk::Statistiques_dns_ijk()](#statistiques-dns-ijk-public-statistiques-dns-ijk-statistiques-dns-ijk)

t_integration#

Definition
const double & Statistiques_dns_ijk::t_integration() const
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:`const double & Statistiques_dns_ijk::t_integration() const <statistiques-dns-ijk-public-const-double-ref-statistiques-dns-ijk-t-integration-const>`
[const double & Statistiques_dns_ijk::t_integration() const](#statistiques-dns-ijk-public-const-double-ref-statistiques-dns-ijk-t-integration-const)

t_integration_k#

Definition
double Statistiques_dns_ijk::t_integration_k() const
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:`double Statistiques_dns_ijk::t_integration_k() const <statistiques-dns-ijk-public-double-statistiques-dns-ijk-t-integration-k-const>`
[double Statistiques_dns_ijk::t_integration_k() const](#statistiques-dns-ijk-public-double-statistiques-dns-ijk-t-integration-k-const)

taille_memoire#

Definition
unsigned Statistiques_dns_ijk::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 Statistiques_dns_ijk::taille_memoire() const override <statistiques-dns-ijk-public-unsigned-statistiques-dns-ijk-taille-memoire-const-override>`
[unsigned Statistiques_dns_ijk::taille_memoire() const override](#statistiques-dns-ijk-public-unsigned-statistiques-dns-ijk-taille-memoire-const-override)

update_stat#

Definition
void Statistiques_dns_ijk::update_stat(const IJK_Field_vector3_double &vitesse, const IJK_Field_double &pression, const IJK_Field_double &temperature, const IJK_Field_double &masse_vol, const IJK_Field_double &champ_mu, const IJK_Field_double &champ_lambda, const ArrOfDouble_with_ghost &delta_z_local_pour_delta, const bool flag_nu_anisotropic, const int flag_turbulent_viscosity, const IJK_Field_double &champ_turbulent_mu_xx, const IJK_Field_double &champ_turbulent_mu_xy, const IJK_Field_double &champ_turbulent_mu_xz, const IJK_Field_double &champ_turbulent_mu_yy, const IJK_Field_double &champ_turbulent_mu_yz, const IJK_Field_double &champ_turbulent_mu_zz, const bool flag_kappa_anisotropic, const int flag_turbulent_diffusivity, const IJK_Field_double &champ_turbulent_kappa_x, const IJK_Field_double &champ_turbulent_kappa_y, const IJK_Field_double &champ_turbulent_kappa_z, const int flag_structural_uu, const FixedVector< IJK_Field_double, 6 > &structural_uu_tensor, const int flag_structural_uscalar, const IJK_Field_vector3_double &structural_uscalar_vector, const int flag_formulation_favre, const int flag_formulation_velocity, const double cp_gaz, const double pression_thermodynamique, double dt)
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 Statistiques_dns_ijk::update_stat(const IJK_Field_vector3_double &vitesse, const IJK_Field_double &pression, const IJK_Field_double &temperature, const IJK_Field_double &masse_vol, const IJK_Field_double &champ_mu, const IJK_Field_double &champ_lambda, const ArrOfDouble_with_ghost &delta_z_local_pour_delta, const bool flag_nu_anisotropic, const int flag_turbulent_viscosity, const IJK_Field_double &champ_turbulent_mu_xx, const IJK_Field_double &champ_turbulent_mu_xy, const IJK_Field_double &champ_turbulent_mu_xz, const IJK_Field_double &champ_turbulent_mu_yy, const IJK_Field_double &champ_turbulent_mu_yz, const IJK_Field_double &champ_turbulent_mu_zz, const bool flag_kappa_anisotropic, const int flag_turbulent_diffusivity, const IJK_Field_double &champ_turbulent_kappa_x, const IJK_Field_double &champ_turbulent_kappa_y, const IJK_Field_double &champ_turbulent_kappa_z, const int flag_structural_uu, const FixedVector< IJK_Field_double, 6 > &structural_uu_tensor, const int flag_structural_uscalar, const IJK_Field_vector3_double &structural_uscalar_vector, const int flag_formulation_favre, const int flag_formulation_velocity, const double cp_gaz, const double pression_thermodynamique, double dt) <statistiques-dns-ijk-public-void-statistiques-dns-ijk-update-stat-const-ijk-field-vector3-double-ref-vitesse-const-ijk-field-double-ref-pression-const-ijk-field-double-ref-temperature-const-ijk-field-double-ref-masse-vol-const-ijk-field-double-ref-champ-mu-const-ijk-field-double-ref-champ-lambda-const-arrofdouble-with-ghost-ref-delta-z-local-pour-delta-const-bool-flag-nu-anisotropic-const-int-flag-turbulent-viscosity-const-ijk-field-double-ref-champ-turbulent-mu-xx-const-ijk-field-double-ref-champ-turbulent-mu-xy-const-ijk-field-double-ref-champ-turbulent-mu-xz-const-ijk-field-double-ref-champ-turbulent-mu-yy-const-ijk-field-double-ref-champ-turbulent-mu-yz-const-ijk-field-double-ref-champ-turbulent-mu-zz-const-bool-flag-kappa-anisotropic-const-int-flag-turbulent-diffusivity-const-ijk-field-double-ref-champ-turbulent-kappa-x-const-ijk-field-double-ref-champ-turbulent-kappa-y-const-ijk-field-double-ref-champ-turbulent-kappa-z-const-int-flag-structural-uu-const-fixedvector-ijk-field-double-6-ref-structural-uu-tensor-const-int-flag-structural-uscalar-const-ijk-field-vector3-double-ref-structural-uscalar-vector-const-int-flag-formulation-favre-const-int-flag-formulation-velocity-const-double-cp-gaz-const-double-pression-thermodynamique-double-dt>`
[void Statistiques_dns_ijk::update_stat(const IJK_Field_vector3_double &vitesse, const IJK_Field_double &pression, const IJK_Field_double &temperature, const IJK_Field_double &masse_vol, const IJK_Field_double &champ_mu, const IJK_Field_double &champ_lambda, const ArrOfDouble_with_ghost &delta_z_local_pour_delta, const bool flag_nu_anisotropic, const int flag_turbulent_viscosity, const IJK_Field_double &champ_turbulent_mu_xx, const IJK_Field_double &champ_turbulent_mu_xy, const IJK_Field_double &champ_turbulent_mu_xz, const IJK_Field_double &champ_turbulent_mu_yy, const IJK_Field_double &champ_turbulent_mu_yz, const IJK_Field_double &champ_turbulent_mu_zz, const bool flag_kappa_anisotropic, const int flag_turbulent_diffusivity, const IJK_Field_double &champ_turbulent_kappa_x, const IJK_Field_double &champ_turbulent_kappa_y, const IJK_Field_double &champ_turbulent_kappa_z, const int flag_structural_uu, const FixedVector< IJK_Field_double, 6 > &structural_uu_tensor, const int flag_structural_uscalar, const IJK_Field_vector3_double &structural_uscalar_vector, const int flag_formulation_favre, const int flag_formulation_velocity, const double cp_gaz, const double pression_thermodynamique, double dt)](#statistiques-dns-ijk-public-void-statistiques-dns-ijk-update-stat-const-ijk-field-vector3-double-ref-vitesse-const-ijk-field-double-ref-pression-const-ijk-field-double-ref-temperature-const-ijk-field-double-ref-masse-vol-const-ijk-field-double-ref-champ-mu-const-ijk-field-double-ref-champ-lambda-const-arrofdouble-with-ghost-ref-delta-z-local-pour-delta-const-bool-flag-nu-anisotropic-const-int-flag-turbulent-viscosity-const-ijk-field-double-ref-champ-turbulent-mu-xx-const-ijk-field-double-ref-champ-turbulent-mu-xy-const-ijk-field-double-ref-champ-turbulent-mu-xz-const-ijk-field-double-ref-champ-turbulent-mu-yy-const-ijk-field-double-ref-champ-turbulent-mu-yz-const-ijk-field-double-ref-champ-turbulent-mu-zz-const-bool-flag-kappa-anisotropic-const-int-flag-turbulent-diffusivity-const-ijk-field-double-ref-champ-turbulent-kappa-x-const-ijk-field-double-ref-champ-turbulent-kappa-y-const-ijk-field-double-ref-champ-turbulent-kappa-z-const-int-flag-structural-uu-const-fixedvector-ijk-field-double-6-ref-structural-uu-tensor-const-int-flag-structural-uscalar-const-ijk-field-vector3-double-ref-structural-uscalar-vector-const-int-flag-formulation-favre-const-int-flag-formulation-velocity-const-double-cp-gaz-const-double-pression-thermodynamique-double-dt)

update_stat_k#

Definition
void Statistiques_dns_ijk::update_stat_k(const IJK_Field_vector3_double &vitesse, const IJK_Field_double &pression, const IJK_Field_double &masse_vol, const IJK_Field_double &champ_mu, const double pression_thermodynamique, const double terme_source_acceleration, double dt)
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 Statistiques_dns_ijk::update_stat_k(const IJK_Field_vector3_double &vitesse, const IJK_Field_double &pression, const IJK_Field_double &masse_vol, const IJK_Field_double &champ_mu, const double pression_thermodynamique, const double terme_source_acceleration, double dt) <statistiques-dns-ijk-public-void-statistiques-dns-ijk-update-stat-k-const-ijk-field-vector3-double-ref-vitesse-const-ijk-field-double-ref-pression-const-ijk-field-double-ref-masse-vol-const-ijk-field-double-ref-champ-mu-const-double-pression-thermodynamique-const-double-terme-source-acceleration-double-dt>`
[void Statistiques_dns_ijk::update_stat_k(const IJK_Field_vector3_double &vitesse, const IJK_Field_double &pression, const IJK_Field_double &masse_vol, const IJK_Field_double &champ_mu, const double pression_thermodynamique, const double terme_source_acceleration, double dt)](#statistiques-dns-ijk-public-void-statistiques-dns-ijk-update-stat-k-const-ijk-field-vector3-double-ref-vitesse-const-ijk-field-double-ref-pression-const-ijk-field-double-ref-masse-vol-const-ijk-field-double-ref-champ-mu-const-double-pression-thermodynamique-const-double-terme-source-acceleration-double-dt)

viscosite_cinematique_moyenne#

Definition
ArrOfDouble Statistiques_dns_ijk::viscosite_cinematique_moyenne() const
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:`ArrOfDouble Statistiques_dns_ijk::viscosite_cinematique_moyenne() const <statistiques-dns-ijk-public-arrofdouble-statistiques-dns-ijk-viscosite-cinematique-moyenne-const>`
[ArrOfDouble Statistiques_dns_ijk::viscosite_cinematique_moyenne() const](#statistiques-dns-ijk-public-arrofdouble-statistiques-dns-ijk-viscosite-cinematique-moyenne-const)

vitesse_moyenne#

Definition
TRUST_Vector<ArrOfDouble> Statistiques_dns_ijk::vitesse_moyenne() const
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:`TRUST_Vector<ArrOfDouble> Statistiques_dns_ijk::vitesse_moyenne() const <statistiques-dns-ijk-public-trust-vector-arrofdouble-statistiques-dns-ijk-vitesse-moyenne-const>`
[TRUST_Vector<ArrOfDouble> Statistiques_dns_ijk::vitesse_moyenne() const](#statistiques-dns-ijk-public-trust-vector-arrofdouble-statistiques-dns-ijk-vitesse-moyenne-const)

~Statistiques_dns_ijk#

Definition
Statistiques_dns_ijk::~Statistiques_dns_ijk()
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:`Statistiques_dns_ijk::~Statistiques_dns_ijk() <statistiques-dns-ijk-public-statistiques-dns-ijk-dtor-statistiques-dns-ijk>`
[Statistiques_dns_ijk::~Statistiques_dns_ijk()](#statistiques-dns-ijk-public-statistiques-dns-ijk-dtor-statistiques-dns-ijk)

cree_instance#

Definition
Objet_U * Statistiques_dns_ijk::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 * Statistiques_dns_ijk::cree_instance() <statistiques-dns-ijk-public-static-objet-u-ptr-statistiques-dns-ijk-cree-instance>`
[Objet_U * Statistiques_dns_ijk::cree_instance()](#statistiques-dns-ijk-public-static-objet-u-ptr-statistiques-dns-ijk-cree-instance)

Fill_postprocessable_fields#

Definition
void Statistiques_dns_ijk::Fill_postprocessable_fields(std::vector< FieldInfo_t > &chps)
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 Statistiques_dns_ijk::Fill_postprocessable_fields(std::vector< FieldInfo_t > &chps) <statistiques-dns-ijk-public-static-void-statistiques-dns-ijk-fill-postprocessable-fields-std-vector-fieldinfo-t-ref-chps>`
[void Statistiques_dns_ijk::Fill_postprocessable_fields(std::vector< FieldInfo_t > &chps)](#statistiques-dns-ijk-public-static-void-statistiques-dns-ijk-fill-postprocessable-fields-std-vector-fieldinfo-t-ref-chps)

info#

Definition
const Type_info * Statistiques_dns_ijk::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 * Statistiques_dns_ijk::info() <statistiques-dns-ijk-public-static-const-type-info-ptr-statistiques-dns-ijk-info>`
[const Type_info * Statistiques_dns_ijk::info()](#statistiques-dns-ijk-public-static-const-type-info-ptr-statistiques-dns-ijk-info)

self_cast#

Definition
const Statistiques_dns_ijk & Statistiques_dns_ijk::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 Statistiques_dns_ijk & Statistiques_dns_ijk::self_cast(const Objet_U &) <statistiques-dns-ijk-public-static-const-statistiques-dns-ijk-ref-statistiques-dns-ijk-self-cast-const-objet-u-ref>`
[const Statistiques_dns_ijk & Statistiques_dns_ijk::self_cast(const Objet_U &)](#statistiques-dns-ijk-public-static-const-statistiques-dns-ijk-ref-statistiques-dns-ijk-self-cast-const-objet-u-ref)

self_cast#

Definition
Statistiques_dns_ijk & Statistiques_dns_ijk::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:`Statistiques_dns_ijk & Statistiques_dns_ijk::self_cast(Objet_U &) <statistiques-dns-ijk-public-static-statistiques-dns-ijk-ref-statistiques-dns-ijk-self-cast-objet-u-ref>`
[Statistiques_dns_ijk & Statistiques_dns_ijk::self_cast(Objet_U &)](#statistiques-dns-ijk-public-static-statistiques-dns-ijk-ref-statistiques-dns-ijk-self-cast-objet-u-ref)

printOn#

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

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

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:`Sortie & Statistiques_dns_ijk::printOn(Sortie &x) const override <statistiques-dns-ijk-protected-sortie-ref-statistiques-dns-ijk-printon-sortie-ref-x-const-override>`
[Sortie & Statistiques_dns_ijk::printOn(Sortie &x) const override](#statistiques-dns-ijk-protected-sortie-ref-statistiques-dns-ijk-printon-sortie-ref-x-const-override)

readOn#

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

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

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:`Entree & Statistiques_dns_ijk::readOn(Entree &) override <statistiques-dns-ijk-protected-entree-ref-statistiques-dns-ijk-readon-entree-ref-override>`
[Entree & Statistiques_dns_ijk::readOn(Entree &) override](#statistiques-dns-ijk-protected-entree-ref-statistiques-dns-ijk-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Statistiques_dns_ijk::info_obj
champs_compris_ (protected)
Champs_compris_IJK Statistiques_dns_ijk::champs_compris_

the actual fields registered and managed by the post - processing part ( = all the extra fields, not the main unknowns)

check_converge_ (protected)
int Statistiques_dns_ijk::check_converge_
constante_specifique_gaz_ (protected)
double Statistiques_dns_ijk::constante_specifique_gaz_
domaine_ijk_ (protected)
TRUST_Ref<Domaine_IJK *> Statistiques_dns_ijk::domaine_ijk_
dx_ (protected)
double Statistiques_dns_ijk::dx_
dy_ (protected)
double Statistiques_dns_ijk::dy_
elem_coord_ (protected)
ArrOfDouble Statistiques_dns_ijk::elem_coord_
integrale_k_ (protected)
TRUST_Vector<ArrOfDouble> Statistiques_dns_ijk::integrale_k_
integrale_temporelle_ (protected)
TRUST_Vector<ArrOfDouble> Statistiques_dns_ijk::integrale_temporelle_
kval_ (protected)
int Statistiques_dns_ijk::kval_
moyenne_spatiale_ec_ (protected)
TRUST_Vector<ArrOfDouble> Statistiques_dns_ijk::moyenne_spatiale_ec_
moyenne_spatiale_instantanee_ (protected)
TRUST_Vector<ArrOfDouble> Statistiques_dns_ijk::moyenne_spatiale_instantanee_
noms_k_ (protected)
TRUST_Vector<Nom> Statistiques_dns_ijk::noms_k_
noms_moyennes_ (protected)
TRUST_Vector<Nom> Statistiques_dns_ijk::noms_moyennes_
nu_moy_ (protected)
ArrOfDouble Statistiques_dns_ijk::nu_moy_
nval_ (protected)
int Statistiques_dns_ijk::nval_
ref_ijk_ft_ (protected)
TRUST_Ref<Probleme_FTD_IJK_base *> Statistiques_dns_ijk::ref_ijk_ft_
rho_moy_ (protected)
ArrOfDouble Statistiques_dns_ijk::rho_moy_
scalar_post_fields_ (protected)
std::map<Motcle, IJK_Field_double> Statistiques_dns_ijk::scalar_post_fields_
t_integration_ (protected)
double Statistiques_dns_ijk::t_integration_
t_integration_k_ (protected)
double Statistiques_dns_ijk::t_integration_k_
tab_dz_ (protected)
ArrOfDouble Statistiques_dns_ijk::tab_dz_
TCL_kmax_ (protected)
double Statistiques_dns_ijk::TCL_kmax_
TCL_kmin_ (protected)
double Statistiques_dns_ijk::TCL_kmin_
vect_post_fields_ (protected)
std::map<Motcle, IJK_Field_vector3_double> Statistiques_dns_ijk::vect_post_fields_
vit_moy_ (protected)
TRUST_Vector<ArrOfDouble> Statistiques_dns_ijk::vit_moy_