Skip to content

Commit

Permalink
Merge pull request #1425 from RWTH-EBC/1424-errors-in-thermalzone-exa…
Browse files Browse the repository at this point in the history
…mples

add replaceable to declaration of thermalZone record #1424
  • Loading branch information
larissakuehn committed Jan 26, 2023
2 parents 4ab4199 + d36a992 commit 4280d7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ within AixLib.ThermalZones.ReducedOrder.ThermalZone.BaseClasses;
partial model PartialThermalZone "Partial model for thermal zone models"
extends AixLib.Fluid.Interfaces.LumpedVolumeDeclarations;

parameter DataBase.ThermalZones.ZoneBaseRecord zoneParam
replaceable parameter DataBase.ThermalZones.ZoneBaseRecord zoneParam
"Choose setup for this zone" annotation (choicesAllMatching=true);
parameter Integer nPorts=0
"Number of fluid ports"
Expand Down

0 comments on commit 4280d7c

Please sign in to comment.