This record provides the set of sizing and operating parameters for the multiple-pump model Buildings.Templates.Components.Pumps.Multiple.
A default flow characteristic is provided, which goes through the design operating point and spans over 0 and twice the design flow rate at maximum speed. This default characteristic is based on a least squares polynomial fit of the characteristics from Buildings.Fluid.Movers.Data.Pumps.Wilo. The user may refer to the documentation of Buildings.Fluid.HydronicConfigurations.UsersGuide.ModelParameters for further details. Note that a default medium density is used to parameterize the pump characteristic. So models that use this record should overwrite this default value with the density of the medium in use, especially in the case of a water/glycol mix.
In order to modify the default characteristic, one may use either of the following methods.
per
or
only its component per.pressure
.
In this case the elements per[i]
may differ one from another.
This is the recommended approach for unequally sized units
such as dedicated pumps.per
.
In this case the elements per[i]
are all equal to the redeclared
record instance.
This is the recommended approach for equally sized units
such as headered pumps.Those various use cases are illustrated in Buildings.Templates.Components.Validation.PumpMultipleRecord.