From 54c2464eb6420d0916980cbf61edc86d790451e2 Mon Sep 17 00:00:00 2001 From: jelgerjansen Date: Fri, 5 Jan 2024 18:49:04 +0100 Subject: [PATCH] Remove duplicate declaration of mSenFac by adding 'mSenFac(min=0.1)' to the extension of PartialZone --- .../Interfaces/RectangularZoneTemplateInterface.mo | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/IDEAS/Buildings/Components/Interfaces/RectangularZoneTemplateInterface.mo b/IDEAS/Buildings/Components/Interfaces/RectangularZoneTemplateInterface.mo index d6974238c..301ffb47b 100644 --- a/IDEAS/Buildings/Components/Interfaces/RectangularZoneTemplateInterface.mo +++ b/IDEAS/Buildings/Components/Interfaces/RectangularZoneTemplateInterface.mo @@ -7,7 +7,8 @@ partial model RectangularZoneTemplateInterface final V=A*h, final A=AZone, final hZone=h, - final fRH=11); + final fRH=11, + final mSenFac(min=0.1)); parameter IDEAS.Buildings.Components.Interfaces.BoundaryType bouTypA "Modelled boundary for face A of the zone" @@ -184,9 +185,6 @@ partial model RectangularZoneTemplateInterface "= true, if exterior radiative heat transfer for windows should be linearised" annotation(Dialog(tab="Advanced", group="Radiative heat exchange")); - parameter Real mSenFac(min=0.1)=5 - "Factor for scaling the sensible thermal mass of the zone air" - annotation(Dialog(tab="Advanced",group="Air model")); parameter SI.TemperatureDifference dT_nominal_bou=-1 "Nominal temperature difference for boundary walls, used for linearisation, negative temperatures indicate the solid is colder" annotation(Dialog(tab="Advanced", group="Convective heat transfer"));