Domaine_VF#
#include <Domaine_VF.h>
class Domaine_VF
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:`Domaine\_VF <class-domaine-vf>`
[Domaine\_VF](#class-domaine-vf)
Detailed description#
Cette classe abstraite contient les informations geometriques communes aux methodes de Volumes Finis (methodes VDF et VEF par exemple)
Inherits from#
public : Domaine_dis_base
Inherited by#
public : Domaine_EF
public : Domaine_Poly_base
public : Domaine_VDF
public : Domaine_VEF
public : Domaine_VF_inst
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#
build_map_mc_Cmesh#
void Domaine_VF::build_map_mc_Cmesh(const bool with_faces) override
Detailed description
Build internal MEDCoupling cartesian mesh and correspondances
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:`void Domaine_VF::build_map_mc_Cmesh(const bool with_faces) override <domaine-vf-public-void-domaine-vf-build-map-mc-cmesh-const-bool-with-faces-override>`
[void Domaine_VF::build_map_mc_Cmesh(const bool with_faces) override](#domaine-vf-public-void-domaine-vf-build-map-mc-cmesh-const-bool-with-faces-override)
build_mc_dual_mesh#
void Domaine_VF::build_mc_dual_mesh() const
Build the dual mesh of the domain for post - processing of face fields.
Detailed description
For each face of each element, a polyhedron is built with faces being made of
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 Domaine_VF::build_mc_dual_mesh() const <domaine-vf-public-void-domaine-vf-build-mc-dual-mesh-const>`
[void Domaine_VF::build_mc_dual_mesh() const](#domaine-vf-public-void-domaine-vf-build-mc-dual-mesh-const)
build_mc_face_mesh#
void Domaine_VF::build_mc_face_mesh() const
Build the MEDCoupling mesh. It is always made of polygons (in 3D) for simplicity purposes. Face numbers (and node numbers) are the same as in TRUST.
Detailed description
It unfortunately needs a Domaine_dis_base since this is at this level that the face_sommets relationship is held … As a consequence also the faces of a Domaine can not be postprocessed before discretisation. Another consequence is that it is not available for 64 bits domains.
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 Domaine_VF::build_mc_face_mesh() const <domaine-vf-public-void-domaine-vf-build-mc-face-mesh-const>`
[void Domaine_VF::build_mc_face_mesh() const](#domaine-vf-public-void-domaine-vf-build-mc-face-mesh-const)
calculer_face_surfaces#
void Domaine_VF::calculer_face_surfaces(const DoubleVect &surfaces)
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:`void Domaine_VF::calculer_face_surfaces(const DoubleVect &surfaces) <domaine-vf-public-void-domaine-vf-calculer-face-surfaces-const-doublevect-ref-surfaces>`
[void Domaine_VF::calculer_face_surfaces(const DoubleVect &surfaces)](#domaine-vf-public-void-domaine-vf-calculer-face-surfaces-const-doublevect-ref-surfaces)
calculer_xgr#
DoubleTab Domaine_VF::calculer_xgr() const
calcul le tableau xgr pour le calcul des moments des forces aux bords :
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:`DoubleTab Domaine_VF::calculer_xgr() const <domaine-vf-public-doubletab-domaine-vf-calculer-xgr-const>`
[DoubleTab Domaine_VF::calculer_xgr() const](#domaine-vf-public-doubletab-domaine-vf-calculer-xgr-const)
compute_L1_norm#
double Domaine_VF::compute_L1_norm(const DoubleVect &val_source) const
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 Domaine_VF::compute_L1_norm(const DoubleVect &val_source) const <domaine-vf-public-double-domaine-vf-compute-l1-norm-const-doublevect-ref-val-source-const>`
[double Domaine_VF::compute_L1_norm(const DoubleVect &val_source) const](#domaine-vf-public-double-domaine-vf-compute-l1-norm-const-doublevect-ref-val-source-const)
compute_L2_norm#
double Domaine_VF::compute_L2_norm(const DoubleVect &val_source) const
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 Domaine_VF::compute_L2_norm(const DoubleVect &val_source) const <domaine-vf-public-double-domaine-vf-compute-l2-norm-const-doublevect-ref-val-source-const>`
[double Domaine_VF::compute_L2_norm(const DoubleVect &val_source) const](#domaine-vf-public-double-domaine-vf-compute-l2-norm-const-doublevect-ref-val-source-const)
construire_face_virt_pe_num#
void Domaine_VF::construire_face_virt_pe_num()
Remplissage du tableau face_virt_pe_num_ (voir commentaire dans Domaine_VF .
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 Domaine_VF::construire_face_virt_pe_num() <domaine-vf-public-void-domaine-vf-construire-face-virt-pe-num>`
[void Domaine_VF::construire_face_virt_pe_num()](#domaine-vf-public-void-domaine-vf-construire-face-virt-pe-num)
construire_num_fac_loc#
void Domaine_VF::construire_num_fac_loc()
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 Domaine_VF::construire_num_fac_loc() <domaine-vf-public-void-domaine-vf-construire-num-fac-loc>`
[void Domaine_VF::construire_num_fac_loc()](#domaine-vf-public-void-domaine-vf-construire-num-fac-loc)
creer_faces#
Faces * Domaine_VF::creer_faces()
renvoie new(Faces) ! elle est surchargee par Domaine_VDF par ex.
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:`Faces * Domaine_VF::creer_faces() <domaine-vf-public-faces-ptr-domaine-vf-creer-faces>`
[Faces * Domaine_VF::creer_faces()](#domaine-vf-public-faces-ptr-domaine-vf-creer-faces)
creer_tableau_aretes#
void Domaine_VF::creer_tableau_aretes(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) 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:`void Domaine_VF::creer_tableau_aretes(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const <domaine-vf-public-void-domaine-vf-creer-tableau-aretes-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const>`
[void Domaine_VF::creer_tableau_aretes(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const](#domaine-vf-public-void-domaine-vf-creer-tableau-aretes-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const)
creer_tableau_faces#
void Domaine_VF::creer_tableau_faces(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) 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:`void Domaine_VF::creer_tableau_faces(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const <domaine-vf-public-void-domaine-vf-creer-tableau-faces-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const>`
[void Domaine_VF::creer_tableau_faces(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const](#domaine-vf-public-void-domaine-vf-creer-tableau-faces-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const)
creer_tableau_faces_bord#
void Domaine_VF::creer_tableau_faces_bord(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) 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:`void Domaine_VF::creer_tableau_faces_bord(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const <domaine-vf-public-void-domaine-vf-creer-tableau-faces-bord-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const>`
[void Domaine_VF::creer_tableau_faces_bord(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const](#domaine-vf-public-void-domaine-vf-creer-tableau-faces-bord-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const)
cross#
std::array<double, 3> Domaine_VF::cross(int dima, int dimb, const double *a, const double *b, const double *ma=nullptr, const double *mb=nullptr) 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:`std::array<double, 3> Domaine_VF::cross(int dima, int dimb, const double *a, const double *b, const double *ma=nullptr, const double *mb=nullptr) const <domaine-vf-public-std-array-double-3-domaine-vf-cross-int-dima-int-dimb-const-double-ptr-a-const-double-ptr-b-const-double-ptr-ma-equal-nullptr-const-double-ptr-mb-equal-nullptr-const>`
[std::array<double, 3> Domaine_VF::cross(int dima, int dimb, const double *a, const double *b, const double *ma=nullptr, const double *mb=nullptr) const](#domaine-vf-public-std-array-double-3-domaine-vf-cross-int-dima-int-dimb-const-double-ptr-a-const-double-ptr-b-const-double-ptr-ma-equal-nullptr-const-double-ptr-mb-equal-nullptr-const)
discretiser#
void Domaine_VF::discretiser() override
Genere les faces construits les frontieres.
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 Domaine_VF::discretiser() override <domaine-vf-public-void-domaine-vf-discretiser-override>`
[void Domaine_VF::discretiser() override](#domaine-vf-public-void-domaine-vf-discretiser-override)
discretiser_no_face#
void Domaine_VF::discretiser_no_face() override
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:`void Domaine_VF::discretiser_no_face() override <domaine-vf-public-void-domaine-vf-discretiser-no-face-override>`
[void Domaine_VF::discretiser_no_face() override](#domaine-vf-public-void-domaine-vf-discretiser-no-face-override)
dist_face_elem0#
virtual double Domaine_VF::dist_face_elem0(int, int) 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 double Domaine_VF::dist_face_elem0(int, int) const <domaine-vf-public-virtual-double-domaine-vf-dist-face-elem0-int-int-const>`
[virtual double Domaine_VF::dist_face_elem0(int, int) const](#domaine-vf-public-virtual-double-domaine-vf-dist-face-elem0-int-int-const)
dist_face_elem0_period#
virtual double Domaine_VF::dist_face_elem0_period(int, int, double) 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 double Domaine_VF::dist_face_elem0_period(int, int, double) const <domaine-vf-public-virtual-double-domaine-vf-dist-face-elem0-period-int-int-double-const>`
[virtual double Domaine_VF::dist_face_elem0_period(int, int, double) const](#domaine-vf-public-virtual-double-domaine-vf-dist-face-elem0-period-int-int-double-const)
dist_face_elem1#
virtual double Domaine_VF::dist_face_elem1(int, int) 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 double Domaine_VF::dist_face_elem1(int, int) const <domaine-vf-public-virtual-double-domaine-vf-dist-face-elem1-int-int-const>`
[virtual double Domaine_VF::dist_face_elem1(int, int) const](#domaine-vf-public-virtual-double-domaine-vf-dist-face-elem1-int-int-const)
dist_face_elem1_period#
virtual double Domaine_VF::dist_face_elem1_period(int, int, double) 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 double Domaine_VF::dist_face_elem1_period(int, int, double) const <domaine-vf-public-virtual-double-domaine-vf-dist-face-elem1-period-int-int-double-const>`
[virtual double Domaine_VF::dist_face_elem1_period(int, int, double) const](#domaine-vf-public-virtual-double-domaine-vf-dist-face-elem1-period-int-int-double-const)
dist_norm#
virtual double Domaine_VF::dist_norm(int) 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 double Domaine_VF::dist_norm(int) const <domaine-vf-public-virtual-double-domaine-vf-dist-norm-int-const>`
[virtual double Domaine_VF::dist_norm(int) const](#domaine-vf-public-virtual-double-domaine-vf-dist-norm-int-const)
dist_norm_bord#
virtual double Domaine_VF::dist_norm_bord(int) 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 double Domaine_VF::dist_norm_bord(int) const <domaine-vf-public-virtual-double-domaine-vf-dist-norm-bord-int-const>`
[virtual double Domaine_VF::dist_norm_bord(int) const](#domaine-vf-public-virtual-double-domaine-vf-dist-norm-bord-int-const)
Domaine_VF#
Domaine_VF::Domaine_VF()
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:`Domaine_VF::Domaine_VF() <domaine-vf-public-domaine-vf-domaine-vf>`
[Domaine_VF::Domaine_VF()](#domaine-vf-public-domaine-vf-domaine-vf)
dot#
double Domaine_VF::dot(const double *a, const double *b, const double *ma=nullptr, const double *mb=nullptr) 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:`double Domaine_VF::dot(const double *a, const double *b, const double *ma=nullptr, const double *mb=nullptr) const <domaine-vf-public-double-domaine-vf-dot-const-double-ptr-a-const-double-ptr-b-const-double-ptr-ma-equal-nullptr-const-double-ptr-mb-equal-nullptr-const>`
[double Domaine_VF::dot(const double *a, const double *b, const double *ma=nullptr, const double *mb=nullptr) const](#domaine-vf-public-double-domaine-vf-dot-const-double-ptr-a-const-double-ptr-b-const-double-ptr-ma-equal-nullptr-const-double-ptr-mb-equal-nullptr-const)
elem_faces#
IntTab & Domaine_VF::elem_faces()
renvoie le tableau de connectivite element/faces
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:`IntTab & Domaine_VF::elem_faces() <domaine-vf-public-inttab-ref-domaine-vf-elem-faces>`
[IntTab & Domaine_VF::elem_faces()](#domaine-vf-public-inttab-ref-domaine-vf-elem-faces)
elem_faces#
const IntTab & Domaine_VF::elem_faces() const
cf au dessus.
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 IntTab & Domaine_VF::elem_faces() const <domaine-vf-public-const-inttab-ref-domaine-vf-elem-faces-const>`
[const IntTab & Domaine_VF::elem_faces() const](#domaine-vf-public-const-inttab-ref-domaine-vf-elem-faces-const)
elem_faces#
int Domaine_VF::elem_faces(int i, int j) const
renvoie le numero de le ieme face de la maille num_elem la facon dont ces faces sont numerotees est
Detailed description
laisse a la responsabilite des classes derivees
References
Referenced By
Op_Diff_VEF_Anisotrope_Face::ajouter_contribution_multi_scalaire
Operateur_Conv_sensibility_VEF::ajouter_Lsensibility_state_Amont
Operateur_Conv_sensibility_VEF::ajouter_Lstate_sensibility_Amont
Transport_Interfaces_FT_Disc::calcul_tolerance_projete_diphasique
Transport_Interfaces_FT_Disc::calcul_tolerance_projete_monophasique
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calculer_cell_cent_vel
Topologie_Maillage_FT::calculer_composantes_connexes_pour_suppression
Transport_Interfaces_FT_Disc::calculer_distance_interface_faces
Modele_turbulence_hyd_Longueur_Melange_VEF::calculer_f_amortissement
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calculer_filter_field
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calculer_filter_tensor
Modele_turbulence_hyd_LES_1elt_VEF::calculer_fonction_structure
Modele_turbulence_hyd_LES_axi_VDF::calculer_fonction_structure
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calculer_length_scale
Modele_turbulence_hyd_LES_VDF_base::calculer_longueurs_caracteristiques
Traitement_particulier_NS_canal_VDF::calculer_moyenne_spatiale_Temp
Traitement_particulier_NS_Profils_VDF::calculer_moyenne_spatiale_uv
Traitement_particulier_NS_canal_VDF::calculer_moyenne_spatiale_vitesse_rho_mu
Traitement_particulier_NS_Profils_thermo_VDF::calculer_moyennes_spatiales_thermo
Source_Transport_Fluctuation_Temperature_VDF_Elem::calculer_Prod_uteta_T
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::calculer_Prod_uteta_T
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::calculer_Prod_uteta_T
Modele_turbulence_hyd_LES_Smago_filtre_VEF::calculer_S_barre
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calculer_Sij_vel_filt
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_W_VDF_Elem::calculer_terme_destruction_K_W
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::calculer_terme_destruction_K_W
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::calculer_terme_destruction_K_W
Calcul_Production_K_VDF::calculer_terme_production_K_for_komega
Modele_turbulence_hyd_LES_axi_VDF::calculer_viscosite_turbulente
Transport_Interfaces_FT_Disc::calculer_vitesse_transport_interpolee
Convection_Diffusion_Temperature_FT_Disc::compute_divergence_free_velocity_extension
Post_Processing_Hydrodynamic_Forces_Stokes::compute_friction_force_projected_tensor
Triple_Line_Model_FT_Disc::compute_TCL_fluxes_in_all_boundary_cells
Convection_Diffusion_Concentration_FT_Disc::marquer_faces_sous_domaine
Convection_Diffusion_Concentration_Turbulent_FT_Disc::marquer_faces_sous_domaine
Convection_Diffusion_Temperature::mise_en_place_domaine_fantome
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::stabilise_moyenne_6_points
Modele_turbulence_scal_LES_dyn_VDF::stabilise_moyenne_6_points
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 Domaine_VF::elem_faces(int i, int j) const <domaine-vf-public-int-domaine-vf-elem-faces-int-i-int-j-const>`
[int Domaine_VF::elem_faces(int i, int j) const](#domaine-vf-public-int-domaine-vf-elem-faces-int-i-int-j-const)
est_face_bord#
ArrOfInt & Domaine_VF::est_face_bord()
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:`ArrOfInt & Domaine_VF::est_face_bord() <domaine-vf-public-arrofint-ref-domaine-vf-est-face-bord>`
[ArrOfInt & Domaine_VF::est_face_bord()](#domaine-vf-public-arrofint-ref-domaine-vf-est-face-bord)
est_face_bord#
const ArrOfInt & Domaine_VF::est_face_bord() const
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 ArrOfInt & Domaine_VF::est_face_bord() const <domaine-vf-public-const-arrofint-ref-domaine-vf-est-face-bord-const>`
[const ArrOfInt & Domaine_VF::est_face_bord() const](#domaine-vf-public-const-arrofint-ref-domaine-vf-est-face-bord-const)
est_une_face_virt_bord#
int Domaine_VF::est_une_face_virt_bord(int) const
renvoie 1 si face est une face virtuelle de bord, 0 sinon
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 Domaine_VF::est_une_face_virt_bord(int) const <domaine-vf-public-int-domaine-vf-est-une-face-virt-bord-int-const>`
[int Domaine_VF::est_une_face_virt_bord(int) const](#domaine-vf-public-int-domaine-vf-est-une-face-virt-bord-int-const)
face_normales#
virtual DoubleTab & Domaine_VF::face_normales()
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 DoubleTab & Domaine_VF::face_normales() <domaine-vf-public-virtual-doubletab-ref-domaine-vf-face-normales>`
[virtual DoubleTab & Domaine_VF::face_normales()](#domaine-vf-public-virtual-doubletab-ref-domaine-vf-face-normales)
face_normales#
virtual const DoubleTab & Domaine_VF::face_normales() const
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 const DoubleTab & Domaine_VF::face_normales() const <domaine-vf-public-virtual-const-doubletab-ref-domaine-vf-face-normales-const>`
[virtual const DoubleTab & Domaine_VF::face_normales() const](#domaine-vf-public-virtual-const-doubletab-ref-domaine-vf-face-normales-const)
face_normales#
virtual double Domaine_VF::face_normales(int face, int comp) 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 double Domaine_VF::face_normales(int face, int comp) const <domaine-vf-public-virtual-double-domaine-vf-face-normales-int-face-int-comp-const>`
[virtual double Domaine_VF::face_normales(int face, int comp) const](#domaine-vf-public-virtual-double-domaine-vf-face-normales-int-face-int-comp-const)
face_numero_bord#
IntTab & Domaine_VF::face_numero_bord()
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:`IntTab & Domaine_VF::face_numero_bord() <domaine-vf-public-inttab-ref-domaine-vf-face-numero-bord>`
[IntTab & Domaine_VF::face_numero_bord()](#domaine-vf-public-inttab-ref-domaine-vf-face-numero-bord)
face_numero_bord#
const IntTab & Domaine_VF::face_numero_bord() const
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 IntTab & Domaine_VF::face_numero_bord() const <domaine-vf-public-const-inttab-ref-domaine-vf-face-numero-bord-const>`
[const IntTab & Domaine_VF::face_numero_bord() const](#domaine-vf-public-const-inttab-ref-domaine-vf-face-numero-bord-const)
face_numero_bord#
int Domaine_VF::face_numero_bord(int num_face) const
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:`int Domaine_VF::face_numero_bord(int num_face) const <domaine-vf-public-int-domaine-vf-face-numero-bord-int-num-face-const>`
[int Domaine_VF::face_numero_bord(int num_face) const](#domaine-vf-public-int-domaine-vf-face-numero-bord-int-num-face-const)
face_sommets#
const IntTab & Domaine_VF::face_sommets() const override
cf au dessus.
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 IntTab & Domaine_VF::face_sommets() const override <domaine-vf-public-const-inttab-ref-domaine-vf-face-sommets-const-override>`
[const IntTab & Domaine_VF::face_sommets() const override](#domaine-vf-public-const-inttab-ref-domaine-vf-face-sommets-const-override)
face_sommets#
IntTab & Domaine_VF::face_sommets() override
renvoie le tableau de connectivite faces/sommets.
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:`IntTab & Domaine_VF::face_sommets() override <domaine-vf-public-inttab-ref-domaine-vf-face-sommets-override>`
[IntTab & Domaine_VF::face_sommets() override](#domaine-vf-public-inttab-ref-domaine-vf-face-sommets-override)
face_sommets#
int Domaine_VF::face_sommets(int i, int j) const
renvoie le numero du ieme sommet de la face num_face.
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 Domaine_VF::face_sommets(int i, int j) const <domaine-vf-public-int-domaine-vf-face-sommets-int-i-int-j-const>`
[int Domaine_VF::face_sommets(int i, int j) const](#domaine-vf-public-int-domaine-vf-face-sommets-int-i-int-j-const)
face_surfaces#
virtual const DoubleVect & Domaine_VF::face_surfaces() 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 DoubleVect & Domaine_VF::face_surfaces() const <domaine-vf-public-virtual-const-doublevect-ref-domaine-vf-face-surfaces-const>`
[virtual const DoubleVect & Domaine_VF::face_surfaces() const](#domaine-vf-public-virtual-const-doublevect-ref-domaine-vf-face-surfaces-const)
face_surfaces#
virtual double Domaine_VF::face_surfaces(int i) 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 double Domaine_VF::face_surfaces(int i) const <domaine-vf-public-virtual-double-domaine-vf-face-surfaces-int-i-const>`
[virtual double Domaine_VF::face_surfaces(int i) const](#domaine-vf-public-virtual-double-domaine-vf-face-surfaces-int-i-const)
face_virt_pe_num#
const IntTab & Domaine_VF::face_virt_pe_num() 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:`const IntTab & Domaine_VF::face_virt_pe_num() const <domaine-vf-public-const-inttab-ref-domaine-vf-face-virt-pe-num-const>`
[const IntTab & Domaine_VF::face_virt_pe_num() const](#domaine-vf-public-const-inttab-ref-domaine-vf-face-virt-pe-num-const)
face_voisins#
const IntTab & Domaine_VF::face_voisins() const override
cf au dessus.
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 IntTab & Domaine_VF::face_voisins() const override <domaine-vf-public-const-inttab-ref-domaine-vf-face-voisins-const-override>`
[const IntTab & Domaine_VF::face_voisins() const override](#domaine-vf-public-const-inttab-ref-domaine-vf-face-voisins-const-override)
face_voisins#
IntTab & Domaine_VF::face_voisins() override
renvoie le tableaux des volumes des connectivites face elements cf au dessus.
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:`IntTab & Domaine_VF::face_voisins() override <domaine-vf-public-inttab-ref-domaine-vf-face-voisins-override>`
[IntTab & Domaine_VF::face_voisins() override](#domaine-vf-public-inttab-ref-domaine-vf-face-voisins-override)
face_voisins#
int Domaine_VF::face_voisins(int num_face, int i) const
renvoie l’element voisin de numface dans la direction i.
Detailed description
i = 0 : dans le sens oppose de l’axe orthogonal a la face numface. i = 1 : dans le sens de l’axe orthogonal a la face numface. exemple : | 0 | 1 | numface renvoie-1 si l’element n’existe pas (au bord).
References
Referenced By
Op_Diff_VEF_Anisotrope_Face::ajouter_contribution_multi_scalaire
Transport_Interfaces_FT_Disc::calcul_tolerance_projete_monophasique
Topologie_Maillage_FT::calculer_composantes_connexes_pour_suppression
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calculer_filter_field
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calculer_filter_tensor
Modele_turbulence_hyd_LES_axi_VDF::calculer_fonction_structure
Source_Transport_Flux_Chaleur_Turbulente_VDF_Face::calculer_Grad_U
Traitement_particulier_NS_canal_VEF::calculer_moyenne_spatiale_nut
Traitement_particulier_NS_canal_VEF::calculer_moyenne_spatiale_vitesse_rho_mu
Source_Transport_Fluctuation_Temperature_VDF_Elem::calculer_Prod_uteta_T
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::calculer_Prod_uteta_T
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::calculer_Prod_uteta_T
Modele_turbulence_hyd_LES_Smago_filtre_VEF::calculer_S_barre
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calculer_Sij_vel_filt
Neumann_paroi_rayo_semi_transp_VDF::calculer_temperature_bord
Calcul_Production_K_VDF::calculer_terme_production_K_BiK_Axi
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_W_VDF_Elem::calculer_u_teta_W
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::calculer_u_teta_W
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::calculer_u_teta_W
Source_Transport_Flux_Chaleur_Turbulente_VDF_Face::calculer_uiuj
Modele_turbulence_hyd_LES_VEF::calculer_viscosite_turbulente
Convection_Diffusion_Temperature_FT_Disc::compute_divergence_free_velocity_extension
Post_Processing_Hydrodynamic_Forces_Stokes::compute_friction_force_projected_tensor
Triple_Line_Model_FT_Disc::compute_TCL_fluxes_in_all_boundary_cells
Source_Transport_Realisable_VEF_Face_base::contribuer_a_avec
Collision_Model_FT_sphere::discretize_contact_forces_eulerian_field
Post_Processing_Hydrodynamic_Forces::face_voisins_for_interp
Transport_Interfaces_FT_Disc::get_expression_vitesse_imposee
Convection_Diffusion_Temperature::mise_en_place_domaine_fantome
Champ_Face_VDF_implementation::remplir_coord_noeuds_et_polys
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::stabilise_moyenne_6_points
Modele_turbulence_scal_LES_dyn_VDF::stabilise_moyenne_6_points
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 Domaine_VF::face_voisins(int num_face, int i) const <domaine-vf-public-int-domaine-vf-face-voisins-int-num-face-int-i-const>`
[int Domaine_VF::face_voisins(int num_face, int i) const](#domaine-vf-public-int-domaine-vf-face-voisins-int-num-face-int-i-const)
face_voisins_fictifs#
const IntTab & Domaine_VF::face_voisins_fictifs() const
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 IntTab & Domaine_VF::face_voisins_fictifs() const <domaine-vf-public-const-inttab-ref-domaine-vf-face-voisins-fictifs-const>`
[const IntTab & Domaine_VF::face_voisins_fictifs() const](#domaine-vf-public-const-inttab-ref-domaine-vf-face-voisins-fictifs-const)
face_voisins_reel_fictif#
void Domaine_VF::face_voisins_reel_fictif(int face, int &el0, int &elf) const
renvoie dans el0 le numero de l’elt a l’interieur renvoie dans elf le numero de l’elt fictif ( - 1 si il n’existe pas)
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 Domaine_VF::face_voisins_reel_fictif(int face, int &el0, int &elf) const <domaine-vf-public-void-domaine-vf-face-voisins-reel-fictif-int-face-int-ref-el0-int-ref-elf-const>`
[void Domaine_VF::face_voisins_reel_fictif(int face, int &el0, int &elf) const](#domaine-vf-public-void-domaine-vf-face-voisins-reel-fictif-int-face-int-ref-el0-int-ref-elf-const)
faces_doubles#
ArrOfInt & Domaine_VF::faces_doubles()
renvoie 1 pour les faces appartenant a un bord perio ou un item commun, 0 par defaut
Detailed description
References
Referenced By
Traitement_particulier_NS_canal_VEF::calculer_moyenne_spatiale_nut
Traitement_particulier_NS_canal_VEF::calculer_moyenne_spatiale_vitesse_rho_mu
Convection_Diffusion_Concentration_Turbulent_FT_Disc::mettre_a_jour
Convection_Diffusion_Concentration_FT_Disc::multiplier_valeurs_faces
Convection_Diffusion_Concentration_Turbulent_FT_Disc::multiplier_valeurs_faces
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:`ArrOfInt & Domaine_VF::faces_doubles() <domaine-vf-public-arrofint-ref-domaine-vf-faces-doubles>`
[ArrOfInt & Domaine_VF::faces_doubles()](#domaine-vf-public-arrofint-ref-domaine-vf-faces-doubles)
faces_doubles#
const ArrOfInt & Domaine_VF::faces_doubles() const
cf au dessus
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 ArrOfInt & Domaine_VF::faces_doubles() const <domaine-vf-public-const-arrofint-ref-domaine-vf-faces-doubles-const>`
[const ArrOfInt & Domaine_VF::faces_doubles() const](#domaine-vf-public-const-arrofint-ref-domaine-vf-faces-doubles-const)
fbord#
int Domaine_VF::fbord(int f) 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:`int Domaine_VF::fbord(int f) const <domaine-vf-public-int-domaine-vf-fbord-int-f-const>`
[int Domaine_VF::fbord(int f) const](#domaine-vf-public-int-domaine-vf-fbord-int-f-const)
front_VF#
const Front_VF & Domaine_VF::front_VF(int i) 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:`const Front_VF & Domaine_VF::front_VF(int i) const <domaine-vf-public-const-front-vf-ref-domaine-vf-front-vf-int-i-const>`
[const Front_VF & Domaine_VF::front_VF(int i) const](#domaine-vf-public-const-front-vf-ref-domaine-vf-front-vf-int-i-const)
frontiere_dis#
const Frontiere_dis_base & Domaine_VF::frontiere_dis(int) const override
renvoie la ieme frontiere_discrete.
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 Frontiere_dis_base & Domaine_VF::frontiere_dis(int) const override <domaine-vf-public-const-frontiere-dis-base-ref-domaine-vf-frontiere-dis-int-const-override>`
[const Frontiere_dis_base & Domaine_VF::frontiere_dis(int) const override](#domaine-vf-public-const-frontiere-dis-base-ref-domaine-vf-frontiere-dis-int-const-override)
frontiere_dis#
Frontiere_dis_base & Domaine_VF::frontiere_dis(int) override
renvoie la ieme frontiere_discrete.
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:`Frontiere_dis_base & Domaine_VF::frontiere_dis(int) override <domaine-vf-public-frontiere-dis-base-ref-domaine-vf-frontiere-dis-int-override>`
[Frontiere_dis_base & Domaine_VF::frontiere_dis(int) override](#domaine-vf-public-frontiere-dis-base-ref-domaine-vf-frontiere-dis-int-override)
get_ind_integ_points#
void Domaine_VF::get_ind_integ_points(IntTab &nelem) 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:`void Domaine_VF::get_ind_integ_points(IntTab &nelem) const <domaine-vf-public-void-domaine-vf-get-ind-integ-points-inttab-ref-nelem-const>`
[void Domaine_VF::get_ind_integ_points(IntTab &nelem) const](#domaine-vf-public-void-domaine-vf-get-ind-integ-points-inttab-ref-nelem-const)
get_info#
const Type_info * Domaine_VF::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 * Domaine_VF::get_info() const override <domaine-vf-public-const-type-info-ptr-domaine-vf-get-info-const-override>`
[const Type_info * Domaine_VF::get_info() const override](#domaine-vf-public-const-type-info-ptr-domaine-vf-get-info-const-override)
get_nb_integ_points#
void Domaine_VF::get_nb_integ_points(IntTab &nelem) 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:`void Domaine_VF::get_nb_integ_points(IntTab &nelem) const <domaine-vf-public-void-domaine-vf-get-nb-integ-points-inttab-ref-nelem-const>`
[void Domaine_VF::get_nb_integ_points(IntTab &nelem) const](#domaine-vf-public-void-domaine-vf-get-nb-integ-points-inttab-ref-nelem-const)
get_num_fac_loc#
const IntTab & Domaine_VF::get_num_fac_loc() const
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 IntTab & Domaine_VF::get_num_fac_loc() const <domaine-vf-public-const-inttab-ref-domaine-vf-get-num-fac-loc-const>`
[const IntTab & Domaine_VF::get_num_fac_loc() const](#domaine-vf-public-const-inttab-ref-domaine-vf-get-num-fac-loc-const)
get_num_fac_loc#
int Domaine_VF::get_num_fac_loc(int, int) const
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:`int Domaine_VF::get_num_fac_loc(int, int) const <domaine-vf-public-int-domaine-vf-get-num-fac-loc-int-int-const>`
[int Domaine_VF::get_num_fac_loc(int, int) const](#domaine-vf-public-int-domaine-vf-get-num-fac-loc-int-int-const)
get_position#
void Domaine_VF::get_position(DoubleTab &positions) 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:`void Domaine_VF::get_position(DoubleTab &positions) const <domaine-vf-public-void-domaine-vf-get-position-doubletab-ref-positions-const>`
[void Domaine_VF::get_position(DoubleTab &positions) const](#domaine-vf-public-void-domaine-vf-get-position-doubletab-ref-positions-const)
ind_faces_virt_bord#
const ArrOfInt & Domaine_VF::ind_faces_virt_bord() 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:`const ArrOfInt & Domaine_VF::ind_faces_virt_bord() const <domaine-vf-public-const-arrofint-ref-domaine-vf-ind-faces-virt-bord-const>`
[const ArrOfInt & Domaine_VF::ind_faces_virt_bord() const](#domaine-vf-public-const-arrofint-ref-domaine-vf-ind-faces-virt-bord-const)
info_elem_som#
void Domaine_VF::info_elem_som()
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 Domaine_VF::info_elem_som() <domaine-vf-public-void-domaine-vf-info-elem-som>`
[void Domaine_VF::info_elem_som()](#domaine-vf-public-void-domaine-vf-info-elem-som)
infobord#
void Domaine_VF::infobord()
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 Domaine_VF::infobord() <domaine-vf-public-void-domaine-vf-infobord>`
[void Domaine_VF::infobord()](#domaine-vf-public-void-domaine-vf-infobord)
init_dist_paroi_globale#
void Domaine_VF::init_dist_paroi_globale(const Conds_lim &conds_lim) override
Detailed description
Methode inspiree de Raccord_distant_homogene::initialise
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:`void Domaine_VF::init_dist_paroi_globale(const Conds_lim &conds_lim) override <domaine-vf-public-void-domaine-vf-init-dist-paroi-globale-const-conds-lim-ref-conds-lim-override>`
[void Domaine_VF::init_dist_paroi_globale(const Conds_lim &conds_lim) override](#domaine-vf-public-void-domaine-vf-init-dist-paroi-globale-const-conds-lim-ref-conds-lim-override)
inverse_volumes#
DoubleVect & Domaine_VF::inverse_volumes()
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:`DoubleVect & Domaine_VF::inverse_volumes() <domaine-vf-public-doublevect-ref-domaine-vf-inverse-volumes>`
[DoubleVect & Domaine_VF::inverse_volumes()](#domaine-vf-public-doublevect-ref-domaine-vf-inverse-volumes)
inverse_volumes#
const DoubleVect & Domaine_VF::inverse_volumes() const
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 DoubleVect & Domaine_VF::inverse_volumes() const <domaine-vf-public-const-doublevect-ref-domaine-vf-inverse-volumes-const>`
[const DoubleVect & Domaine_VF::inverse_volumes() const](#domaine-vf-public-const-doublevect-ref-domaine-vf-inverse-volumes-const)
inverse_volumes#
double Domaine_VF::inverse_volumes(int i) 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:`double Domaine_VF::inverse_volumes(int i) const <domaine-vf-public-double-domaine-vf-inverse-volumes-int-i-const>`
[double Domaine_VF::inverse_volumes(int i) const](#domaine-vf-public-double-domaine-vf-inverse-volumes-int-i-const)
joint#
Joint & Domaine_VF::joint(int i)
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:`Joint & Domaine_VF::joint(int i) <domaine-vf-public-joint-ref-domaine-vf-joint-int-i>`
[Joint & Domaine_VF::joint(int i)](#domaine-vf-public-joint-ref-domaine-vf-joint-int-i)
joint#
const Joint & Domaine_VF::joint(int i) 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:`const Joint & Domaine_VF::joint(int i) const <domaine-vf-public-const-joint-ref-domaine-vf-joint-int-i-const>`
[const Joint & Domaine_VF::joint(int i) const](#domaine-vf-public-const-joint-ref-domaine-vf-joint-int-i-const)
marquer_faces_double_contrib#
void Domaine_VF::marquer_faces_double_contrib(const Conds_lim &)
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 Domaine_VF::marquer_faces_double_contrib(const Conds_lim &) <domaine-vf-public-void-domaine-vf-marquer-faces-double-contrib-const-conds-lim-ref>`
[void Domaine_VF::marquer_faces_double_contrib(const Conds_lim &)](#domaine-vf-public-void-domaine-vf-marquer-faces-double-contrib-const-conds-lim-ref)
md_vector_aretes#
const MD_Vector & Domaine_VF::md_vector_aretes() 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:`const MD_Vector & Domaine_VF::md_vector_aretes() const <domaine-vf-public-const-md-vector-ref-domaine-vf-md-vector-aretes-const>`
[const MD_Vector & Domaine_VF::md_vector_aretes() const](#domaine-vf-public-const-md-vector-ref-domaine-vf-md-vector-aretes-const)
md_vector_faces#
const MD_Vector & Domaine_VF::md_vector_faces() 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:`const MD_Vector & Domaine_VF::md_vector_faces() const <domaine-vf-public-const-md-vector-ref-domaine-vf-md-vector-faces-const>`
[const MD_Vector & Domaine_VF::md_vector_faces() const](#domaine-vf-public-const-md-vector-ref-domaine-vf-md-vector-faces-const)
md_vector_faces_bord#
const MD_Vector & Domaine_VF::md_vector_faces_bord() 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:`const MD_Vector & Domaine_VF::md_vector_faces_bord() const <domaine-vf-public-const-md-vector-ref-domaine-vf-md-vector-faces-bord-const>`
[const MD_Vector & Domaine_VF::md_vector_faces_bord() const](#domaine-vf-public-const-md-vector-ref-domaine-vf-md-vector-faces-bord-const)
modifier_pour_Cl#
void Domaine_VF::modifier_pour_Cl(const Conds_lim &) override
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 Domaine_VF::modifier_pour_Cl(const Conds_lim &) override <domaine-vf-public-void-domaine-vf-modifier-pour-cl-const-conds-lim-ref-override>`
[void Domaine_VF::modifier_pour_Cl(const Conds_lim &) override](#domaine-vf-public-void-domaine-vf-modifier-pour-cl-const-conds-lim-ref-override)
nb_faces#
int Domaine_VF::nb_faces() const
renvoie le nombre global de faces.
Detailed description
References
Referenced By
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::ajouter
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::ajouter
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_VEF_Face::ajouter
Iterateur_PolyMAC_Elem<_TYPE_>::ajouter_contribution_interne
Iterateur_PolyMAC_Elem<_TYPE_>::ajouter_contribution_interne_vitesse
Op_Diff_VEF_Anisotrope_Face::ajouter_contribution_multi_scalaire
Operateur_Conv_sensibility_VEF::ajouter_Lsensibility_state_Amont
Operateur_Conv_sensibility_VEF::ajouter_Lstate_sensibility_Amont
Traitement_particulier_NS_canal_VEF::calculer_moyenne_spatiale_nut
Traitement_particulier_NS_Profils_VDF::calculer_moyenne_spatiale_vitesse
Traitement_particulier_NS_canal_VEF::calculer_moyenne_spatiale_vitesse_rho_mu
Source_Transport_Fluctuation_Temperature_VDF_Elem::calculer_Prod_uteta_T
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::calculer_Prod_uteta_T
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::calculer_Prod_uteta_T
Modele_turbulence_hyd_LES_Smago_filtre_VEF::calculer_S_barre
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_W_VDF_Elem::calculer_terme_destruction_K_W
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::calculer_terme_destruction_K_W
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::calculer_terme_destruction_K_W
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_W_VDF_Elem::calculer_u_teta_W
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::calculer_u_teta_W
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::calculer_u_teta_W
Modele_turbulence_hyd_LES_VEF::calculer_viscosite_turbulente
Traitement_particulier_NS_THI_VDF::ch_vit_pour_fft_operateur
Iterateur_PolyMAC_Elem<_TYPE_>::contribuer_au_second_membre_interne
Terme_Source_Canal_RANS_LES_VDF_Face::init_calcul_moyenne_spat
Convection_Diffusion_Concentration_Turbulent_FT_Disc::mettre_a_jour
Convection_Diffusion_Concentration_FT_Disc::multiplier_valeurs_faces
Convection_Diffusion_Concentration_Turbulent_FT_Disc::multiplier_valeurs_faces
Champ_Face_VDF_implementation::remplir_coord_noeuds_et_polys
Iterateur_Source_VEF_Face<_TYPE_>::remplir_volumes_cl_dirichlet
Traitement_particulier_NS_THI_VEF::suppression_vitesse_moyenne
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 Domaine_VF::nb_faces() const <domaine-vf-public-int-domaine-vf-nb-faces-const>`
[int Domaine_VF::nb_faces() const](#domaine-vf-public-int-domaine-vf-nb-faces-const)
nb_faces_bord#
int Domaine_VF::nb_faces_bord() const
renvoie le nombre de faces sur lesquelles sont appliquees les conditions limites :
Detailed description
bords, raccords, plaques.
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 Domaine_VF::nb_faces_bord() const <domaine-vf-public-int-domaine-vf-nb-faces-bord-const>`
[int Domaine_VF::nb_faces_bord() const](#domaine-vf-public-int-domaine-vf-nb-faces-bord-const)
nb_faces_bord_tot#
int Domaine_VF::nb_faces_bord_tot() const
renvoie le nombre total de faces sur lesquelles sont appliquees les conditions limites :
Detailed description
bords, raccords, plaques.
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 Domaine_VF::nb_faces_bord_tot() const <domaine-vf-public-int-domaine-vf-nb-faces-bord-tot-const>`
[int Domaine_VF::nb_faces_bord_tot() const](#domaine-vf-public-int-domaine-vf-nb-faces-bord-tot-const)
nb_faces_internes#
int Domaine_VF::nb_faces_internes() const
une face est interne ssi elle separe deux elements.
Detailed description
renvoie le nombre de faces internes.
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 Domaine_VF::nb_faces_internes() const <domaine-vf-public-int-domaine-vf-nb-faces-internes-const>`
[int Domaine_VF::nb_faces_internes() const](#domaine-vf-public-int-domaine-vf-nb-faces-internes-const)
nb_faces_tot#
int Domaine_VF::nb_faces_tot() const
renvoie le nombre total de faces.
Detailed description
C’est - a - dire faces reelles + faces virtuelles
Referenced By
Operateur_Conv_sensibility_VEF::ajouter_Lsensibility_state_Amont
Operateur_Conv_sensibility_VEF::ajouter_Lstate_sensibility_Amont
Modele_turbulence_hyd_LES_VEF::calculer_viscosite_turbulente
Calcul_Production_K_VEF::compute_utheta_nbConsti_gt_1_nbCompo_eq_0
Calcul_Production_K_VEF::compute_utheta_nbConsti_gt_1_nbCompo_eq_1
Calcul_Production_K_VEF::compute_utheta_nbConsti_gt_1_nbCompo_gt_1
Calcul_Production_K_VEF::compute_utheta_nbConsti_le_1_nbCompo_eq_0
Calcul_Production_K_VEF::compute_utheta_nbConsti_le_1_nbCompo_eq_1
Calcul_Production_K_VEF::compute_utheta_nbConsti_le_1_nbCompo_gt_1
Convection_Diffusion_Concentration_FT_Disc::marquer_faces_sous_domaine
Convection_Diffusion_Concentration_Turbulent_FT_Disc::marquer_faces_sous_domaine
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 Domaine_VF::nb_faces_tot() const <domaine-vf-public-int-domaine-vf-nb-faces-tot-const>`
[int Domaine_VF::nb_faces_tot() const](#domaine-vf-public-int-domaine-vf-nb-faces-tot-const)
nb_frontiere_dis#
int Domaine_VF::nb_frontiere_dis() 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:`int Domaine_VF::nb_frontiere_dis() const <domaine-vf-public-int-domaine-vf-nb-frontiere-dis-const>`
[int Domaine_VF::nb_frontiere_dis() const](#domaine-vf-public-int-domaine-vf-nb-frontiere-dis-const)
nb_joints#
int Domaine_VF::nb_joints() 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:`int Domaine_VF::nb_joints() const <domaine-vf-public-int-domaine-vf-nb-joints-const>`
[int Domaine_VF::nb_joints() const](#domaine-vf-public-int-domaine-vf-nb-joints-const)
nb_som_face#
int Domaine_VF::nb_som_face() const
renvoie le nombre de sommets par face.
Detailed description
Rque : on a suppose que toutes les faces avait le meme nombre de sommet ce qui exclue des elements comme le prisme.
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 Domaine_VF::nb_som_face() const <domaine-vf-public-int-domaine-vf-nb-som-face-const>`
[int Domaine_VF::nb_som_face() const](#domaine-vf-public-int-domaine-vf-nb-som-face-const)
normale_paroi_elem#
const DoubleTab & Domaine_VF::normale_paroi_elem() const
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 DoubleTab & Domaine_VF::normale_paroi_elem() const <domaine-vf-public-const-doubletab-ref-domaine-vf-normale-paroi-elem-const>`
[const DoubleTab & Domaine_VF::normale_paroi_elem() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-normale-paroi-elem-const)
normale_paroi_faces#
const DoubleTab & Domaine_VF::normale_paroi_faces() const
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 DoubleTab & Domaine_VF::normale_paroi_faces() const <domaine-vf-public-const-doubletab-ref-domaine-vf-normale-paroi-faces-const>`
[const DoubleTab & Domaine_VF::normale_paroi_faces() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-normale-paroi-faces-const)
normalized_boundaries_outward_vector#
DoubleTab Domaine_VF::normalized_boundaries_outward_vector(int global_face_number, double scale_factor) const
Compute the normalized boundary outward vector associated to the face global_face_number and eventually scaled by scale_factor.
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:`DoubleTab Domaine_VF::normalized_boundaries_outward_vector(int global_face_number, double scale_factor) const <domaine-vf-public-doubletab-domaine-vf-normalized-boundaries-outward-vector-int-global-face-number-double-scale-factor-const>`
[DoubleTab Domaine_VF::normalized_boundaries_outward_vector(int global_face_number, double scale_factor) const](#domaine-vf-public-doubletab-domaine-vf-normalized-boundaries-outward-vector-int-global-face-number-double-scale-factor-const)
numero_face_local#
int Domaine_VF::numero_face_local(int face, int elem) const
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:`int Domaine_VF::numero_face_local(int face, int elem) const <domaine-vf-public-int-domaine-vf-numero-face-local-int-face-int-elem-const>`
[int Domaine_VF::numero_face_local(int face, int elem) const](#domaine-vf-public-int-domaine-vf-numero-face-local-int-face-int-elem-const)
numero_sommet_local#
int Domaine_VF::numero_sommet_local(int som, int elem) 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:`int Domaine_VF::numero_sommet_local(int som, int elem) const <domaine-vf-public-int-domaine-vf-numero-sommet-local-int-som-int-elem-const>`
[int Domaine_VF::numero_sommet_local(int som, int elem) const](#domaine-vf-public-int-domaine-vf-numero-sommet-local-int-som-int-elem-const)
orientation#
const IntVect & Domaine_VF::orientation() 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:`const IntVect & Domaine_VF::orientation() const <domaine-vf-public-const-intvect-ref-domaine-vf-orientation-const>`
[const IntVect & Domaine_VF::orientation() const](#domaine-vf-public-const-intvect-ref-domaine-vf-orientation-const)
orientation#
int Domaine_VF::orientation(int) 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:`int Domaine_VF::orientation(int) const <domaine-vf-public-int-domaine-vf-orientation-int-const>`
[int Domaine_VF::orientation(int) const](#domaine-vf-public-int-domaine-vf-orientation-int-const)
orientation_si_definie#
int Domaine_VF::orientation_si_definie(int) 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:`int Domaine_VF::orientation_si_definie(int) const <domaine-vf-public-int-domaine-vf-orientation-si-definie-int-const>`
[int Domaine_VF::orientation_si_definie(int) const](#domaine-vf-public-int-domaine-vf-orientation-si-definie-int-const)
premiere_face_bord#
int Domaine_VF::premiere_face_bord() const
renvoie le numero de la premiere des faces sur lesquelles sont appliquees les conditions limites :
Detailed description
bords, raccords, plaques.
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 Domaine_VF::premiere_face_bord() const <domaine-vf-public-int-domaine-vf-premiere-face-bord-const>`
[int Domaine_VF::premiere_face_bord() const](#domaine-vf-public-int-domaine-vf-premiere-face-bord-const)
premiere_face_int#
int Domaine_VF::premiere_face_int() const
une face est interne ssi elle separe deux elements.
Detailed description
renvoie le numero de la premiere face interne.
References
Referenced By
Iterateur_PolyMAC_Elem<_TYPE_>::ajouter_contribution_interne
Iterateur_PolyMAC_Elem<_TYPE_>::ajouter_contribution_interne_vitesse
Op_Diff_VEF_Anisotrope_Face::ajouter_contribution_multi_scalaire
Source_Transport_Fluctuation_Temperature_VDF_Elem::calculer_Prod_uteta_T
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::calculer_Prod_uteta_T
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::calculer_Prod_uteta_T
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_W_VDF_Elem::calculer_u_teta_W
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::calculer_u_teta_W
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::calculer_u_teta_W
Iterateur_PolyMAC_Elem<_TYPE_>::contribuer_au_second_membre_interne
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 Domaine_VF::premiere_face_int() const <domaine-vf-public-int-domaine-vf-premiere-face-int-const>`
[int Domaine_VF::premiere_face_int() const](#domaine-vf-public-int-domaine-vf-premiere-face-int-const)
remplir_face_numero_bord#
void Domaine_VF::remplir_face_numero_bord()
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 Domaine_VF::remplir_face_numero_bord() <domaine-vf-public-void-domaine-vf-remplir-face-numero-bord>`
[void Domaine_VF::remplir_face_numero_bord()](#domaine-vf-public-void-domaine-vf-remplir-face-numero-bord)
remplir_face_voisins_fictifs#
void Domaine_VF::remplir_face_voisins_fictifs(const Domaine_Cl_dis_base &)
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 Domaine_VF::remplir_face_voisins_fictifs(const Domaine_Cl_dis_base &) <domaine-vf-public-void-domaine-vf-remplir-face-voisins-fictifs-const-domaine-cl-dis-base-ref>`
[void Domaine_VF::remplir_face_voisins_fictifs(const Domaine_Cl_dis_base &)](#domaine-vf-public-void-domaine-vf-remplir-face-voisins-fictifs-const-domaine-cl-dis-base-ref)
renumeroter#
void Domaine_VF::renumeroter(Faces &)
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 Domaine_VF::renumeroter(Faces &) <domaine-vf-public-void-domaine-vf-renumeroter-faces-ref>`
[void Domaine_VF::renumeroter(Faces &)](#domaine-vf-public-void-domaine-vf-renumeroter-faces-ref)
reordonner#
void Domaine_VF::reordonner(Faces &)
cette methode ne fait rien elle est surchargee par Domaine_VDF par ex.
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:`void Domaine_VF::reordonner(Faces &) <domaine-vf-public-void-domaine-vf-reordonner-faces-ref>`
[void Domaine_VF::reordonner(Faces &)](#domaine-vf-public-void-domaine-vf-reordonner-faces-ref)
surface#
virtual double Domaine_VF::surface(int i) 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 double Domaine_VF::surface(int i) const <domaine-vf-public-virtual-double-domaine-vf-surface-int-i-const>`
[virtual double Domaine_VF::surface(int i) const](#domaine-vf-public-virtual-double-domaine-vf-surface-int-i-const)
typer_discretiser_ss_domaine#
void Domaine_VF::typer_discretiser_ss_domaine(int i) override
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:`void Domaine_VF::typer_discretiser_ss_domaine(int i) override <domaine-vf-public-void-domaine-vf-typer-discretiser-ss-domaine-int-i-override>`
[void Domaine_VF::typer_discretiser_ss_domaine(int i) override](#domaine-vf-public-void-domaine-vf-typer-discretiser-ss-domaine-int-i-override)
typer_elem#
virtual void Domaine_VF::typer_elem(Domaine &)
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 Domaine_VF::typer_elem(Domaine &) <domaine-vf-public-virtual-void-domaine-vf-typer-elem-domaine-ref>`
[virtual void Domaine_VF::typer_elem(Domaine &)](#domaine-vf-public-virtual-void-domaine-vf-typer-elem-domaine-ref)
volumes#
DoubleVect & Domaine_VF::volumes()
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:`DoubleVect & Domaine_VF::volumes() <domaine-vf-public-doublevect-ref-domaine-vf-volumes>`
[DoubleVect & Domaine_VF::volumes()](#domaine-vf-public-doublevect-ref-domaine-vf-volumes)
volumes#
const DoubleVect & Domaine_VF::volumes() const
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 DoubleVect & Domaine_VF::volumes() const <domaine-vf-public-const-doublevect-ref-domaine-vf-volumes-const>`
[const DoubleVect & Domaine_VF::volumes() const](#domaine-vf-public-const-doublevect-ref-domaine-vf-volumes-const)
volumes#
double Domaine_VF::volumes(int i) const
Detailed description
References
Referenced By
Source_Transport_Fluctuation_Temperature_W_Bas_Re_VDF_Elem::ajouter
Source_Transport_Fluctuation_Temperature_W_VDF_Elem::ajouter
Source_Transport_K_Eps_Bas_Reynolds_aniso_therm_concen_VDF_Elem::ajouter_blocs
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_VDF_Elem::ajouter_blocs
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_QC_VDF_Elem::ajouter_blocs
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_W_VDF_Elem::ajouter_blocs
Terme_Source_Constituant_Vortex_VEF_Face::ajouter_terme_div_u
Transport_Interfaces_FT_Disc::calculer_integrale_indicatrice
Modele_turbulence_hyd_LES_Smago_filtre_VEF::calculer_S_barre
Transport_Interfaces_FT_Disc::calculer_vitesse_transport_interpolee
Triple_Line_Model_FT_Disc::compute_TCL_fluxes_in_all_boundary_cells
Source_Transport_Realisable_VEF_Face_base::contribuer_a_avec
Remailleur_Collision_FT_Thomas::traite_RuptureCoalescenceInterfaces_Conservatif
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 Domaine_VF::volumes(int i) const <domaine-vf-public-double-domaine-vf-volumes-int-i-const>`
[double Domaine_VF::volumes(int i) const](#domaine-vf-public-double-domaine-vf-volumes-int-i-const)
volumes_entrelaces#
DoubleVect & Domaine_VF::volumes_entrelaces()
Detailed description
References
Referenced By
Source_Transport_K_Eps_Bas_Reynolds_anisotherme_VEF_Face::ajouter
Source_Transport_Realisable_VEF_Face_base::contribuer_a_avec
Collision_Model_FT_sphere::discretize_contact_forces_eulerian_field
Convection_Diffusion_Concentration_Turbulent_FT_Disc::mettre_a_jour
Convection_Diffusion_Concentration_FT_Disc::multiplier_valeurs_faces
Convection_Diffusion_Concentration_Turbulent_FT_Disc::multiplier_valeurs_faces
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:`DoubleVect & Domaine_VF::volumes_entrelaces() <domaine-vf-public-doublevect-ref-domaine-vf-volumes-entrelaces>`
[DoubleVect & Domaine_VF::volumes_entrelaces()](#domaine-vf-public-doublevect-ref-domaine-vf-volumes-entrelaces)
volumes_entrelaces#
const DoubleVect & Domaine_VF::volumes_entrelaces() const
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 DoubleVect & Domaine_VF::volumes_entrelaces() const <domaine-vf-public-const-doublevect-ref-domaine-vf-volumes-entrelaces-const>`
[const DoubleVect & Domaine_VF::volumes_entrelaces() const](#domaine-vf-public-const-doublevect-ref-domaine-vf-volumes-entrelaces-const)
volumes_entrelaces#
double Domaine_VF::volumes_entrelaces(int num_face) const
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 Domaine_VF::volumes_entrelaces(int num_face) const <domaine-vf-public-double-domaine-vf-volumes-entrelaces-int-num-face-const>`
[double Domaine_VF::volumes_entrelaces(int num_face) const](#domaine-vf-public-double-domaine-vf-volumes-entrelaces-int-num-face-const)
volumes_entrelaces_dir#
DoubleTab & Domaine_VF::volumes_entrelaces_dir()
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:`DoubleTab & Domaine_VF::volumes_entrelaces_dir() <domaine-vf-public-doubletab-ref-domaine-vf-volumes-entrelaces-dir>`
[DoubleTab & Domaine_VF::volumes_entrelaces_dir()](#domaine-vf-public-doubletab-ref-domaine-vf-volumes-entrelaces-dir)
volumes_entrelaces_dir#
const DoubleTab & Domaine_VF::volumes_entrelaces_dir() const
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 DoubleTab & Domaine_VF::volumes_entrelaces_dir() const <domaine-vf-public-const-doubletab-ref-domaine-vf-volumes-entrelaces-dir-const>`
[const DoubleTab & Domaine_VF::volumes_entrelaces_dir() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-volumes-entrelaces-dir-const)
xa#
DoubleTab & Domaine_VF::xa()
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:`DoubleTab & Domaine_VF::xa() <domaine-vf-public-doubletab-ref-domaine-vf-xa>`
[DoubleTab & Domaine_VF::xa()](#domaine-vf-public-doubletab-ref-domaine-vf-xa)
xa#
const DoubleTab & Domaine_VF::xa() const
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 DoubleTab & Domaine_VF::xa() const <domaine-vf-public-const-doubletab-ref-domaine-vf-xa-const>`
[const DoubleTab & Domaine_VF::xa() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-xa-const)
xa#
double Domaine_VF::xa(int num_arete, int k) 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:`double Domaine_VF::xa(int num_arete, int k) const <domaine-vf-public-double-domaine-vf-xa-int-num-arete-int-k-const>`
[double Domaine_VF::xa(int num_arete, int k) const](#domaine-vf-public-double-domaine-vf-xa-int-num-arete-int-k-const)
xp#
DoubleTab & Domaine_VF::xp()
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:`DoubleTab & Domaine_VF::xp() <domaine-vf-public-doubletab-ref-domaine-vf-xp>`
[DoubleTab & Domaine_VF::xp()](#domaine-vf-public-doubletab-ref-domaine-vf-xp)
xp#
const DoubleTab & Domaine_VF::xp() const
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 DoubleTab & Domaine_VF::xp() const <domaine-vf-public-const-doubletab-ref-domaine-vf-xp-const>`
[const DoubleTab & Domaine_VF::xp() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-xp-const)
xp#
double Domaine_VF::xp(int num_elem, int k) const
Detailed description
References
Referenced By
Terme_Source_Constituant_Vortex_VEF_Face::ajouter_terme_div_u
Modele_turbulence_hyd_LES_SMAGO_DYN_VDF::calcul_tableaux_correspondance
Modele_turbulence_scal_LES_dyn_VDF::calcul_tableaux_correspondance
Transport_Interfaces_FT_Disc::calculer_distance_interface_faces
Transport_Interfaces_FT_Disc::calculer_distance_interface_sommets
Modele_turbulence_hyd_LES_1elt_VEF::calculer_fonction_structure
Traitement_particulier_NS_Profils_VDF::calculer_moyenne_spatiale_nut
Traitement_particulier_NS_Profils_VDF::calculer_moyenne_spatiale_uv
Traitement_particulier_NS_Profils_thermo_VDF::calculer_moyennes_spatiales_thermo
Modele_turbulence_hyd_combinaison::calculer_viscosite_turbulente
Modele_turbulence_hyd_Longueur_Melange_VDF::calculer_viscosite_turbulente
Modele_turbulence_hyd_Longueur_Melange_VEF::calculer_viscosite_turbulente
Triple_Line_Model_FT_Disc::compute_approximate_interface_inout
Triple_Line_Model_FT_Disc::compute_TCL_fluxes_in_all_boundary_cells
Post_Processing_Hydrodynamic_Forces::compute_viscosity_edges_sphere
Post_Processing_Hydrodynamic_Forces_Stokes::fill_Stokes_pressure_field
Post_Processing_Hydrodynamic_Forces::find_neighboring_elements
Traitement_particulier_Solide_canal_VDF::init_calcul_moyenne
Post_Processing_Hydrodynamic_Forces::trilinear_interpolation_elem
Post_Processing_Hydrodynamic_Forces::trilinear_interpolation_gradU_elem
Post_Processing_Hydrodynamic_Forces::trilinear_interpolation_gradU_elem_P1
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 Domaine_VF::xp(int num_elem, int k) const <domaine-vf-public-double-domaine-vf-xp-int-num-elem-int-k-const>`
[double Domaine_VF::xp(int num_elem, int k) const](#domaine-vf-public-double-domaine-vf-xp-int-num-elem-int-k-const)
xv#
DoubleTab & Domaine_VF::xv()
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:`DoubleTab & Domaine_VF::xv() <domaine-vf-public-doubletab-ref-domaine-vf-xv>`
[DoubleTab & Domaine_VF::xv()](#domaine-vf-public-doubletab-ref-domaine-vf-xv)
xv#
const DoubleTab & Domaine_VF::xv() const
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 DoubleTab & Domaine_VF::xv() const <domaine-vf-public-const-doubletab-ref-domaine-vf-xv-const>`
[const DoubleTab & Domaine_VF::xv() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-xv-const)
xv#
double Domaine_VF::xv(int num_face, int k) const
Detailed description
References
Referenced By
Transport_Interfaces_FT_Disc::calculer_distance_interface_faces
Modele_turbulence_hyd_LES_1elt_VEF::calculer_fonction_structure
Traitement_particulier_NS_canal_VEF::calculer_moyenne_spatiale_nut
Traitement_particulier_NS_canal_VEF::calculer_moyenne_spatiale_Temp
Traitement_particulier_NS_Profils_VDF::calculer_moyenne_spatiale_vitesse
Traitement_particulier_NS_canal_VEF::calculer_moyenne_spatiale_vitesse_rho_mu
Triple_Line_Model_FT_Disc::compute_TCL_fluxes_in_all_boundary_cells
Post_Processing_Hydrodynamic_Forces_Stokes::fill_Stokes_velocity_field
Transport_Interfaces_FT_Disc::get_expression_vitesse_imposee
Terme_Source_Canal_RANS_LES_VDF_Face::init_calcul_moyenne_spat
Traitement_particulier_NS_chmoy_faceperio_VEF::init_calcul_stats
Sortie_libre_Gradient_Pression_libre_VEFPreP1B::mettre_a_jour
Post_Processing_Hydrodynamic_Forces::trilinear_interpolation_face
Post_Processing_Hydrodynamic_Forces::trilinear_interpolation_face_sommets
Post_Processing_Hydrodynamic_Forces::trilinear_interpolation_gradU_elem
Post_Processing_Hydrodynamic_Forces::trilinear_interpolation_gradU_elem_P1
Post_Processing_Hydrodynamic_Forces::trilinear_interpolation_gradU_face
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 Domaine_VF::xv(int num_face, int k) const <domaine-vf-public-double-domaine-vf-xv-int-num-face-int-k-const>`
[double Domaine_VF::xv(int num_face, int k) const](#domaine-vf-public-double-domaine-vf-xv-int-num-face-int-k-const)
xv_bord#
const DoubleTab & Domaine_VF::xv_bord() 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:`const DoubleTab & Domaine_VF::xv_bord() const <domaine-vf-public-const-doubletab-ref-domaine-vf-xv-bord-const>`
[const DoubleTab & Domaine_VF::xv_bord() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-xv-bord-const)
~Domaine_VF#
Domaine_VF::~Domaine_VF() 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:`Domaine_VF::~Domaine_VF() override <domaine-vf-public-domaine-vf-dtor-domaine-vf-override>`
[Domaine_VF::~Domaine_VF() override](#domaine-vf-public-domaine-vf-dtor-domaine-vf-override)
info#
const Type_info * Domaine_VF::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 * Domaine_VF::info() <domaine-vf-public-static-const-type-info-ptr-domaine-vf-info>`
[const Type_info * Domaine_VF::info()](#domaine-vf-public-static-const-type-info-ptr-domaine-vf-info)
self_cast#
const Domaine_VF & Domaine_VF::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 Domaine_VF & Domaine_VF::self_cast(const Objet_U &) <domaine-vf-public-static-const-domaine-vf-ref-domaine-vf-self-cast-const-objet-u-ref>`
[const Domaine_VF & Domaine_VF::self_cast(const Objet_U &)](#domaine-vf-public-static-const-domaine-vf-ref-domaine-vf-self-cast-const-objet-u-ref)
self_cast#
Domaine_VF & Domaine_VF::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:`Domaine_VF & Domaine_VF::self_cast(Objet_U &) <domaine-vf-public-static-domaine-vf-ref-domaine-vf-self-cast-objet-u-ref>`
[Domaine_VF & Domaine_VF::self_cast(Objet_U &)](#domaine-vf-public-static-domaine-vf-ref-domaine-vf-self-cast-objet-u-ref)
printOn#
Sortie & Domaine_VF::printOn(Sortie &x) const override
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 & Domaine_VF::printOn(Sortie &x) const override <domaine-vf-protected-sortie-ref-domaine-vf-printon-sortie-ref-x-const-override>`
[Sortie & Domaine_VF::printOn(Sortie &x) const override](#domaine-vf-protected-sortie-ref-domaine-vf-printon-sortie-ref-x-const-override)
readOn#
Entree & Domaine_VF::readOn(Entree &) override
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 & Domaine_VF::readOn(Entree &) override <domaine-vf-protected-entree-ref-domaine-vf-readon-entree-ref-override>`
[Entree & Domaine_VF::readOn(Entree &) override](#domaine-vf-protected-entree-ref-domaine-vf-readon-entree-ref-override)
Attributes Documentation#
const Type_info Domaine_VF::info_obj
DoubleVect Domaine_VF::face_surfaces_
IntTab Domaine_VF::elem_faces_
ArrOfInt Domaine_VF::est_face_bord_
IntTab Domaine_VF::face_dual_
For each face f, face_dual_(f, j) returns the element built on the left and right of the face in the dual mesh. Same sorting as face_voisins_.
DoubleTab Domaine_VF::face_normales_
IntTab Domaine_VF::face_numero_bord_
IntTab Domaine_VF::face_sommets_
IntTab Domaine_VF::face_virt_pe_num_
IntTab Domaine_VF::face_voisins_
IntTab Domaine_VF::face_voisins_fictifs_
ArrOfInt Domaine_VF::faces_doubles_
DoubleVect Domaine_VF::inverse_volumes_
TRUST_Vector<Front_VF> Domaine_VF::les_bords_
MD_Vector Domaine_VF::md_vector_aretes_
MD_Vector Domaine_VF::md_vector_faces_
MD_Vector Domaine_VF::md_vector_faces_front_
DoubleTab Domaine_VF::n_y_elem_
DoubleTab Domaine_VF::n_y_faces_
int Domaine_VF::nb_elem_std_ = - 10
int Domaine_VF::nb_faces_std_ = - 10
IntTab Domaine_VF::num_fac_loc_
IntVect Domaine_VF::rang_elem_non_std_
DoubleVect Domaine_VF::volumes_
DoubleVect Domaine_VF::volumes_entrelaces_
DoubleTab Domaine_VF::volumes_entrelaces_dir_
DoubleTab Domaine_VF::xa_
DoubleTab Domaine_VF::xp_
DoubleTab Domaine_VF::xv_
DoubleTab Domaine_VF::xv_bord_