Exploration Process

class opgee.processes.exploration.Exploration(name, **kwargs)

The Exploration class represents the exploration phase of an oil field project.

This class calculates the energy consumption and emissions associated with drilling, surveying, and transporting crude oil during the exploration phase.

run(analysis)

This method implements the behavior required of the Process subclass, when the Process is enabled. Subclasses of Process must implement this method.

Parameters:

analysis – (Analysis) the Analysis used to retrieve global settings

Returns:

None