Data Structure: Read_plt_file |
|
Description |
Read data from a plot file |
Usage |
Read_plt_file NUM=ival where ival is the data structure number |
Description |
Overview The Read_plt_file data structure allows to read plot files from a previous simulation in order to make the results available for offline processing (e.g. output a spatial grid, output a new plot file with a spatial surface, etc).
Notes •The Read_plt_file data must be defined in the same place a Control_data structure would be defined relative to the target procesing/operation data structure (e.g. Spatial_surface must be defined before Read_plt_file whereas Spatial_grid_output must be defined after Read_plt_file)
|
File_name Plt file name |
Usage |
||||
|
||||
Description |
||||
Name of the plot file (.plt) to be read (including extension)
|
Output_file_name Name for new output file |
Usage |
||||
|
||||
Description |
||||
Defines a name for a new plot file to be output. This may be required if new data is expected to be output to a plot file (e.g. a spatial surface not present in the original simulation)
|