|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
#include <Post_Processing_Hydrodynamic_Forces.h>
Public Types | |
| enum class | Method_friction_force_computation { TRILINEAR_LINEAR_COMPLET_TENSOR , TRILINEAR_LINEAR_PROJECTED_TENSOR } |
| enum class | Method_pressure_force_computation { TRILINEAR_LINEAR } |
| enum class | Location_stress_tensor { FACES_NORMALE_X , ELEMENTS } |
Public Member Functions | |
| int | lire_motcle_non_standard (const Motcle &, Entree &) override |
| Reads non-simple-type parameters of an Objet_U from an input stream. | |
| void | associate_transport_equation (Transport_Interfaces_FT_Disc &ptr_eq_transport) |
| void | associate_ns_equation (const Navier_Stokes_FT_Disc &eqn) |
| void | associate_temp_equation (const Convection_Diffusion_Temperature_FT_Disc &eqn) |
| void | drop_the_flag () |
| void | raise_the_flag () |
| void | drop_the_flag_heat_transfer () |
| void | raise_the_flag_heat_transfer () |
| virtual void | compute_hydrodynamic_forces () |
| void | compute_heat_transfer () |
| const DoubleVect & | get_pressure_fa7 () const |
| const DoubleVect & | get_total_surface_interf () const |
| const DoubleVect & | get_heat_transfer () const |
| const DoubleTab & | get_pressure_force () const |
| const DoubleTab & | get_friction_force () const |
| const DoubleTab & | get_pressure_force_fa7 () const |
| const DoubleTab & | get_friction_force_fa7 () const |
| const DoubleTab & | get_heat_transfer_fa7 () const |
| const DoubleTab & | get_U_P1 () const |
| const DoubleTab & | get_U_P2 () const |
| const DoubleTab & | get_U_P2_moy () const |
| const DoubleTab & | get_prop_fa7_ok_P2 () const |
| const DoubleTab & | get_prop_P2_fluid () const |
| const DoubleTab & | get_sigma_xx_fa7 () const |
| const DoubleTab & | get_sigma_xy_fa7 () const |
| const DoubleTab & | get_sigma_xz_fa7 () const |
| const DoubleTab & | get_sigma_yx_fa7 () const |
| const DoubleTab & | get_sigma_yy_fa7 () const |
| const DoubleTab & | get_sigma_yz_fa7 () const |
| const DoubleTab & | get_sigma_zx_fa7 () const |
| const DoubleTab & | get_sigma_zy_fa7 () const |
| const DoubleTab & | get_sigma_zz_fa7 () const |
| const DoubleTab & | get_dUdx_P1 () |
| const DoubleTab & | get_dUdy_P1 () |
| const DoubleTab & | get_dUdz_P1 () |
| const DoubleTab & | get_dVdx_P1 () |
| const DoubleTab & | get_dVdy_P1 () |
| const DoubleTab & | get_dVdz_P1 () |
| const DoubleTab & | get_dWdx_P1 () |
| const DoubleTab & | get_dWdy_P1 () |
| const DoubleTab & | get_dWdz_P1 () |
| const DoubleTab & | get_dUdx_P2 () |
| const DoubleTab & | get_dUdy_P2 () |
| const DoubleTab & | get_dUdz_P2 () |
| const DoubleTab & | get_dVdx_P2 () |
| const DoubleTab & | get_dVdy_P2 () |
| const DoubleTab & | get_dVdz_P2 () |
| const DoubleTab & | get_dWdx_P2 () |
| const DoubleTab & | get_dWdy_P2 () |
| const DoubleTab & | get_dWdz_P2 () |
| bool | get_is_compute_forces () const |
| bool | get_is_compute_forces_Stokes_th () const |
| bool | get_is_compute_heat_transfer () const |
| bool | get_is_post_process_pressure_force_fa7 () const |
| bool | get_is_post_process_friction_force_fa7 () const |
| bool | get_is_post_process_stress_tensor_fa7 () const |
| bool | get_is_post_process_pressure_fa7 () const |
| const double & | get_interpolation_distance_pressure_P1 () const |
| const double & | get_interpolation_distance_pressure_P2 () const |
| const double & | get_interpolation_distance_gradU_P1 () const |
| const double & | get_interpolation_distance_gradU_P2 () const |
| virtual void | resize_and_init_tables (int nb_compo_tot) |
| const Method_pressure_force_computation & | get_method_pressure_force_computation () const |
| const Method_friction_force_computation & | get_method_friction_force_computation () const |
| const Location_stress_tensor & | get_location_stress_tensor () const |
| Public Member Functions inherited from Objet_U | |
| ~Objet_U () override | |
| Destructor. Removes the object from the list of objects registered in "memory". | |
| int | numero () const |
| Returns the index of the object in Memoire::data. | |
| virtual int | duplique () const =0 |
| virtual Sortie & | printOn (Sortie &) const |
| Writes the object to an output stream. Virtual method to override. | |
| virtual unsigned | taille_memoire () const =0 |
| virtual int | est_egal_a (const Objet_U &) const |
| Returns 1 if x and *this are the same instance (same memory address). | |
| virtual const Nom & | le_nom () const |
| Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation. | |
| virtual void | nommer (const Nom &) |
| Assigns a name to the Objet_U. Virtual method to override. | |
| virtual int | reprendre (Entree &) |
| Restores an Objet_U from an input stream. Virtual method to override. | |
| virtual int | sauvegarder (Sortie &) const |
| Saves an Objet_U to an output stream. Virtual method to override. | |
| int | get_object_id () const |
| Returns the unique identifier of the object (object_id_). | |
| virtual const Type_info * | get_info () const |
| Returns type information for the Objet_U. | |
| const Nom & | que_suis_je () const |
| Returns the string identifying the class. | |
| const char * | le_type () const |
| Returns the type name of the Objet_U. | |
| virtual int | change_num (const int *const) |
| Changes the internal number of the Objet_U. | |
| virtual int | associer_ (Objet_U &) |
| Associates the Objet_U with another Objet_U. Virtual method to override. | |
| const Interprete & | interprete () const |
| Interprete & | interprete () |
| Public Member Functions inherited from Process | |
| virtual | ~Process () |
Protected Member Functions | |
| OBS_PTR (Transport_Interfaces_FT_Disc) ptr_eq_transport_ | |
| OBS_PTR (Navier_Stokes_FT_Disc) ptr_eq_ns_ | |
| OBS_PTR (Convection_Diffusion_Temperature_FT_Disc) ptr_eq_temp_ | |
| int | elem_faces_for_interp (int num_face, int i) const |
| int | face_voisins_for_interp (int num_face, int i) const |
| int | trilinear_interpolation_face (const DoubleTab &valeurs_champ, DoubleTab &coord, DoubleTab &resu) |
| int | trilinear_interpolation_elem (const DoubleTab &valeurs_champ, DoubleTab &coord, DoubleTab &resu) |
| int | trilinear_interpolation_elem (const DoubleTab &valeurs_champ, DoubleTab &coord, DoubleTab &resu, const int is_P2, const Convection_Diffusion_Temperature_FT_Disc::Thermal_correction_discretization_method discr) |
| Interpolation trilineaire d'un champs "valeurs_champs" aux coordonnees coord a partir des 8 elements (4 en 2D) voisins les plus proches. Valeurs_chaamps contient typiquement le champ de presssion ou le champ de temperature. On utilise egalement cette fonction pour sauvegarder la liste des elments P1 ainsi que l'indiatrice des elements P2. | |
| int | trilinear_interpolation_gradU_face (const DoubleTab &valeurs_champ, DoubleTab &coord, DoubleTab &resu) |
| int | trilinear_interpolation_gradU_elem_P1 (const DoubleTab &valeurs_champ, DoubleTab &coord, DoubleTab &resu) |
| int | trilinear_interpolation_gradU_elem (const DoubleTab &valeurs_champ, DoubleTab &coord, DoubleTab &resu) |
| int | trilinear_interpolation_face_sommets (const DoubleTab &valeurs_champ, DoubleTab &coord, DoubleTab &resu) |
| double | compute_viscosity_edges_sphere (int face1, int face2, int particle_id) |
| double | find_neighboring_elements (DoubleVect &coord_elem_interp, IntVect &neighboring_elements, const int sauv_list_P1=0, const int num_fa7=-1) |
| void | find_neighboring_faces (DoubleVect &coord_elem_interp, IntVect &neighboring_faces, int orientation) const |
| void | find_neighboring_faces_xyz (DoubleVect &coord_elem_interp, IntTab &neighboring_faces) const |
| virtual void | resize_sigma (int nb_fa7) |
| virtual void | resize_gradU_P1 (int nb_fa7) |
| virtual void | resize_gradU_P2 (int nb_fa7) |
| virtual void | resize_data_fa7 (int nb_fa7) |
| void | resize_coord_neighbor_fluid_fa7 (int nb_fa7) |
| void | fill_absurd_value_coord_neighbor_fluid_fa7 (int fa7) |
| void | fill_sigma (int fa7, Matrice_Dense stress_tensor) |
| void | fill_gradU_P1 (int fa7, DoubleTab gradU_P1) |
| void | fill_gradU_P2 (int fa7, DoubleTab gradU_P2) |
| virtual void | compute_pressure_force_trilinear_linear (int nb_fa7, const Maillage_FT_Disc &mesh, Convection_Diffusion_Temperature_FT_Disc::Thermal_correction_discretization_method thermal_correction_discretization_method, const IntVect &compo_connexes_fa7, const ArrOfDouble &fa7_surface, const DoubleTab &tab_fa7_normal) |
| virtual void | compute_friction_force_complet_tensor (int nb_fa7, const Maillage_FT_Disc &mesh, const IntVect &compo_connexes_fa7, const ArrOfDouble &fa7_surface, const DoubleTab &tab_fa7_normal) |
| virtual void | compute_friction_force_projected_tensor (int nb_fa7, const Maillage_FT_Disc &mesh, const IntVect &compo_connexes_fa7, const ArrOfDouble &fa7_surface, const DoubleTab &tab_fa7_normal) |
| virtual void | compute_neighbors_coordinates_fluid_fa7 (const int nb_fa7, const int is_discr_elem_diph, const DoubleTab &gravity_center_fa7, const Maillage_FT_Disc &mesh, const DoubleTab &tab_fa7_normal, const IntTab &particles_eulerian_id_number) |
| void | compute_U_P2_moy (const int nb_particles_tot) |
| void | compute_proportion_fa7_ok_and_is_fluid_P2 (const int nb_particles_tot) |
| Protected Member Functions inherited from Objet_U_With_Params | |
| Entree & | readOn (Entree &) override final |
| Reading of the input stream (dataset) with the helper class Param. | |
| virtual void | validate_params () const |
| Called in the readOn of Objet_U_With_Params, after reading the params. | |
| Protected Member Functions inherited from Objet_U | |
| Objet_U () | |
| Default constructor: assigns a unique identifier to the object (object_id_) and registers the object in "memory" by giving it a num_obj number. | |
| Objet_U (const Objet_U &) | |
| Copy constructor. | |
| const Objet_U & | operator= (const Objet_U &) |
| Assignment operator: does nothing (the number and identifier are preserved). | |
| virtual void | set_param (Param &) const |
Additional Inherited Members | |
| Static Public Member Functions inherited from Objet_U | |
| static const Nom & | nom_du_cas () |
| Returns a constant reference to the case name. This method is static. | |
| static Nom & | get_set_nom_du_cas () |
| Returns a non-constant reference to the case name (to allow modification). This method is static. | |
| static const Type_info * | info () |
| Returns type information for the Objet_U (static version). | |
| static const Objet_U & | self_cast (const Objet_U &) |
| Method added for casting in Python. | |
| static Objet_U & | self_cast (Objet_U &) |
| Static Public Member Functions inherited from Process | |
| static int | me () |
| Returns the rank of the local processor in the current communication group. See Comm_Group::rank() and PE_Groups::current_group(). | |
| static int | nproc () |
| Returns the number of processors in the current group. See Comm_Group::nproc() and PE_Groups::current_group(). | |
| static bool | is_parallel () |
| static void | exit (int exit_code=-1) |
| Exit routine for TRUST within a Kokkos region. | |
| static double | mp_sum (double) |
| Computes the sum of x over all processors in the current group. | |
| static float | mp_sum (float) |
| static trustIdType | mp_sum (trustIdType) |
| Computes the sum of x over all processors in the current group. | |
| static double | mp_max (double) |
| static double | mp_min (double) |
| static int | mp_max (int) |
| Returns the maximum value of x across all processors in the current group. | |
| static int | mp_min (int) |
| Returns the minimum value of x across all processors in the current group. | |
| static double | mp_sum_as_double (int v) |
| static trustIdType | mppartial_sum (trustIdType i) |
| Computes the partial sum of x over processors 0 to me()-1 (returns 0 on processor 0). | |
| template<typename T> | |
| static void | mp_sum_for_each (T &arg1, T &arg2) |
| C++14 compatible mp_sum_for_each: combine multiple mp_sum calls into one collective operation Usage: mp_sum_for_each(a, b); mp_sum_for_each(a, b, c); mp_sum_for_each(a, b, c, d); mp_sum_for_each(a, b, c, d, e); All arguments must be of the same type (double or int) and are modified in place. Supports 2-5 parameters. | |
| template<typename T> | |
| static void | mp_sum_for_each (T &arg1, T &arg2, T &arg3) |
| template<typename T> | |
| static void | mp_sum_for_each (T &arg1, T &arg2, T &arg3, T &arg4) |
| template<typename T> | |
| static void | mp_sum_for_each (T &arg1, T &arg2, T &arg3, T &arg4, T &arg5) |
| template<typename T> | |
| static void | mp_max_for_each (T &arg1, T &arg2) |
| C++14 compatible mp_max_for_each: combine multiple mp_max calls into one collective operation. | |
| template<typename T> | |
| static void | mp_max_for_each (T &arg1, T &arg2, T &arg3) |
| template<typename T> | |
| static void | mp_max_for_each (T &arg1, T &arg2, T &arg3, T &arg4) |
| template<typename T> | |
| static void | mp_max_for_each (T &arg1, T &arg2, T &arg3, T &arg4, T &arg5) |
| template<typename T> | |
| static void | mp_min_for_each (T &arg1, T &arg2) |
| C++14 compatible mp_min_for_each: combine multiple mp_min calls into one collective operation. | |
| template<typename T> | |
| static void | mp_min_for_each (T &arg1, T &arg2, T &arg3) |
| template<typename T> | |
| static void | mp_min_for_each (T &arg1, T &arg2, T &arg3, T &arg4) |
| template<typename T> | |
| static void | mp_min_for_each (T &arg1, T &arg2, T &arg3, T &arg4, T &arg5) |
| template<typename _TYPE_> | |
| static void | mp_sum_for_each_item (TRUSTArray< _TYPE_ > &x, int n=-1) |
| template<typename _TYPE_> | |
| static void | mp_max_for_each_item (TRUSTArray< _TYPE_ > &x, int n=-1) |
| template<typename _TYPE_> | |
| static void | mp_min_for_each_item (TRUSTArray< _TYPE_ > &x, int n=-1) |
| static bool | mp_and (bool) |
| Computes the logical AND of b across all processors in the current group. | |
| static bool | mp_or (bool) |
| static int | check_int_overflow (trustIdType) |
| static int | je_suis_maitre () |
| Returns 1 if on the master processor of the current group (i.e. me() == 0), 0 otherwise. | |
| static KOKKOS_INLINE_FUNCTION void | Kokkos_exit (const char *) |
| Exit routine for TRUST within a Kokkos region. | |
| static int | node_master () |
| Returns 1 if on the NUMA node master processor, 0 otherwise. | |
| static void | exit (const Nom &message, int exit_code=-1) |
| static bool | is_sequential () |
| static void | barrier () |
| Synchronizes all processors in the current group (waits until all processors have reached the barrier). | |
| static void | abort () |
| Abort routine for TRUST on a fatal error. | |
| static Sortie & | Journal (int message_level=0) |
| Returns a static Sortie object used as an event journal. | |
| static double | ram_processeur () |
| static void | imprimer_ram_totale (int all_process=0) |
| static bool | force_single_file (const int ranks, const Nom &filename) |
| Static Public Attributes inherited from Objet_U | |
| static double | precision_geom = 1e-10 |
| static constexpr bool | HAS_POINTER = false |
| static int | dimension =0 |
| static int | format_precision_geom =11 |
| static int | axi =0 |
| static int | bidim_axi =0 |
| static int | DEACTIVATE_SIGINT_CATCH =0 |
| static Type_info | info_obj |
| static bool | disable_TU =false |
| Flag to disable or not the writing of the .TU files. | |
| static bool | stat_per_proc_perf_log =false |
| Flag to enable the writing of the statistics detailed per processor in _csv.TU file. | |
| Static Public Attributes inherited from Process | |
| static int | exception_sur_exit =0 |
| static int | multiple_files =5120 |
Definition at line 29 of file Post_Processing_Hydrodynamic_Forces.h.
|
strong |
| Enumerator | |
|---|---|
| FACES_NORMALE_X | |
| ELEMENTS | |
Definition at line 113 of file Post_Processing_Hydrodynamic_Forces.h.
|
strong |
| Enumerator | |
|---|---|
| TRILINEAR_LINEAR_COMPLET_TENSOR | |
| TRILINEAR_LINEAR_PROJECTED_TENSOR | |
Definition at line 107 of file Post_Processing_Hydrodynamic_Forces.h.
|
strong |
| Enumerator | |
|---|---|
| TRILINEAR_LINEAR | |
Definition at line 112 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 39 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 41 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 37 of file Post_Processing_Hydrodynamic_Forces.h.
|
protectedvirtual |
Reimplemented in Post_Processing_Hydrodynamic_Forces_Stokes.
Definition at line 1798 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protectedvirtual |
Reimplemented in Post_Processing_Hydrodynamic_Forces_Stokes.
Definition at line 1884 of file Post_Processing_Hydrodynamic_Forces.cpp.
| void Post_Processing_Hydrodynamic_Forces::compute_heat_transfer | ( | ) |
Definition at line 2281 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
virtual |
Reimplemented in Post_Processing_Hydrodynamic_Forces_Stokes.
Definition at line 144 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protectedvirtual |
Reimplemented in Post_Processing_Hydrodynamic_Forces_Stokes.
Definition at line 2172 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protectedvirtual |
Reimplemented in Post_Processing_Hydrodynamic_Forces_Stokes.
Definition at line 2098 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 2265 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 2253 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 1594 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
inline |
Definition at line 44 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 46 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 230 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 242 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 2087 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 1699 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 1712 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 1725 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 1271 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 1386 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 1572 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
inline |
Definition at line 73 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 82 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 74 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 83 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 75 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 84 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 76 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 85 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 77 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 86 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 78 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 87 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 79 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 88 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 80 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 89 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 81 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 90 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 55 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 57 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 53 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 58 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 102 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 103 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 100 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 101 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 92 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 93 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 94 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 96 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 98 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 95 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 97 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 118 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 116 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 114 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 51 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 54 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 56 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 62 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 63 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 64 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 65 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 66 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 67 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 68 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 69 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 70 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 71 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 72 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 52 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 59 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 60 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 61 of file Post_Processing_Hydrodynamic_Forces.h.
|
overridevirtual |
Reads non-simple-type parameters of an Objet_U from an input stream.
| motlu | The name of the keyword to read. |
| is | An input stream. |
Reimplemented from Objet_U.
Definition at line 63 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
|
protected |
|
protected |
|
inline |
Definition at line 45 of file Post_Processing_Hydrodynamic_Forces.h.
|
inline |
Definition at line 47 of file Post_Processing_Hydrodynamic_Forces.h.
|
virtual |
Reimplemented in Post_Processing_Hydrodynamic_Forces_Stokes.
Definition at line 1738 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 1790 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protectedvirtual |
Reimplemented in Post_Processing_Hydrodynamic_Forces_Stokes.
Definition at line 1758 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protectedvirtual |
Reimplemented in Post_Processing_Hydrodynamic_Forces_Stokes.
Definition at line 1673 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protectedvirtual |
Reimplemented in Post_Processing_Hydrodynamic_Forces_Stokes.
Definition at line 1686 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protectedvirtual |
Reimplemented in Post_Processing_Hydrodynamic_Forces_Stokes.
Definition at line 1660 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 255 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Interpolation trilineaire d'un champs "valeurs_champs" aux coordonnees coord a partir des 8 elements (4 en 2D) voisins les plus proches. Valeurs_chaamps contient typiquement le champ de presssion ou le champ de temperature. On utilise egalement cette fonction pour sauvegarder la liste des elments P1 ainsi que l'indiatrice des elements P2.
Definition at line 269 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 406 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 1189 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 985 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 711 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 501 of file Post_Processing_Hydrodynamic_Forces.cpp.
|
protected |
Definition at line 285 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 286 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 283 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 284 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 287 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 288 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 263 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 273 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 264 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 274 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 265 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 275 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 266 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 276 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 267 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 277 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 268 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 278 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 269 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 279 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 270 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 280 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 271 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 281 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 221 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 222 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 247 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 248 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 228 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 229 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 226 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 227 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 224 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 225 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 219 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 218 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 213 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 215 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 217 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 214 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 216 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 240 of file Post_Processing_Hydrodynamic_Forces.h.
|
mutableprotected |
Definition at line 238 of file Post_Processing_Hydrodynamic_Forces.h.
|
mutableprotected |
Definition at line 237 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 179 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 177 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 175 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 239 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 231 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 232 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 235 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 246 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 245 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 242 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 253 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 254 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 255 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 256 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 257 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 258 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 259 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 260 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 261 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 244 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 234 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 243 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 233 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 250 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 251 of file Post_Processing_Hydrodynamic_Forces.h.
|
protected |
Definition at line 249 of file Post_Processing_Hydrodynamic_Forces.h.