RestartField

class RestartField(path=None, config=None, logfile=None, encoding='auto', loglevel='INFO')

Restart Reservoir Model.

Incorporate data and provide routines to work with restaart models.

Parameters:
  • path (str, optional) – Path to source model files.

  • config (dict, optional) – Components and attributes to load.

  • logfile (str, optional) – Path to log file.

  • encoding (str, optional) – Files encoding. Set ‘auto’ to infer encoding from initial file block. Sometimes it might help to specify block size, e.g. ‘auto:3000’ will read first 3000 bytes to infer encoding.

  • loglevel (str, optional) – Log level to be printed while loading. Default to ‘INFO’.

full_model()

Concatenate History Model and Restart Model.

Returns:

  • model (Field)

  • Concatenated model.

property grid

Grid component.

property restart_date

Show restart date.