modelPartialOneRoomRadiator
Simple room model with radiator, without a heat pump
Information
Motivated by the example
Buildings.Fluid.HeatPumps.Examples.ScrollWaterToWater_OneRoomRadiator,
this example enables the use of the ModularReversible
approach for heat pumps and chillers.
Both heating and cooling of the room is possible by using the reversible approach. For heating, 20 degC room temperature is the set point, for cooling 23 degC.
The radiator minimal supply temperature is 23 degC.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.HeatFlowRate | Q_flow_nominal | 20000 | Nominal heat flow rate of radiator |
| Modelica.Units.SI.Temperature | TRadSup_nominal | 273.15 + 50 | Radiator nominal supply water temperature |
| Modelica.Units.SI.Temperature | TRadRet_nominal | 273.15 + 45 | Radiator nominal return water temperature |
| Modelica.Units.SI.MassFlowRate | mCon_flow_nominal | Q_flow_nominal/4200/5 | Heat pump nominal mass flow rate in condenser |
| Modelica.Units.SI.MassFlowRate | mEva_flow_nominal | Heat pump nominal mass flow rate in evaporator | |
| Modelica.Units.SI.Volume | V | 6*10*3 | Room volume |
| Modelica.Units.SI.MassFlowRate | mAirRoo_flow_nominal | V*1.2*6/3600 | Nominal mass flow rate of room air |
| Modelica.Units.SI.HeatFlowRate | QRooInt_flow | Q_flow_nominal/5 | Internal heat gains of the room |
| Boolean | witCoo | true | =true to simulate cooling behaviour |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.BoundaryConditions.WeatherData.Bus | weaBus | Weather data bus |
Components
Contents
| Name | Description |
|---|---|
| Medium model for air | |
| Medium model for water | |
Revisions
-
March 7, 2025, by Michael Wetter:
Introduced mediumMediumEvaand refactored medium assignment as the model replaced non-replaceable medium bindings.
This is for #1981. -
October 2, 2022 by Fabian Wuellhorst:
First implementation (see issue #1576) -
January 27, 2017, by Massimo Cimmino:
First implementation.