Skip to content

Commit

Permalink
Add full paths #1223
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Nov 14, 2022
1 parent b5cd9d1 commit 7b39720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AixLib/Fluid/Storage/StorageDetailed.mo
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ model StorageDetailed

parameter Modelica.Units.SI.Temperature TStart=298.15 "Start Temperature of fluid" annotation (Dialog(tab="Initialization", group="Storage specific"));

replaceable parameter DataBase.Storage.StorageDetailedBaseDataDefinition data
constrainedby DataBase.Storage.StorageDetailedBaseDataDefinition
replaceable parameter AixLib.DataBase.Storage.StorageDetailedBaseDataDefinition data
constrainedby AixLib.DataBase.Storage.StorageDetailedBaseDataDefinition
"Data record for Storage" annotation (choicesAllMatching);

parameter Integer n(min=3)=5 " Model assumptions Number of Layers";
Expand Down

0 comments on commit 7b39720

Please sign in to comment.