ReservoirWellInterface Process¶
- class opgee.processes.reservoir_well_interface.ReservoirWellInterface(name, **kwargs)¶
- get_bottomhole_press(input_stream)¶
Get the bottomhole pressure (BHP)
- Parameters:
input_stream – (Stream) a combined stream with all flows from Reservoir to Reservoir-Well Interface
:return:(pint.Quantity) bottomhole pressure (BHP) in units “psia”
- impute()¶
Called for Process instances upstream of Stream with exogenous input data, allowing those nodes to impute their own inputs from the output Stream.
- Returns:
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