CO2InjectionWell Process¶
- class opgee.processes.CO2_injection_well.CO2InjectionWell(name, **kwargs)¶
This process models a injection well used for injecting CO2 into the reservoir.
- input streams:
gas for CO2 injection well: gas stream with CO2 for injection
- output streams:
gas for reservoir: gas stream with CO2 injected into reservoir
- 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