modelOneZoneConstantFloorTemperature
Validation model with one thermal zone with constant floor temperature
Extends from Buildings.ThermalZones.EnergyPlus_24_2_0.Examples.SingleFamilyHouse.Unconditioned (Example model with one unconditoned zone simulated in Modelica, and the other two unconditioned zones simulated in EnergyPlus).
Information
Model that uses EnergyPlus and sets the floor temperature to a constant value.
When simulated, the heat flow rate at the floor is often around 10..20 Watts. However, it becomes negative when the direct solar irradiation is high, indicating that the net heat flow rate is from the room into the construction due to the solar gains that hit the floor even though the surface temperature is above the room air and room radiative temperature.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Volume | VRoo (from Unconditioned) | 453.1 | Room volume |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal (from Unconditioned) | VRoo*1.2*0.3/3600 | Nominal mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.ThermalZones.EnergyPlus_24_2_0.Building | building (from Unconditioned) | Building model | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.ThermalZone | zon (from Unconditioned) | Thermal zone | |
| Buildings.Fluid.FixedResistances.PressureDrop | duc (from Unconditioned) | Duct resistance (to decouple room and outside pressure) | |
| Buildings.Fluid.Sources.MassFlowSource_WeatherData | bou (from Unconditioned) | Boundary condition | |
| Buildings.Fluid.Sources.Boundary_pT | freshAir (from Unconditioned) | Boundary condition | |
| Modelica.Blocks.Sources.Constant[3] | qIntGai (from Unconditioned) | Internal heat gains, set to zero because these are modeled in EnergyPlus | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.ZoneSurface | flo | Floor surface of living room | |
| Buildings.Controls.OBC.CDL.Reals.Sources.Constant | TFlo | Floor temperature |
Revisions
-
March 12, 2021, by Michael Wetter:
First implementation.