Table des matières

Namelist "Instantaneous_Fields_Listing"

This data set defines the instantaneous fields of the physical quantities that the user wants to record as results of simulation.
The recording rate is defined with the variable “Field_Recording_Rate” that belongs to the namelist “Simulation_Management”.
The files of instantaneous fields are written in binary format. They are named in the form res_xxxxxxx_yyyyy.d. 'yyyyy' is the subdomain number for simulations based on the MPI domain-decomposition approach, 'xxxxxxx' is the file number.
Don't forget to set the boolean data “End_of_Data_Block” at the end of the namelist. The value is “.false.” by default. A “.true.” value means the end of the data set when several namelists are used to define several records of instantaneous fields.


Full data set of the Namelist

  &Instantaneous_Fields_Listing  Name_of_Field = "U" , Recording_Enabled = .true.  /      !--- First velocity component

Name_of_Field

Recording_Enabled

End_of_Data_Block