
blockQ_flow_control
Information
General
This controller is used to set the differential pressure according to a measurement signal using a PI-control function. It can be used by a supply unit to determine the pressure rise needed to keep the measurement signal dp at its reference value dp_setpoint.
Parameters
| Type | Name | Default | Description |
| Modelica.SIunits.HeatFlowRate | Q_flow_nominal | | Nominal heat flow rate |
| Modelica.SIunits.MassFlowRate | m_flow_nominal | | Nominal mass flow rate |
| Boolean | limit_m_flow | | Use input to limit m_flow |
| Boolean | normalize_y | false | Use m_flow_nominal to normalize output to [0,1] |
| Real | k | if Q_flow_nominal < Modelica.Constants.small then 1 else 0.5*m_flow_nominal/Q_flow_nominal | Gain of controller |
| Modelica.SIunits.Time | Ti | 120 | Time constant of Integrator block |
Revisions
- Feburary 27, 2019, by Benedikt Leitner:
Implementation and added User's guide.