5.4.2.3.1. gemini_interface.blueprint.app_esp.routes
ESP Application Routes.
This module handles ESP (Electric Submersible Pump) analysis and monitoring functionality including pump head curve calculations and ESP performance analysis.
Functions
Calculate pump head curves for ESP analysis. |
|
Calibrate ESP correction factors. |
|
Get list of ESP units in the loaded plant. |
|
Get parameters for the selected ESP unit. |
|
Get results from the ESP calibration factor task. |
|
Get results from the failure prediction task. |
|
Get results from the pump curve calculation task. |
|
Load a plant into the ESP application instance. |
|
Predict ESP failures using ML model. |
|
Update ESP correction factors in the project parameters. |
- gemini_interface.blueprint.app_esp.routes.calculate_pump_curve()[source]
Calculate pump head curves for ESP analysis.
- gemini_interface.blueprint.app_esp.routes.calibrate_esp_factor()[source]
Calibrate ESP correction factors.
- gemini_interface.blueprint.app_esp.routes.get_esp_list()[source]
Get list of ESP units in the loaded plant.
- gemini_interface.blueprint.app_esp.routes.get_esp_parameters()[source]
Get parameters for the selected ESP unit.
- gemini_interface.blueprint.app_esp.routes.get_results_calibration_factor()[source]
Get results from the ESP calibration factor task.
- gemini_interface.blueprint.app_esp.routes.get_results_failure_prediction()[source]
Get results from the failure prediction task.
- gemini_interface.blueprint.app_esp.routes.get_results_pump_curve()[source]
Get results from the pump curve calculation task.
- gemini_interface.blueprint.app_esp.routes.load_plant()[source]
Load a plant into the ESP application instance.