OUTPUT¶
This input block selects the type of output, which variables to output, how frequently, and in which format. See the following example:
OUTPUT
MASS_BALANCE_FILE
PERIODIC TIMESTEP 1
END
ECLIPSE_FILE
PERIOD_RST TIME 200 d
END
LINEREPT
SOLUTION_MONITOR
END
The instructions above require to output an ASCII mass file report (rates, total, fluid in place, etc.) at every time step, and to save the 3D solution every 200 days in a unified Eclipse file format. This is a standard Reservoir Engineering format which is accepted by many post-processors such as ResInSight.
For more information about the mass and Eclipse output files, consult the following pages:
- Other instructions that may be specified in the OUTPUT block are:
LINEREPT. When present prints out a standard reservoir Engineering console log.
TIME_UNITS. It takes one argument that specifies the time units printed in the output file (.out) and mass file. Example: “TIME_UNITS d”
SOLUTION_MONITOR. When present prints out detailed information about the slowest converging cells to the .out file. Advanced users/debugging only. See the corresponding page for more information if necessary.
- For advanced PFLOTRAN users, other output formats are also possible:
SNAPSHOT_FILE (for ParaView)
OBSERVATION_FILE (ASCII fromat)