5.1.5.3. gemini_model.reservoir.reservoir_pressure_estimation
Reservoir pressure estimation from slope plot.
Estimates reservoir pressure via linear regression on p/Q vs 1/Q derived from flow and bottomhole pressure measurements. Reference: Akin (2019), Geothermal re-injection performance evaluation using surveillance analysis methods. Renewable Energy. https://doi.org/10.1016/j.renene.2019.03.103
Classes
Estimate reservoir pressure from p/Q vs 1/Q regression. |
- class gemini_model.reservoir.reservoir_pressure_estimation.reservoir_pressure[source]
Bases:
ModelEstimate reservoir pressure from p/Q vs 1/Q regression.
Model initialization.
- calculate_output(u, x)[source]
Estimate reservoir pressure from arrays of flow and bottomhole pressure.
Uses linear regression.