|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
#include <Postprocessing_IJK.h>
Public Types | |
| using | FieldInfo_t = Champs_compris_IJK_interface::FieldInfo_t |
| Public Types inherited from Postraitement_base | |
| enum | Format { ASCII , BINAIRE } |
| enum | Type_Champ { CHAMP =0 , STATISTIQUE =1 } |
| enum | Localisation { SOMMETS =0 , ELEMENTS =1 , FACES =2 } |
| enum | Type_Post { ERREUR =-1 , ENTIER =0 , REEL =1 , DOUBLE =2 } |
| Public Types inherited from Champs_compris_IJK_interface | |
| using | FieldInfo_t = std::tuple<Motcle, Entity, Nature_du_champ, bool> |
Public Member Functions | |
| void | set_param (Param ¶m) const override |
| void | lire_entete_bloc_interface (Entree &is) override |
| int | lire_champs_a_postraiter (Entree &is, bool expect_acco) override |
| void | register_one_field (const Motcle &fld_nam, const Motcle &loc) |
| void | register_interface_field (const Motcle &nom_champ, const Motcle &loc) override |
| void | init () override |
| void | completer () override |
| void | postraiter (int forcer) override |
| int | postraiter_champs () override |
| void | prepare_lata_and_stats () |
| int | write_extra_mesh () override |
| void | resetTime (double t, std::string dirname) override |
| void | associer_probleme (const Probleme_FTD_IJK_base &) |
| void | associer_domaines (Domaine_IJK &dom_ijk, Domaine_IJK &dom_ft) |
| void | init_integrated_and_ana (bool reprise) |
| void | fill_indic (bool reprise=0) |
| void | initialise_stats (Domaine_IJK &splitting, ArrOfDouble &vol_bulles, const double vol_bulle_monodisperse) |
| void | init_indicatrice_non_perturbe () |
| void | posttraiter_champs_instantanes (const char *lata_name, double time, int time_iteration) |
| void | posttraiter_statistiques_plans (double time) |
| void | ecrire_statistiques_bulles (int reset, const Nom &nom_cas, const double current_time) const |
| void | ecrire_statistiques_cisaillement (int reset, const Nom &nom_cas, const double current_time) const |
| void | ecrire_statistiques_mrf (int reset, const Nom &nom_cas, const double current_time) const |
| void | ecrire_statistiques_amont (int reset, const Nom &nom_cas, const double current_time) |
| void | ecrire_statistiques_fh (int reset, const Nom &nom_cas, const double current_time) const |
| void | update_stat_ft (const double dt) |
| void | update_gradU_lambda2 (const bool need_lambda2=false) |
| void | get_update_lambda2_and_rot_and_Q () |
| void | activate_cut_cell () |
| IJK_Field_double & | rebuilt_indic () |
| IJK_Field_vector3_double & | coords () |
| IJK_Field_double & | integrated_timescale () |
| bool | postraiter_sous_pas_de_temps () const |
| int | post_par_paires () const |
| double | t_debut_statistiques () const |
| int | sondes_demande () |
| bool | is_post_required (const Motcle &nom) const |
| bool | has_champ (const Motcle &nom) const override |
| bool | has_champ_vectoriel (const Motcle &nom) const override |
| const IJK_Field_vector3_double & | get_IJK_field_vector (const Motcle &nom) override |
| const IJK_Field_double & | get_IJK_field (const Motcle &nom) override |
| void | get_noms_champs_postraitables (Noms &noms, Option opt=NONE) const |
| const int & | get_IJK_flag (const Nom &nom) const |
| IJK_Field_vector3_double & | get_grad_I_ns () |
| void | sauvegarder_post (const Nom &lata_name) |
| void | sauvegarder_post_maitre (const Nom &lata_name, SFichier &fichier) const |
| void | reprendre_post (Param ¶m) |
| void | fill_op_conv () |
| void | fill_surface_force (IJK_Field_vector3_double &the_field_you_know) |
| void | fill_surface_force_bis (const char *lata_name, double time, int time_iteration) |
| IJK_Field_vector3_double | get_rho_Ssigma () |
| void | calculer_gradient_indicatrice (const IJK_Field_double &indic) |
| void | improved_initial_pressure_guess (bool imp) |
| void | posttraiter_tous_champs_thermique (Motcles &liste, const int idx) const |
| void | posttraiter_tous_champs_energie (Motcles &liste, const int idx) const |
| void | posttraiter_tous_champs_thermal (Motcles &liste, const int idx) const |
| Motcles | get_liste_post_instantanes () const |
| void | alloc_fields () |
| void | alloc_velocity_and_co () |
| void | compute_extended_pressures () |
| bool | is_stats_bulles_activated () const |
| bool | is_stats_plans_activated () const |
| bool | is_stats_cisaillement_activated () const |
| bool | is_stats_mrf_activated () const |
| bool | is_stats_amont_activated () const |
| bool | is_stats_fh_activated () const |
| double | get_max_timestep_for_post (double current_time) const |
| Compute the max possible timestep to use during the next iteration in order to not skip a time interval for postpro. | |
| Public Member Functions inherited from Postraitement_ft_lata | |
| void | set_param (Param ¶m) const override |
| void | postprocess_field_values () override |
| Public Member Functions inherited from Postraitement_FTD_base | |
| int | lire_motcle_non_standard (const Motcle &, Entree &) override |
| Reads non-simple-type parameters of an Objet_U from an input stream. | |
| int | write_extra_mesh () override |
| Override. Add the interfaces to the file output. | |
| void | postprocess_field_values () override |
| Public Member Functions inherited from Postraitement | |
| void | associer_nom_et_pb_base (const Nom &, const Probleme_base &) override |
| void | postraiter (int forcer) override |
| void | mettre_a_jour (double temps) override |
| void | finir () override |
| Finalise le postraitement Ferme le fichier associe. | |
| std::vector< YAML_data > | data_a_sauvegarder () const override |
| for PDI IO: retrieve name, type and dimensions of the fields to save/restore | |
| int | sauvegarder (Sortie &os) const override |
| Saves an Objet_U to an output stream. Virtual method to override. | |
| int | reprendre (Entree &is) override |
| Restores an Objet_U from an input stream. Virtual method to override. | |
| void | completer () override |
| void | completer_sondes () override |
| void | init () override |
| Initializes the post-processing. | |
| void | resetTime (double t, const std::string dirname) override |
| void | modify_cgns_basenames_and_reinit (const int, const int) |
| Postraitement () | |
| Default constructor. | |
| const Sondes & | les_sondes () const |
| Sondes & | les_sondes () |
| Probleme_base & | probleme () |
| const Probleme_base & | probleme () const |
| int | postraiter_sondes () |
| Effectue le postraitement lie au sondes de facon imperative. | |
| int | traiter_sondes () |
| Mets a jour (en temps) le sondes. | |
| int | traiter_champs () |
| Effectue le postraitement des Champs si cela est necessaire. | |
| int | lire_champs_stat_a_postraiter (Entree &, bool expect_acco) |
| int | lire_champs_operateurs (Entree &is) |
| Lit les champs a postraiter sur un flot d'entree. | |
| void | complete_champ (Champ_Generique_base &champ, const Motcle &motlu) |
| int | postraiter_tableaux () |
| int | traiter_tableaux () |
| int | lire_tableaux_a_postraiter (Entree &) |
| int | lpost (double, double) const |
| int | lpost_champ (double) const |
| int | lpost_stat (double) const |
| int | ind_post (int nb_pas_dt) const |
| int | nb_pas_dt_post () const |
| double | dt_post () const |
| const Nom & | format () const |
| Nom | nom_fich () const |
| int & | est_le_premier_postraitement_pour_nom_fich () |
| int & | est_le_dernier_postraitement_pour_nom_fich () |
| Operateurs_Statistique_tps & | les_statistiques () |
| int | sondes_demande () |
| int | champs_demande () |
| int | stat_demande () const |
| int | stat_demande_definition_champs () const |
| int | tableaux_demande () |
| bool | besoin_postraiter_champs () |
| LIST (Nom) &noms_champs_a_post() | |
| const Liste_Champ_Generique & | champs_post_complet () const |
| int | postraiter (const Domaine &dom, const Noms &unites, const Noms &noms_compo, const int ncomp, const double temps, Nom nom_post, const Nom &localisation, const Nom &nature, const DoubleTab &valeurs, int tenseur) |
| int | postraiter_tableau (const Domaine &dom, const Noms &unites, const Noms &noms_compo, const int ncomp, const double temps, Nom nom_post, const Nom &localisation, const Nom &nature, const DoubleTab &valeurs) |
| int | postraiter_tenseur (const Domaine &dom, const Noms &unites, const Noms &noms_compo, const int ncomp, const double temps, Nom nom_post, const Nom &localisation, const Nom &nature, const DoubleTab &valeurs) |
| virtual const Champ_Generique_base & | get_champ_post (const Motcle &nom) const |
| virtual bool | has_champ_post (const Motcle &nom) const |
| Nom | set_expression_champ (const Motcle &motlu1, const Motcle &motlu2, const Motcle &motlu3, const Motcle &motlu4, const int trouve) |
| void | creer_champ_post (const Motcle &motlu1, const Motcle &motlu2, Entree &s) |
| void | creer_champ_post_stat (const Motcle &motlu1, const Motcle &motlu2, const Motcle &motlu3, const Motcle &motlu4, const double t_deb, const double t_fin, Entree &s) |
| void | creer_champ_post_moreqn (const Motcle &type, const Motcle &option, const int num_eq, const int num_morceau, const int compo, Entree &s) |
| void | creer_champ_post_med (const Motcle &motlu1, const Motcle &motlu2, Entree &s) |
| int | comprend_champ_post (const Motcle &identifiant) const |
| void | verifie_nom_et_sources (const Champ_Generique_base &champ) |
| int | champ_fonc (Motcle &nom_champ, OBS_PTR(Champ_base)&mon_champ, OBS_PTR(Operateur_Statistique_tps_base)&operateur_statistique) const |
| int & | compteur_champ_stat () |
| Post-processing test taking into account the time evolution of the field. | |
| const double & | tstat_deb () const |
| const double & | tstat_fin () const |
| int | cherche_stat_dans_les_sources (const Champ_Gen_de_Champs_Gen &ch, Motcle nom) |
| On recherche les champs statistiques dans les sources du champ courant. | |
| const | OBS_PTR (Domaine) &domaine() |
| Public Member Functions inherited from Postraitement_base | |
| Postraitement_base () | |
| const Nom & | le_nom () const override |
| Returns the name of the Objet_U. Virtual method to override: returns "neant" in this implementation. | |
| int | sauvegarder (Sortie &os) const override |
| Saves an Objet_U to an output stream. Virtual method to override. | |
| int | reprendre (Entree &is) override |
| Restores an Objet_U from an input stream. Virtual method to override. | |
| 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 Entree & | readOn (Entree &) |
| Reads an Objet_U from an input 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 void | nommer (const Nom &) |
| Assigns a name to the Objet_U. 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 () |
| Public Member Functions inherited from Champs_compris_IJK_interface | |
| virtual | ~Champs_compris_IJK_interface () |
Static Public Member Functions | |
| static std::vector< FieldInfo_t > & | Get_champs_postraitables () |
| static void | Fill_postprocessable_fields (std::vector< FieldInfo_t > &chps) |
| Static Public Member Functions inherited from Postraitement | |
| static | LIST (Nom) &noms_fichiers_sondes() |
| static Nom | get_nom_localisation (const Entity &loc) |
| 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) |
Protected Types | |
| using | FieldIndex_t = std::pair<int, bool> |
Protected Member Functions | |
| void | compute_phase_pressures_based_on_poisson (const int phase) |
| VECT (Statistiques_dns_ijk_FT) groups_statistiques_FT_ | |
| OBS_PTR (Probleme_FTD_IJK_base) ref_ijk_ft_ | |
| OBS_PTR (IJK_Interfaces) interfaces_ | |
| OBS_PTR (IJK_Field_double) pressure_ | |
| OBS_PTR (IJK_Field_vector3_double) velocity_ | |
| OBS_PTR (IJK_Field_vector3_double) bk_tsi_ns_ | |
| OBS_PTR (IJK_Field_vector3_double) d_velocity_ | |
| OBS_PTR (Domaine_IJK) domaine_ijk_ | |
| OBS_PTR (Domaine_IJK) domaine_ft_ | |
| OBS_PTR (IJK_Thermals) thermals_ | |
| Protected Member Functions inherited from Postraitement_FTD_base | |
| int | ecrire_maillage_ft_disc () |
| Write the Maillage_FT_Disc object into a LATA file in V2 format. | |
| int | filter_out_virtual_fa7 (IntTab &new_fa7) |
| Build a reduced version of the facettes array, excluding virtual ones Also update the internal renumbering array for later usage when writing out field values. | |
| void | filter_out_array (const DoubleTab &dtab, DoubleTab &new_dtab) const |
| void | lire_champs_interface (Entree &) |
| lecture de la liste de champs aux interfaces a postraiter | |
| OBS_PTR (Transport_Interfaces_FT_Disc) refequation_interfaces | |
| Protected Member Functions inherited from Postraitement | |
| LIST (Nom) noms_champs_a_post_ | |
| LIST (OBS_PTR(IntVect)) tableaux_a_postraiter_ | |
| LIST (Nom) noms_tableaux_ | |
| OWN_PTR (Format_Post_base) format_post_ | |
| void | add_locs_required_if_not (const Motcle &) |
| OBS_PTR (Domaine) le_domaine_ | |
| OBS_PTR (Domaine_dis_base) domaine_dis_pour_faces_ | |
| Protected Member Functions inherited from Postraitement_base | |
| OBS_PTR (Probleme_base) mon_probleme | |
| 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). | |
Static Protected Attributes | |
| static std::vector< FieldInfo_t > | champs_postraitables_ = {} |
| list of fields that can be potentially postprocessed | |
Friends | |
| class | Statistiques_dns_ijk_FT |
Additional Inherited Members | |
| Static Public Attributes inherited from Postraitement_base | |
| static const char *const | demande_description = "DESCRIPTION" |
| 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 |
| Static Protected Member Functions inherited from Postraitement | |
| static | LIST (Nom) noms_fichiers_sondes_ |
Post-processing stuff of Probleme_FTD_IJK_base.
Definition at line 40 of file Postprocessing_IJK.h.
|
protected |
Handy type to register the reference of a field to be postprocessed:
Definition at line 160 of file Postprocessing_IJK.h.
Definition at line 48 of file Postprocessing_IJK.h.
|
inline |
Definition at line 85 of file Postprocessing_IJK.h.
| void Postprocessing_IJK::alloc_fields | ( | ) |
Definition at line 1976 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::alloc_velocity_and_co | ( | ) |
Definition at line 2121 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::associer_domaines | ( | Domaine_IJK & | dom_ijk, |
| Domaine_IJK & | dom_ft ) |
Definition at line 617 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::associer_probleme | ( | const Probleme_FTD_IJK_base & | ijk_ft | ) |
Definition at line 101 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::calculer_gradient_indicatrice | ( | const IJK_Field_double & | indic | ) |
Definition at line 1958 of file Postprocessing_IJK.cpp.
|
inlineoverridevirtual |
Implements Postraitement_base.
Definition at line 59 of file Postprocessing_IJK.h.
| void Postprocessing_IJK::compute_extended_pressures | ( | ) |
Definition at line 2471 of file Postprocessing_IJK.cpp.
|
protected |
|
inline |
Definition at line 88 of file Postprocessing_IJK.h.
| void Postprocessing_IJK::ecrire_statistiques_amont | ( | int | reset, |
| const Nom & | nom_cas, | ||
| const double | current_time ) |
Definition at line 1097 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::ecrire_statistiques_bulles | ( | int | reset, |
| const Nom & | nom_cas, | ||
| const double | current_time ) const |
Definition at line 910 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::ecrire_statistiques_cisaillement | ( | int | reset, |
| const Nom & | nom_cas, | ||
| const double | current_time ) const |
Definition at line 1026 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::ecrire_statistiques_fh | ( | int | reset, |
| const Nom & | nom_cas, | ||
| const double | current_time ) const |
Definition at line 1273 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::ecrire_statistiques_mrf | ( | int | reset, |
| const Nom & | nom_cas, | ||
| const double | current_time ) const |
Definition at line 1067 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::fill_indic | ( | bool | reprise = 0 | ) |
Definition at line 795 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::fill_op_conv | ( | ) |
Definition at line 1909 of file Postprocessing_IJK.cpp.
|
static |
Definition at line 1533 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::fill_surface_force | ( | IJK_Field_vector3_double & | the_field_you_know | ) |
Definition at line 1919 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::fill_surface_force_bis | ( | const char * | lata_name, |
| double | time, | ||
| int | time_iteration ) |
|
inlinestatic |
Definition at line 50 of file Postprocessing_IJK.h.
|
inline |
Definition at line 110 of file Postprocessing_IJK.h.
|
overridevirtual |
Retrieve requested field for postprocessing, potentially updating it.
Implements Champs_compris_IJK_interface.
Definition at line 1617 of file Postprocessing_IJK.cpp.
|
overridevirtual |
Implements Champs_compris_IJK_interface.
Definition at line 1788 of file Postprocessing_IJK.cpp.
| const int & Postprocessing_IJK::get_IJK_flag | ( | const Nom & | nom | ) | const |
Definition at line 1863 of file Postprocessing_IJK.cpp.
|
inline |
Definition at line 129 of file Postprocessing_IJK.h.
| double Postprocessing_IJK::get_max_timestep_for_post | ( | double | current_time | ) | const |
Compute the max possible timestep to use during the next iteration in order to not skip a time interval for postpro.
| current_time |
Definition at line 2765 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::get_noms_champs_postraitables | ( | Noms & | noms, |
| Option | opt = NONE ) const |
Definition at line 1591 of file Postprocessing_IJK.cpp.
| IJK_Field_vector3_double Postprocessing_IJK::get_rho_Ssigma | ( | ) |
| void Postprocessing_IJK::get_update_lambda2_and_rot_and_Q | ( | ) |
Definition at line 1484 of file Postprocessing_IJK.cpp.
|
overridevirtual |
Implements Champs_compris_IJK_interface.
Definition at line 1599 of file Postprocessing_IJK.cpp.
|
overridevirtual |
Implements Champs_compris_IJK_interface.
Definition at line 1607 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::improved_initial_pressure_guess | ( | bool | imp | ) |
Definition at line 2158 of file Postprocessing_IJK.cpp.
|
overridevirtual |
Initialise lata file and various other stuff
Reimplemented from Postraitement_base.
Definition at line 385 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::init_indicatrice_non_perturbe | ( | ) |
Definition at line 828 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::init_integrated_and_ana | ( | bool | reprise | ) |
Definition at line 624 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::initialise_stats | ( | Domaine_IJK & | splitting, |
| ArrOfDouble & | vol_bulles, | ||
| const double | vol_bulle_monodisperse ) |
Definition at line 807 of file Postprocessing_IJK.cpp.
|
inline |
Definition at line 89 of file Postprocessing_IJK.h.
| bool Postprocessing_IJK::is_post_required | ( | const Motcle & | nom | ) | const |
Was the field of name 'nom' requested for postprocessing?
Definition at line 1527 of file Postprocessing_IJK.cpp.
| bool Postprocessing_IJK::is_stats_amont_activated | ( | ) | const |
Definition at line 2214 of file Postprocessing_IJK.cpp.
| bool Postprocessing_IJK::is_stats_bulles_activated | ( | ) | const |
Definition at line 2193 of file Postprocessing_IJK.cpp.
| bool Postprocessing_IJK::is_stats_cisaillement_activated | ( | ) | const |
Definition at line 2204 of file Postprocessing_IJK.cpp.
| bool Postprocessing_IJK::is_stats_fh_activated | ( | ) | const |
Definition at line 2219 of file Postprocessing_IJK.cpp.
| bool Postprocessing_IJK::is_stats_mrf_activated | ( | ) | const |
Definition at line 2209 of file Postprocessing_IJK.cpp.
| bool Postprocessing_IJK::is_stats_plans_activated | ( | ) | const |
Definition at line 2199 of file Postprocessing_IJK.cpp.
|
overridevirtual |
Override to have a simpler logic than base class. We really want to retrieve names + location.
Reimplemented from Postraitement.
Definition at line 366 of file Postprocessing_IJK.cpp.
|
overridevirtual |
Reimplemented from Postraitement_FTD_base.
Definition at line 201 of file Postprocessing_IJK.cpp.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
inline |
Definition at line 92 of file Postprocessing_IJK.h.
|
overridevirtual |
Implements Postraitement_base.
Definition at line 431 of file Postprocessing_IJK.cpp.
|
overridevirtual |
Override from 'Postraitement' since the logic is simpler here
Reimplemented from Postraitement.
Definition at line 499 of file Postprocessing_IJK.cpp.
|
inline |
Definition at line 90 of file Postprocessing_IJK.h.
| void Postprocessing_IJK::posttraiter_champs_instantanes | ( | const char * | lata_name, |
| double | time, | ||
| int | time_iteration ) |
Definition at line 854 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::posttraiter_statistiques_plans | ( | double | time | ) |
Definition at line 860 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::posttraiter_tous_champs_energie | ( | Motcles & | liste, |
| const int | idx ) const |
Definition at line 2717 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::posttraiter_tous_champs_thermal | ( | Motcles & | liste, |
| const int | idx ) const |
| void Postprocessing_IJK::posttraiter_tous_champs_thermique | ( | Motcles & | liste, |
| const int | idx ) const |
Definition at line 2692 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::prepare_lata_and_stats | ( | ) |
Write the master lata file and prepare statistics and other stuff
Definition at line 407 of file Postprocessing_IJK.cpp.
|
inline |
Definition at line 87 of file Postprocessing_IJK.h.
|
overridevirtual |
Override. Called from base class.
Reimplemented from Postraitement_FTD_base.
Definition at line 335 of file Postprocessing_IJK.cpp.
Definition at line 234 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::reprendre_post | ( | Param & | param | ) |
Definition at line 1902 of file Postprocessing_IJK.cpp.
|
inlineoverridevirtual |
Implements Postraitement_base.
Definition at line 65 of file Postprocessing_IJK.h.
| void Postprocessing_IJK::sauvegarder_post | ( | const Nom & | lata_name | ) |
Definition at line 1870 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::sauvegarder_post_maitre | ( | const Nom & | lata_name, |
| SFichier & | fichier ) const |
Definition at line 1885 of file Postprocessing_IJK.cpp.
|
overridevirtual |
Implements Postraitement_base.
Definition at line 115 of file Postprocessing_IJK.cpp.
|
inline |
Definition at line 95 of file Postprocessing_IJK.h.
|
inline |
Definition at line 93 of file Postprocessing_IJK.h.
| void Postprocessing_IJK::update_gradU_lambda2 | ( | const bool | need_lambda2 = false | ) |
Definition at line 1472 of file Postprocessing_IJK.cpp.
| void Postprocessing_IJK::update_stat_ft | ( | const double | dt | ) |
Methode qui met a jour l'indicatrice, les termes de repulsion ainsi que les termes interfaciaux : ai, kappa*ai, n(aux cellules)
Par definition, mettre igroup a -1 pour inclure toutes les bulles Dans ce cas, la methode met a jour l'ev de l'indicatrice au lieu de celui de interfaces_.groups_indicatrice_n_ns()[igroup]
Attention: de nombreux tableaux sont modifies par cette methode en sortie. Ils peuvent etre des tableaux de travail. Si on veut qu'il soient correctent pour la suite, il faut faire l'appel avec les champs globaux (incluant tous les groupes a la fin). Sinon, les champs en ai, normale ou grad_I ne contiendront qu'un groupe.
Definition at line 1413 of file Postprocessing_IJK.cpp.
|
protected |
|
overridevirtual |
Override. Write the interface mesh if present, and the integer field 'COMPO_CONNEXE' on it.
Reimplemented from Postraitement.
Definition at line 462 of file Postprocessing_IJK.cpp.
|
friend |
Definition at line 44 of file Postprocessing_IJK.h.
|
protected |
Definition at line 266 of file Postprocessing_IJK.h.
|
protected |
Definition at line 294 of file Postprocessing_IJK.h.
|
protected |
Definition at line 295 of file Postprocessing_IJK.h.
|
protected |
Definition at line 296 of file Postprocessing_IJK.h.
|
protected |
Definition at line 299 of file Postprocessing_IJK.h.
|
protected |
Definition at line 298 of file Postprocessing_IJK.h.
|
protected |
Definition at line 301 of file Postprocessing_IJK.h.
|
protected |
Definition at line 300 of file Postprocessing_IJK.h.
|
protected |
Definition at line 303 of file Postprocessing_IJK.h.
|
protected |
Definition at line 302 of file Postprocessing_IJK.h.
|
protected |
Definition at line 305 of file Postprocessing_IJK.h.
|
protected |
Definition at line 304 of file Postprocessing_IJK.h.
|
protected |
Definition at line 293 of file Postprocessing_IJK.h.
|
protected |
Definition at line 308 of file Postprocessing_IJK.h.
|
protected |
Definition at line 318 of file Postprocessing_IJK.h.
|
protected |
Definition at line 314 of file Postprocessing_IJK.h.
|
protected |
Definition at line 316 of file Postprocessing_IJK.h.
|
protected |
Definition at line 246 of file Postprocessing_IJK.h.
|
protected |
Definition at line 319 of file Postprocessing_IJK.h.
|
protected |
Definition at line 247 of file Postprocessing_IJK.h.
|
protected |
Definition at line 317 of file Postprocessing_IJK.h.
|
protected |
Definition at line 313 of file Postprocessing_IJK.h.
|
protected |
the actual fields registered and managed by the post-processing part (=all the extra fields, not the main unknowns)
Definition at line 172 of file Postprocessing_IJK.h.
|
staticprotected |
list of fields that can be potentially postprocessed
Definition at line 32 of file Postprocessing_IJK.h.
|
protected |
Definition at line 214 of file Postprocessing_IJK.h.
|
protected |
Definition at line 203 of file Postprocessing_IJK.h.
|
protected |
Definition at line 242 of file Postprocessing_IJK.h.
|
protected |
Definition at line 346 of file Postprocessing_IJK.h.
|
protected |
Definition at line 249 of file Postprocessing_IJK.h.
|
protected |
Definition at line 272 of file Postprocessing_IJK.h.
|
protected |
Definition at line 312 of file Postprocessing_IJK.h.
|
protected |
Definition at line 275 of file Postprocessing_IJK.h.
|
protected |
Definition at line 312 of file Postprocessing_IJK.h.
|
protected |
Definition at line 273 of file Postprocessing_IJK.h.
|
protected |
Definition at line 276 of file Postprocessing_IJK.h.
|
protected |
Definition at line 274 of file Postprocessing_IJK.h.
|
protected |
Definition at line 312 of file Postprocessing_IJK.h.
|
protected |
Definition at line 277 of file Postprocessing_IJK.h.
|
protected |
Definition at line 244 of file Postprocessing_IJK.h.
|
protected |
Definition at line 250 of file Postprocessing_IJK.h.
|
protected |
Definition at line 211 of file Postprocessing_IJK.h.
| Noms Postprocessing_IJK::expression_grad2P_analytique_ |
Definition at line 150 of file Postprocessing_IJK.h.
| Noms Postprocessing_IJK::expression_grad2U_analytique_ |
Definition at line 152 of file Postprocessing_IJK.h.
| Noms Postprocessing_IJK::expression_grad2V_analytique_ |
Definition at line 153 of file Postprocessing_IJK.h.
| Noms Postprocessing_IJK::expression_grad2W_analytique_ |
Definition at line 154 of file Postprocessing_IJK.h.
| Noms Postprocessing_IJK::expression_gradP_analytique_ |
Definition at line 145 of file Postprocessing_IJK.h.
| Noms Postprocessing_IJK::expression_gradU_analytique_ |
Definition at line 146 of file Postprocessing_IJK.h.
| Noms Postprocessing_IJK::expression_gradV_analytique_ |
Definition at line 147 of file Postprocessing_IJK.h.
| Noms Postprocessing_IJK::expression_gradW_analytique_ |
Definition at line 148 of file Postprocessing_IJK.h.
|
protected |
Definition at line 210 of file Postprocessing_IJK.h.
|
protected |
Definition at line 209 of file Postprocessing_IJK.h.
|
protected |
Definition at line 261 of file Postprocessing_IJK.h.
|
protected |
Definition at line 259 of file Postprocessing_IJK.h.
|
protected |
Definition at line 257 of file Postprocessing_IJK.h.
|
protected |
Definition at line 262 of file Postprocessing_IJK.h.
|
protected |
Definition at line 260 of file Postprocessing_IJK.h.
|
protected |
Definition at line 238 of file Postprocessing_IJK.h.
|
protected |
Definition at line 237 of file Postprocessing_IJK.h.
|
protected |
Definition at line 239 of file Postprocessing_IJK.h.
|
protected |
Definition at line 236 of file Postprocessing_IJK.h.
|
protected |
Index in 'champs_postraitables_' of each of the requested field for post-processing:
Definition at line 168 of file Postprocessing_IJK.h.
|
protected |
Definition at line 341 of file Postprocessing_IJK.h.
|
protected |
Definition at line 253 of file Postprocessing_IJK.h.
|
protected |
Definition at line 282 of file Postprocessing_IJK.h.
|
protected |
Definition at line 307 of file Postprocessing_IJK.h.
|
protected |
Definition at line 231 of file Postprocessing_IJK.h.
|
protected |
Definition at line 230 of file Postprocessing_IJK.h.
|
protected |
Definition at line 232 of file Postprocessing_IJK.h.
|
protected |
Definition at line 229 of file Postprocessing_IJK.h.
|
protected |
Definition at line 264 of file Postprocessing_IJK.h.
|
protected |
Definition at line 267 of file Postprocessing_IJK.h.
|
protected |
Definition at line 170 of file Postprocessing_IJK.h.
|
protected |
Definition at line 201 of file Postprocessing_IJK.h.
|
protected |
Definition at line 188 of file Postprocessing_IJK.h.
|
protected |
Definition at line 184 of file Postprocessing_IJK.h.
|
protected |
Definition at line 186 of file Postprocessing_IJK.h.
|
protected |
Definition at line 189 of file Postprocessing_IJK.h.
|
protected |
Definition at line 187 of file Postprocessing_IJK.h.
|
protected |
Definition at line 185 of file Postprocessing_IJK.h.
|
protected |
Definition at line 183 of file Postprocessing_IJK.h.
|
protected |
Definition at line 265 of file Postprocessing_IJK.h.
|
protected |
Definition at line 268 of file Postprocessing_IJK.h.
|
protected |
Definition at line 245 of file Postprocessing_IJK.h.
|
protected |
Definition at line 343 of file Postprocessing_IJK.h.
|
protected |
Definition at line 206 of file Postprocessing_IJK.h.
|
protected |
Definition at line 204 of file Postprocessing_IJK.h.
|
protected |
Definition at line 258 of file Postprocessing_IJK.h.
|
protected |
Definition at line 256 of file Postprocessing_IJK.h.
|
protected |
Definition at line 335 of file Postprocessing_IJK.h.
|
protected |
Definition at line 234 of file Postprocessing_IJK.h.
|
protected |
Definition at line 175 of file Postprocessing_IJK.h.
|
protected |
Definition at line 322 of file Postprocessing_IJK.h.
|
protected |
Definition at line 333 of file Postprocessing_IJK.h.
|
protected |
Definition at line 334 of file Postprocessing_IJK.h.
|
protected |
Definition at line 309 of file Postprocessing_IJK.h.
|
protected |
Definition at line 310 of file Postprocessing_IJK.h.
|
protected |
Definition at line 179 of file Postprocessing_IJK.h.
|
protected |
Definition at line 225 of file Postprocessing_IJK.h.
|
protected |
Definition at line 192 of file Postprocessing_IJK.h.
|
protected |
Definition at line 198 of file Postprocessing_IJK.h.
|
protected |
Definition at line 194 of file Postprocessing_IJK.h.
|
protected |
Definition at line 196 of file Postprocessing_IJK.h.
|
protected |
Definition at line 199 of file Postprocessing_IJK.h.
|
protected |
Definition at line 197 of file Postprocessing_IJK.h.
|
protected |
Definition at line 195 of file Postprocessing_IJK.h.
|
protected |
Definition at line 193 of file Postprocessing_IJK.h.
|
protected |
Definition at line 176 of file Postprocessing_IJK.h.
|
protected |
Definition at line 243 of file Postprocessing_IJK.h.