|
TrioCFD 1.9.8
TrioCFD documentation
|
class Eval_Diff_VDF_Face Evaluateur VDF pour la diffusion More...
#include <Eval_Diff_VDF_leaves.h>
Additional Inherited Members | |
| Public Member Functions inherited from Eval_Diff_VDF_Face_Gen< Eval_Diff_VDF_Face > | |
| std::enable_if_t< Fa7_Type==Type_Flux_Fa7::SORTIE_LIBRE, void > | flux_fa7 (const DoubleTab &, const DoubleTab *, int, const Neumann_sortie_libre &, int, Type_Double &) const |
| std::enable_if_t< Arete_Type==Type_Flux_Arete::INTERNE, void > | flux_arete (const DoubleTab &, const DoubleTab *, int, int, int, int, Type_Double &) const |
| std::enable_if_t< Fa7_Type==Type_Flux_Fa7::SORTIE_LIBRE, void > | coeffs_fa7 (const DoubleTab *, int, const Neumann_sortie_libre &, Type_Double &, Type_Double &) const |
| std::enable_if_t< Arete_Type==Type_Flux_Arete::INTERNE, void > | coeffs_arete (const DoubleTab *, int, int, int, int, Type_Double &, Type_Double &) const |
| Public Member Functions inherited from Eval_VDF_Face | |
| void | associer_inconnue (const Champ_base &) |
| Public Member Functions inherited from Evaluateur_VDF | |
| Evaluateur_VDF () | |
| virtual | ~Evaluateur_VDF () |
| Evaluateur_VDF (const Evaluateur_VDF &) | |
| virtual void | associer_domaines (const Domaine_VDF &, const Domaine_Cl_VDF &) |
| virtual void | associer_porosite (const DoubleVect &) |
| double | dist_face_period (int fac1, int fac2, int k) const |
| double | dist_face (int fac1, int fac2, int k) const |
| Public Member Functions inherited from Eval_Diff_VDF | |
| virtual | ~Eval_Diff_VDF () |
| const int & | is_var () const |
| virtual const Champ_base & | diffusivite () const final |
| virtual const Champ_base & | get_diffusivite () const final |
| virtual void | associer_pb (const Probleme_base &pb) final |
| virtual void | update_diffusivite () final |
| virtual void | associer (const Champ_base &diffu) |
| virtual void | mettre_a_jour () |
| double | compute_heq_impl (double d0, int i, double d1, int j, int compo) const |
| double | nu_1_impl (int i, int compo) const |
| double | nu_2_impl (int i, int compo) const |
| double | nu_1_impl_face (int i, int j, int compo) const |
| double | nu_2_impl_face (int i, int j, int k, int l, int compo) const |
| double | nu_lam_impl_face (int i, int j, int k, int l, int compo) const |
| double | nu_lam_impl_face2 (int i, int j, int compo) const |
| int | get_ind_Fluctu_Term () const |
| double | get_dv_mvol (const int i) const |
| virtual double | get_equivalent_distance (int boundary_index, int local_face) const |
| double | nu_t_impl (int i, int compo) const |
| double | tau_tan_impl (int i, int j) const |
| bool | uses_wall () const |
| bool | uses_mod () const |
| const DoubleTab & | get_k_elem () const |
| Static Public Attributes inherited from Eval_Diff_VDF_Face_Gen< Eval_Diff_VDF_Face > | |
| static constexpr bool | IS_TURB |
| static constexpr bool | IS_ANISO |
| static constexpr bool | TEST_COEFFS |
| static constexpr bool | ACTIVATE_TAU_TR |
| Static Public Attributes inherited from Eval_VDF_Face | |
| static constexpr bool | CALC_FA7_SORTIE_LIB = false |
| static constexpr bool | CALC_ARR_FL = true |
| static constexpr bool | CALC_ARR_BORD = true |
| static constexpr bool | CALC_ARR_COIN_FL = false |
| static constexpr bool | CALC_ARR_INT = true |
| static constexpr bool | CALC_ARR_MIXTE = true |
| static constexpr bool | CALC_ARR_PERIO = true |
| static constexpr bool | CALC_ARR_PAR_FL = true |
| static constexpr bool | CALC_ARR_PAR = true |
| static constexpr bool | CALC_ARR_NAVIER_PAR = true |
| static constexpr bool | CALC_ARR_NAVIER_FL = true |
| static constexpr bool | CALC_ARR_NAVIER = true |
| Protected Member Functions inherited from Eval_VDF_Face | |
| OBS_PTR (Champ_base) inconnue | |
| Protected Member Functions inherited from Evaluateur_VDF | |
| OBS_PTR (Domaine_VDF) le_dom | |
| OBS_PTR (Domaine_Cl_VDF) la_zcl | |
| double | dist_norm_bord (int) const |
| Protected Member Functions inherited from Eval_Diff_VDF | |
| OBS_PTR (Probleme_base) ref_probleme_ | |
| OBS_PTR (Champ_base) ref_diffusivite_ | |
| Protected Attributes inherited from Evaluateur_VDF | |
| int | dimension = -100 |
| int | premiere_face_bord = -100 |
| IntTab | elem_ |
| DoubleVect | surface |
| IntVect | orientation |
| DoubleVect | porosite |
| DoubleVect | volume_entrelaces |
| DoubleTab | xv |
| Protected Attributes inherited from Eval_Diff_VDF | |
| int | is_var_ = 0 |
| DoubleTab | tab_diffusivite_ |
| DoubleTab | tab_alpha_ |
class Eval_Diff_VDF_Face Evaluateur VDF pour la diffusion
Le champ diffuse est un Champ_Face_VDF
Definition at line 116 of file Eval_Diff_VDF_leaves.h.