1. Prepare the configuration#
1.1. Goal#
Review the configuration used for the tutorial and identify the settings that control the physical model, simulation, benchmark evaluation, and figures.
1.2. Configuration#
The tutorial uses results.toml. The maintained configuration is available in
the repository publication folder:
The most important groups of settings are:
flow: OPM Flow executable and simulator flags;grid,x, andz: grid representation and refinement;thicknessandmult_thickness: FluidFlower thickness model;temperature,pressure, anddiffusion: initial and fluid settings;sourcesandinj: injection locations and schedule;facie1throughfacie6: facies-dependent rock and saturation data;krw,krn, andcap: saturation-function expressions.
See Configuration reference for accepted values, units, array layouts, and validation rules.
1.3. Command#
No pofff command is required at this stage. If results.toml is not already
available locally, download it from the repository or copy it from the
publication directory.
1.4. How it works#
When the tutorial command starts, pofff validates the TOML input, creates the shared runtime configuration, generates the selected grid, assigns facies and benchmark regions, and renders the OPM Flow input files.
1.5. Result#
You should have a reviewed results.toml file and know which OPM Flow command
and computational resources it requests.
1.6. Next#
Continue with Run the simulation.