Outils pour utilisateurs

Outils du site


sunfluidh:sunfluidh_output

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
sunfluidh:sunfluidh_output [2020/09/18 15:05] – [Type of files] witkosunfluidh:sunfluidh_output [2023/03/13 11:32] (Version actuelle) yann
Ligne 15: Ligne 15:
 <note tips> <note tips>
 The file formats are ASCII or BINARY.\\ The file formats are ASCII or BINARY.\\
-The binary files related to the instantaneous and statistical fields can be converted to an appropriate format for data visualization (with the softwares Tecplot or Paraview) by using the in-house software __[[ visfield_doc |VISFIELD ]]__.  \\ It is also possible to upload the data in [[sunfluidh:sunfluidh_matlab| Matlab]] or Python see __[[ visfield_doc |Python ]]__+The binary files related to the instantaneous and statistical fields can be converted to an appropriate format for data visualization (with the softwares Tecplot or Paraview) by using the in-house software __[[ visfield_doc |VISFIELD ]]__.  \\ It is also possible to upload the data in [[sunfluidh:sunfluidh_matlab| Matlab]] or [[https://perso.limsi.fr/witko/teaching/MU5MEF32/TutoReadingSunfluidhFileswithPython.html|Python]]. 
 </note> </note>
 ---- ----
Ligne 21: Ligne 21:
 ---- ----
 The name of file is defined following the template : "N_ins_yyyyy.d" The name of file is defined following the template : "N_ins_yyyyy.d"
-     * "yyyyy" is the number of the subdomain where the probes are located (relevant for MPI computing).+     * "yyyyy" is the subdomain ID where the probes are located (relevant for MPI computing).
      * N is the physical quantity related to the time series recorded in the file. N= u,v,w,t,p,r for the three velocity components, the temperature, the pressure or the density, respectively.      * N is the physical quantity related to the time series recorded in the file. N= u,v,w,t,p,r for the three velocity components, the temperature, the pressure or the density, respectively.
 <note info> <note info>
-These files are written in ASCII format and data are ordered in colums.  +   These files are written in ASCII format and data are ordered in columns.  
-The first column is the time and the others are the time series of a specific quantity. Other columns are linked with probe locations.+   * The first column is the time and the others are the time series of the physical quantity specified in the file name. Other columns are linked with probe locations
 +   * The velocity components are interpolated at the center of cells.
 </note> </note>
 The data setting is defined in the file "input3d.dat" by means of the namelists:    The data setting is defined in the file "input3d.dat" by means of the namelists:   
Ligne 36: Ligne 37:
 ---- ----
 The name of file is defined following the template : "res_yyyyy_xxxxxxx.d" The name of file is defined following the template : "res_yyyyy_xxxxxxx.d"
-     * "yyyyy" is the number of the subdomain where the fields are present (relevant for MPI computing). +     * "yyyyy" is the subdomain ID for which the fields are recorded (relevant for MPI computing). 
-     * "xxxxxxx" is the file number (the rank) used for the time classification in regard to the recording rate.+     * "xxxxxxx" is the time ID used for the time classification in regard to the recording rate.
 <note info> <note info>
-These files are written in binary format.\\ +   These files are written in binary format.\\ 
-Each recorded field includes the ghost-cells surrounding the computational domain (or subdomains for MPI computing).+   * Each recorded field includes the ghost-cells surrounding the computational domain (or subdomains for MPI computing).\\ 
 +   * Each file contains a cell-centered coordinate set \\ 
 +   * The velocity components are located at the center of the __cell-faces__ (the location used during the computation, see [[sunfluidh:sunfluidh_tools|"Overview of key points for using Sunfluidh"]]). \\
 </note> </note>
 The data setting is performed in the file "input3d.dat" with the namelists :   The data setting is performed in the file "input3d.dat" with the namelists :  
Ligne 51: Ligne 54:
 ---- ----
 The name of file is defined following the template : "slice_Id_Dir_yyyyy_xxxxxxx.d" The name of file is defined following the template : "slice_Id_Dir_yyyyy_xxxxxxx.d"
-     * "Id" is the ID number of the slice on which physical quantities are recorded+     * "Id" is the rank ID of the slice for which physical quantities are recorded
      * "Dir" defines the normal direction of the slice      * "Dir" defines the normal direction of the slice
-     * "yyyyy" is the number of the subdomain where the fields are present (relevant for MPI computing). +     * "yyyyy" is the subdomain ID for which the fields are recorded (relevant for MPI computing). 
-     * "xxxxxxx" is the file number (the rank) used for the time classification in regard to the recording rate.+     * "xxxxxxx" is the time ID used for the time classification in regard to the recording rate.
 <note info> <note info>
 These files are written in binary format.\\ These files are written in binary format.\\
Ligne 64: Ligne 67:
  
 <note info> <note info>
-When the variable "Slice_Gathering_Enabled= .true." in the namelist [[Field_Recording_Setup_Namelist_Setup|Field_Recording_Setup]], every "slice" data split over several MPI subdomains are gathered and recorded in the same file named "slice_Id_Dir_xxxxxxx.d"("yyyyy" is not considered).\\+   When the variable "Slice_Gathering_Enabled= .true." in the namelist [[Field_Recording_Setup_Namelist_Setup|Field_Recording_Setup]], every "slice" data split over several MPI subdomains are gathered and recorded in the same file named "slice_Id_Dir_xxxxxxx.d"("yyyyy" is not considered)
 +   * Each file contains a cell-centered coordinate set. \\ 
 +   * The velocity components are interpolated at the center of cells. Their position is directly given by the cell-centered coordinate set.
 </note> </note>
  
Ligne 72: Ligne 77:
 The name of file is defined following the template : "spav_slice_Dir_xxxxxxx.d" The name of file is defined following the template : "spav_slice_Dir_xxxxxxx.d"
      * "Dir" defines the direction along which the fields are averaged in space.      * "Dir" defines the direction along which the fields are averaged in space.
-     * "xxxxxxx" is the file number (the rank) used for the time classification in regard to the recording rate.+     * "xxxxxxx" is the time ID used for the time classification in regard to the recording rate.
 <note info> <note info>
-These files are written in binary format.\\+   These files are written in binary format. 
 +   * Each file contains a cell-centered coordinate set. 
 +   * The velocity components are interpolated at the center of cells. Their position is directly given by the cell-centered coordinate set.
 </note> </note>
 The data setting is performed in the file "input3d.dat" with the namelists :   The data setting is performed in the file "input3d.dat" with the namelists :  
Ligne 86: Ligne 93:
 ---- ----
 The name is defined following the template : "rst_yyyyy_xxxxxxx.d" \\ The name is defined following the template : "rst_yyyyy_xxxxxxx.d" \\
-    * "yyyyy" is the number of the subdomain where the fields are present (relevant for MPI computing). +   * "yyyyy" is the subdomain ID for which the fields are recorded (relevant for MPI computing). 
-     * "xxxxxxx" is the file number used for the time classification.+   * "xxxxxxx" is the time ID used for the time classification in regard to the recording rate.
 <note info> <note info>
-These files are written in binary format (double precision for the real values). +   These files are written in binary format (double precision for the real values). 
-Each recorded field includes the ghost-cells surrounding the computational domain (or subdomains for MPI computing).+   * Each recorded field includes the ghost-cells surrounding the computational domain (or subdomains for MPI computing)
 +   * Each file contains a cell-centered coordinate set. 
 +   * The velocity components are interpolated at the center of cells. Their position is directly given by the cell-centered coordinate set.
 </note> </note>
 <note important> The term "statistics" generally means the computation of time averages :$$ \overline{f(x_i,x_j,x_k,z)}= \frac{1}{T}\sum_{n=1}^{n=N_t} f(x_i,x_j,x_k,t_n) \Delta t$$ <note important> The term "statistics" generally means the computation of time averages :$$ \overline{f(x_i,x_j,x_k,z)}= \frac{1}{T}\sum_{n=1}^{n=N_t} f(x_i,x_j,x_k,t_n) \Delta t$$
Ligne 103: Ligne 112:
 ==== Backup files ==== ==== Backup files ====
 ---- ----
-Three types of files exits :+Three types of files exists for data used for a restart procedure :
      * The file "save_var_yyyyy_n.d" : This file contains some variables describing the state of the simulation at the backup time.      * The file "save_var_yyyyy_n.d" : This file contains some variables describing the state of the simulation at the backup time.
      * The file "save_fld_yyyyy_n.d" : This file contains all backup fields that are mandatory in order to perform a resuming of the simulation.      * The file "save_fld_yyyyy_n.d" : This file contains all backup fields that are mandatory in order to perform a resuming of the simulation.
Ligne 119: Ligne 128:
      * For the species mass fractions (only for multi-species flows) **[[ Species_Initialization_Namelist | Species_Initialization ]] **      * For the species mass fractions (only for multi-species flows) **[[ Species_Initialization_Namelist | Species_Initialization ]] **
      * For incompressible and immiscible bi-fluid flows : **[[ Two_fluids_Initialization_Namelist | Two_Fluids_Initialization ]]**      * For incompressible and immiscible bi-fluid flows : **[[ Two_fluids_Initialization_Namelist | Two_Fluids_Initialization ]]**
 +
 +It also exists two kinds of files for the backup of statistical quantities :
 +     * The files "save_stat_yyyyy_n.d" : They contain all backup fields that are mandatory in order to perform a resuming of the statistical quantities computation.
 +     * The files "save_tpst_yyyyy_n.d" : They contain some variables describing the state of the statistical computation at the backup time.
  
 ---- ----
sunfluidh/sunfluidh_output.1600434342.txt.gz · Dernière modification : 2020/09/18 15:05 de witko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki