SourGasInjection Process¶
- class opgee.processes.sour_gas_injection.SourGasInjection(name, attr_dict=None, parent=None, desc=None, cycle_start=False, impute_start=False, boundary=None)¶
- 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