PO.ESP.Stages.Actual.SI


Description

Returns exact (non-rounded) stage count for sensitivity analysis, [stages] (SI units).

Formula

=LAMBDA(TDH, head_per_stage, LET( TDH_ft, PO.UnitConverter(TDH, "m", "ft"), head_per_stage_ft, PO.UnitConverter(head_per_stage, "m", "ft"), PO.ESP.Stages.Actual(TDH_ft, head_per_stage_ft)))

Parameters

Parameter Unit Description
TDH m Total Dynamic Head required, [m]
head_per_stage m Head per stage at design rate, [m]

Examples

Invocation Expected
=PO.ESP.Stages.Actual.SI(1524, 3.048) 500

Need a custom LAMBDA? Suggest a New Lambda