Skip to content

Commit

Permalink
add replaceable to declaration of thermalZone record #1424
Browse files Browse the repository at this point in the history
  • Loading branch information
larissakuehn committed Jan 24, 2023
1 parent 4ab4199 commit d36a992
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 d36a992

Please sign in to comment.