modelDuctStaticPressureSetpoint
Computes the duct static pressure setpoint
Extends from Modelica.Blocks.Interfaces.MISO (Multiple Input Single Output continuous control block).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nin (from MISO) | 1 | Number of inputs |
| Modelica.Units.SI.AbsolutePressure | pMin | 100 | Minimum duct static pressure setpoint |
| Modelica.Units.SI.AbsolutePressure | pMax | 410 | Maximum duct static pressure setpoint |
| Real | k | 0.1 | Gain of controller |
| Modelica.Units.SI.Time | Ti | 60 | Time constant of integrator block |
| Modelica.Units.SI.Time | Td | 60 | Time constant of derivative block |
| Modelica.Blocks.Types.SimpleController | controllerType | Modelica.Blocks.Types.SimpleController.PI | Type of controller |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput[nin] | u (from MISO) | Connector of Real input signals | |
| RealOutput | y (from MISO) | Connector of Real output signal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Controls.Continuous.LimPID | limPID |