flownet.realization._simulation_realization module
This module helps with the creation of single simulation model, which later can be simulated using OPM Flow or a commercial reservoir simulator
- class flownet.realization._simulation_realization.SimulationRealization(network: flownet.network_model._network_model.NetworkModel, schedule: flownet.realization._schedule.Schedule, simulation_input: Dict[str, str], pred_schedule_file: Optional[pathlib.Path] = None)
Bases:
object
Class which facilitates creating a valid Flow simulation case that can be run within the flownet framework.
- create_model(output_folder: pathlib.Path)
Function that creates a Flow simulation model
- Parameters
output_folder – Path where to store the simulation model files to disk
- Returns
Nothing