5.2.5.5.2. gemini_framework.modules.esp.calculate_theoretical_outlet_pressure

Calculate theoretical ESP outlet pressure by adding theoretical head to inlet.

Classes

CalculateTheoreticalOutletPressure(unit)

Add theoretical pump head to measured inlet to estimate outlet pressure.

class gemini_framework.modules.esp.calculate_theoretical_outlet_pressure.CalculateTheoreticalOutletPressure(unit)[source]

Bases: UnitModuleAbstract

Add theoretical pump head to measured inlet to estimate outlet pressure.

Initialize theoretical outlet pressure calculation module.

Link module inputs and outputs.

step(loop)[source]

Execute module step calculation.

update_model_parameter(timestamp)[source]

Update model parameters for given timestamp.