This is a model for a parallel arrangement of nPum
pumps
with optional check valves (depending on the value of the parameter
have_valChe
).
Note that the inlet and outlet manifolds are not included in this model. The manifolds may be modeled with Buildings.Templates.Components.Routing.MultipleToMultiple. This allows representing both headered and dedicated arrangements.
By default, variable speed pumps are modeled.
Constant speed pumps can be modeled by setting the parameter
have_var
to false
.
The following input and output points are available.
y1
:
DO signal dedicated to each unit, with a dimensionality of one
y
for variable speed pumps only:
have_varCom
: AO signal common to all units,
with a dimensionality of zero
not have_varCom
: AO signal dedicated to each unit,
with a dimensionality of one
y1_actual
:
DI signal dedicated to each unit, with a dimensionality of one
The design parameters and the pump characteristics are specified with an instance of Buildings.Templates.Components.Data.PumpMultiple. The documentation of this record class provides further details on how to properly parameterize the model.