|
| void | mettre_a_jour () override |
| void | flux_face (const DoubleTab &, const DoubleTab &, const int, const BC &, int, Type_Double &) const |
| void | flux_faces_interne (const DoubleTab &, const int, Type_Double &) const |
| void | coeffs_face (const int, const int, const BC &, Type_Double &, Type_Double &) const |
| void | coeffs_faces_interne (const int, Type_Double &, Type_Double &) const |
| void | secmem_face (const int, const BC &, const int, Type_Double &) const |
| void | secmem_faces_interne (const int, Type_Double &) const |
| template<typename BC_TYPE, typename Type_Double> |
| void | coeffs_face_bloc_vitesse (const DoubleTab &, const DoubleTab &, int, const BC_TYPE &, int, Type_Double &) const |
| template<typename Type_Double> |
| void | coeffs_face_bloc_vitesse (const DoubleTab &, const DoubleTab &, int, int, int, const Echange_externe_impose &, int, Type_Double &) const |
| template<typename Type_Double> |
| void | coeffs_faces_interne_bloc_vitesse (const DoubleTab &, int, Type_Double &) const |
| void | associer_inconnue (const Champ_base &) |
| | 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 |
| double | get_equivalent_distance (int boundary_index, int local_face) const override |
| double | compute_heq_impl (double d0, int i, double d1, int j, int compo) const |
| double | nu_t_impl (int i, 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 |
| 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 |
| void | update_equivalent_distance () |
| const Champ_Fonc_base & | diffusivite_turbulente () const |
| void | associer_diff_turb (const Champ_Fonc_base &diff_turb) |
| virtual void | associer_loipar (const Turbulence_paroi_scal_base &loi_paroi) |
| virtual void | init_ind_fluctu_term () |
| 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) |
| 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 |
| 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 |
Definition at line 67 of file Eval_Dift_VDF_leaves.h.