Outils pour utilisateurs

Outils du site


sunfluidh:simulation_management_setup_namelist

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
Prochaine révisionLes deux révisions suivantes
sunfluidh:simulation_management_setup_namelist [2019/10/31 18:01] yannsunfluidh:simulation_management_setup_namelist [2019/11/13 14:10] yann
Ligne 80: Ligne 80:
    * Type : Real value. This variable can be omitted when the time step is constant.    * Type : Real value. This variable can be omitted when the time step is constant.
    * Minimum value of the CFL parameter (can be omitted, in this case **CFL_Max** will define the CFL value).    * Minimum value of the CFL parameter (can be omitted, in this case **CFL_Max** will define the CFL value).
-** CFL_max**+**CFL_max**
    * Type : Real value    * Type : Real value
    * Maximum value of the CFL parameter. This variable set the value of the CFL parameter when it is constant (in this case, **CFL_Min** is useless).    * Maximum value of the CFL parameter. This variable set the value of the CFL parameter when it is constant (in this case, **CFL_Min** is useless).
Ligne 88: Ligne 88:
  
 <note> <note>
-   For a dynamic computation of the time step from a CFL condition, you can only set the variable **CFL_Max** if you want a constant CFL value and **CFL_Min can be omitted. +For a dynamic computation of the time step from a CFL condition, you can only set the variable **CFL_Max** if you want a constant CFL value and **CFL_Min** can be omitted.\\ 
-   * In any way, the maximum value the time step can reached is limited by the value of **Timestep_max** (useful when the initial condition is defined from a zero velocity field for which the timestep cannot be computed from the CFL condition).+In any way, the maximum value the time step can reached is limited by the value of **Timestep_max** (useful when the initial condition is defined from a zero velocity field for which the time step cannot be computed from the CFL condition).
 </note> </note>
  
Ligne 109: Ligne 109:
    * Type : Real value    * Type : Real value
    * This variable defines the recording rate, __in time units__ , of instantaneous fields (for instance, when "Field_Recording_Rate=1.5" an instantaneous field file is created as soon as the time value is a multiple of 1.5).\\ Instantaneous field files are named res_xxxxxxx_yyyyy.d ('yyyyy' is the subdomain number for simulations based on the MPI domain-decomposition approach, 'xxxxxxx' is the file number). The intantaneous fields of the physical quantities are defined with the namelist "Instantaneous_Fields_Listing".    * This variable defines the recording rate, __in time units__ , of instantaneous fields (for instance, when "Field_Recording_Rate=1.5" an instantaneous field file is created as soon as the time value is a multiple of 1.5).\\ Instantaneous field files are named res_xxxxxxx_yyyyy.d ('yyyyy' is the subdomain number for simulations based on the MPI domain-decomposition approach, 'xxxxxxx' is the file number). The intantaneous fields of the physical quantities are defined with the namelist "Instantaneous_Fields_Listing".
 +
 +**InstantaneousFields_RecordingStartTime**
 +   * Type : Real value
 +   * This variable sets the threshold from which the record of instantaneous fields begins. It must be used along with the next variable "InstantaneousFields_TimeRecordingRate".
 +**InstantaneousFields_TimeRecordingRate**
 +   * Type : Real value
 +   * This variable defines the recording rate, __in time units__ , of instantaneous fields. For instance, when "InstantaneousFields_TimeRecordingRate=1.5" a file is created at every 1.5 time units from the start time provided by the variable "InstantaneousFields_RecordingStartTime".\\ Instantaneous field files are named res_xxxxxxx_yyyyy.d ('yyyyy' is the subdomain number for simulations based on the MPI domain-decomposition approach, 'xxxxxxx' is the ID number of the file). The intantaneous fields of the physical quantities are defined with the namelist "Instantaneous_Fields_Listing".
 +
  
 ==== - For statistics files : ==== ==== - For statistics files : ====
sunfluidh/simulation_management_setup_namelist.txt · Dernière modification : 2022/01/10 10:34 de yann

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki