Post-Processing Results: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Binary Files == SAS4A/SASSYS-1 generates and uses a number of binary files containing a wealth of information about the simulation. The number and types of files generated de…") |
No edit summary |
||
Line 3: | Line 3: | ||
SAS4A/SASSYS-1 generates and uses a number of binary files containing a wealth of information about the simulation. The number and types of files generated depends on user input. | SAS4A/SASSYS-1 generates and uses a number of binary files containing a wealth of information about the simulation. The number and types of files generated depends on user input. | ||
;RESTART File (fort.17) — ''output'' : The RESTART file contains all of the data needed to continue a calculation from where it left off. RESTART files are saved at the end of steady-state initialization and after every NSTEP time steps. If NSTEP is zero, no restart files are saved. | ;RESTART File (fort.17) — ''output'' : The RESTART file contains all of the data needed to continue a calculation from where it left off. RESTART files are saved at the end of steady-state initialization and after every NSTEP main time steps. If NSTEP is zero, no restart files are saved. | ||
;RESTART File (fort.18) — ''input'' : An ''input'' RESTART file must be provided if a simulation is being restarted from a previously saved state. In this case, the saved RESTART file must be renamed from <tt>fort.17</tt> to <tt>fort.18</tt> and an appropriate restart input file must be provided on standard input. | ;RESTART File (fort.18) — ''input'' : An ''input'' RESTART file must be provided if a simulation is being restarted from a previously saved state. In this case, the saved RESTART file must be renamed from <tt>fort.17</tt> to <tt>fort.18</tt> and an appropriate restart input file must be provided on standard input. |
Revision as of 14:38, September 8, 2011
Binary Files
SAS4A/SASSYS-1 generates and uses a number of binary files containing a wealth of information about the simulation. The number and types of files generated depends on user input.
- RESTART File (fort.17) — output
- The RESTART file contains all of the data needed to continue a calculation from where it left off. RESTART files are saved at the end of steady-state initialization and after every NSTEP main time steps. If NSTEP is zero, no restart files are saved.
- RESTART File (fort.18) — input
- An input RESTART file must be provided if a simulation is being restarted from a previously saved state. In this case, the saved RESTART file must be renamed from fort.17 to fort.18 and an appropriate restart input file must be provided on standard input.