modelVariableSpeedPumpStage
Test the model ChillerWSE.Examples.BaseClasses.VariableSpeedPumpStageControl
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model test the staging controller for variable-speed pumps. The staging controller is located in Buildings.Applications.BaseClasses.Controls.VariableSpeedPumpStage.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | 100 | Nominal mass flowrate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Applications.BaseClasses.Controls.VariableSpeedPumpStage | varSpePumSta | Staging controller for variable speed pumps | |
| Modelica.Blocks.Sources.Pulse | speSig | Speed signal | |
| Modelica.Blocks.Sources.Sine | masFlo | Mass flowrate | |
| Modelica.Blocks.Sources.BooleanConstant | on | Plant on signal |
Revisions
-
January 2, 2023, by Kathryn Hinkelman:
Added theoninput to the example model. -
August 25, 2017, by Yangyang Fu:
First implementation.