modelCoolingOnly
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example tests the implementation of IBPSA.Fluid.HeatExchangers.ActiveBeams.Cooling. An air volume is maintained at a temperature below 25ˆC by a controller that regulates the water flow rate in the active beam.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| IBPSA.Fluid.Sources.FixedBoundary | sin_1 | Sink for water | |
| IBPSA.Fluid.Sources.MassFlowSource_T | souAir | Source for air | |
| IBPSA.Fluid.Sources.FixedBoundary | bou | Sink for air | |
| Modelica.Thermal.HeatTransfer.Components.ThermalConductor | theConWal | Thermal conductor for wall | |
| Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow | heaFlo | Thermal loads | |
| Modelica.Blocks.Sources.Constant | TSetCoo | Set-point temperature | |
| Modelica.Thermal.HeatTransfer.Sources.FixedTemperature | TOut | Outdoor air temperature | |
| IBPSA.Controls.Continuous.LimPID | conPID | Controller | |
| Sources.MassFlowSource_T | pum | Source for water | |
| Modelica.Blocks.Math.Gain | gain | Gain thermal loads | |
| Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensor | senTem | Room air temperature sensor | |
| Modelica.Blocks.Sources.Sine | sine | Source for thermal loads | |
| IBPSA.Fluid.MixingVolumes.MixingVolume | vol | Air volume for room | |
| IBPSA.Fluid.HeatExchangers.ActiveBeams.Cooling | beaCoo | Active beam |
Contents
| Name | Description |
|---|---|
| Medium model for air | |
| Medium model for water |
Revisions
-
June 14, 2016, by Michael Wetter:
Revised implementation. -
May 20, 2016, by Alessandro Maccarini:
First implementation.