Skip to content

Commit

Permalink
Remove final modifier and move 'mSenFac(min=0.1)' to PartialZone comp…
Browse files Browse the repository at this point in the history
…onent
  • Loading branch information
jelgerjansen committed Jan 8, 2024
1 parent 54c2464 commit c384f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions IDEAS/Buildings/Components/Interfaces/PartialZone.mo
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ model PartialZone "Building zone model"
annotation(Dialog(tab="Airflow", group="Airtightness"));
parameter Modelica.Fluid.Types.Dynamics energyDynamicsAir=Modelica.Fluid.Types.Dynamics.FixedInitial
"Type of energy balance for air model: dynamic (3 initialization options) or steady state";
parameter Real mSenFac = 5 "Correction factor for thermal capacity of zone air."
annotation(Dialog(tab="Airflow",group="Air model"));
parameter Real mSenFac(min=0.1) = 5 "Correction factor for thermal capacity of zone air."
annotation(Dialog(tab="Advanced",group="Air model"));

parameter Boolean linIntRad=sim.linIntRad
"Linearized computation of long wave radiation"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ partial model RectangularZoneTemplateInterface
final V=A*h,
final A=AZone,
final hZone=h,
final fRH=11,
final mSenFac(min=0.1));
final fRH=11);

parameter IDEAS.Buildings.Components.Interfaces.BoundaryType bouTypA
"Modelled boundary for face A of the zone"
Expand Down

0 comments on commit c384f3f

Please sign in to comment.