modelStagingHeadered
Validation model for staging of headered pumps
Information
This model validates Buildings.Templates.Plants.Controls.Pumps.Generic.StagingHeadered with three plant equipment and three pumps and for the following configurations.
-
Dedicated primary pumps (component
staPumPriDed): the number of pumps commanded on matches the number of operating equipment with a one-to-one relationship. -
Headered primary pumps without ∆p control (component
staPumPriNoDp): the number of pumps commanded on matches the number of operating equipment without a one-to-one relationship. -
Headered primary pumps with ∆p control (component
staPumPriDp): the number of pumps commanded on does not match the number of operating equipment but is rather related to the fractional flow rate. The simulation also exhibits the lead/lag rotation of the primary pumps. -
Headered secondary pumps with ∆p control (component
staPumSecDp): the number of pumps commanded on does not match the number of operating equipment but is rather related to the fractional flow rate. All pumps are disabled when the plant is disabled.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nEqu | 3 | Number of plant equipment |
| Integer | nPum | nEqu | Number of pumps that operate at design conditions |
| Real | V_flow_nominal | 0.1 | Design flow rate |
Components
Revisions
-
June 10, 2026, by Antoine Gautier:
Updated with multiple instances ofStatusEmulator.
This is for #4624. -
July 10, 2024, by Antoine Gautier:
Updated the model withStatusEmulator. -
March 29, 2024, by Antoine Gautier:
First implementation.