Skip to content

Commit

Permalink
Add missing displayUnit to AllElectricCWStorage.mo (#3533)
Browse files Browse the repository at this point in the history
This adds a missing `displayUnit` attribute.
  • Loading branch information
mwetter authored Sep 23, 2023
1 parent fc85054 commit 43a3d56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ model AllElectricCWStorage
"Tank temperature setpoints: 2 cycles with 2 setpoints"
annotation(Dialog(group="CW loop, TES tank and heat pumps"));
// Default TES tank pressure drop without PSV, otherwise ~ 20E3
parameter Modelica.Units.SI.PressureDifference dpTan_nominal=1E3
parameter Modelica.Units.SI.PressureDifference dpTan_nominal(displayUnit="Pa")=1E3
"Design pressure drop through TES tank"
annotation (Dialog(group="CW loop, TES tank and heat pumps"));
replaceable parameter Fluid.HeatPumps.Data.EquationFitReversible.Generic datHeaPum
Expand Down

0 comments on commit 43a3d56

Please sign in to comment.