modelCoolingOnly
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example tests the implementation of Buildings.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 |
|---|---|---|---|
| Buildings.Fluid.Sources.Boundary_pT | sin_1 | Sink for water | |
| Buildings.Fluid.Sources.MassFlowSource_T | souAir | Source for air | |
| Buildings.Fluid.Sources.Boundary_pT | 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 | |
| Buildings.HeatTransfer.Sources.FixedTemperature | TOut | Outdoor air temperature | |
| Buildings.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 | |
| Buildings.Fluid.MixingVolumes.MixingVolume | vol | Air volume for room | |
| Buildings.Fluid.HeatExchangers.ActiveBeams.Cooling | beaCoo | Active beam |
Contents
| Name | Description |
|---|---|
| Medium model for air | |
| Medium model for water |
Revisions
-
May 15, 2019, by Jianjun Hu:
Replaced fluid source. This is for #1072. -
June 14, 2016, by Michael Wetter:
Revised implementation. -
May 20, 2016, by Alessandro Maccarini:
First implementation.