recordGeneric

Extends from Modelica.Icons.Record (Icon for records).

Information

Performance data for ice tank charging and discharging curves. See Buildings.Fluid.Storage.Ice.Tank for the definition of the charging and discharging coefficients.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.TemperatureDifferencedT_nominal10Nominal temperature difference used for performance data
IntegernCha6Number of coefficients for charging characteristic curve
IntegernDisCha6Number of coefficients for discharging characteristic curve
Modelica.Units.SI.SpecificEnergyHf333550Heat of fusion for water
Modelica.Units.SI.TemperatureTFre273.15Freezing temperature of water or the latent energy storage material
Modelica.Units.SI.MassmIce_maxMaximum mass of ice in the tank
Real[nCha]coeChaCoefficients for charging curve
Real[nDisCha]coeDisChaCoefficients for discharging curve
RealdtChaTime step of curve fitting data
RealdtDisChaTime step of curve fitting data

Revisions

  • December 14, 2021, by Yangyang Fu:
    First implementation.