modelPlant
Plant model
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
Plant model for Buildings.Controls.Continuous.Examples.LimPIDWithReset. consisting of a simple heat transfer model.
Implementation
To compare the effect of the controller output reset, the plant and control models have been implemented in separate blocks so they can be instantiated twice in the system model with the appropriate control settings.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | Q_flow | Heat flow rate added to system | |
| Modelica.Blocks.Interfaces.RealOutput | T | Controlled temperature |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Thermal.HeatTransfer.Components.HeatCapacitor | cap | Heat capacitor | |
| Modelica.Thermal.HeatTransfer.Components.HeatCapacitor | cap1 | Heat capacitor | |
| Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensor | temSen | Temperature sensor | |
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | preHea | Prescribed heat flow rate | |
| Modelica.Thermal.HeatTransfer.Components.ThermalConductor | theCon | Thermal conductor | |
| Buildings.HeatTransfer.Sources.FixedTemperature | TBou | Boundary condition | |
| Modelica.Thermal.HeatTransfer.Components.ThermalConductor | theCon1 | Thermal conductor |
Revisions
-
October 3, 2016, by Michael Wetter:
First implementation.