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

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputQ_flowHeat flow rate added to system
Modelica.Blocks.Interfaces.RealOutputTControlled temperature

Components

TypeNameDefaultDescription
Modelica.Thermal.HeatTransfer.Components.HeatCapacitorcapHeat capacitor
Modelica.Thermal.HeatTransfer.Components.HeatCapacitorcap1Heat capacitor
Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensortemSenTemperature sensor
Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlowpreHeaPrescribed heat flow rate
Modelica.Thermal.HeatTransfer.Components.ThermalConductortheConThermal conductor
Buildings.HeatTransfer.Sources.FixedTemperatureTBouBoundary condition
Modelica.Thermal.HeatTransfer.Components.ThermalConductortheCon1Thermal conductor

Revisions

  • October 3, 2016, by Michael Wetter:
    First implementation.