Skip to content

Commit

Permalink
spelling mistakes (#4008)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatureau committed Sep 20, 2024
1 parent 55203c6 commit 5723bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Buildings/Fluid/Storage/Ice/Data/Tank/Generic.mo
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ record Generic
constant Integer nCha = 6 "Number of coefficients for charging characteristic curve";
constant Integer nDisCha = 6 "Number of coefficients for discharging characteristic curve";

parameter Modelica.Units.SI.SpecificEnergy Hf = 333550 "Fusion of heat of ice";
parameter Modelica.Units.SI.SpecificEnergy Hf = 333550 "Heat of fusion for water";
parameter Modelica.Units.SI.Temperature TFre = 273.15
"Freezing temperature of water or the latent energy storage material";

parameter Modelica.Units.SI.Mass mIce_max "Maximum mass of ice in the tank";

parameter Real coeCha[nCha] "Coefficients for charging curve";
parameter Real coeDisCha[nDisCha] "Coeffcients for discharging curve";
parameter Real coeDisCha[nDisCha] "Coefficients for discharging curve";
parameter Real dtCha "Time step of curve fitting data";
parameter Real dtDisCha "Time step of curve fitting data";

Expand Down

0 comments on commit 5723bac

Please sign in to comment.