Skip to content

Commit

Permalink
Remove duplicate declaration of mSenFac by adding 'mSenFac(min=0.1)' …
Browse files Browse the repository at this point in the history
…to the extension of PartialZone
  • Loading branch information
jelgerjansen committed Jan 5, 2024
1 parent 20ee4ed commit 54c2464
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"));
Expand Down

0 comments on commit 54c2464

Please sign in to comment.