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
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.TemperatureDifference | dT_nominal | 10 | Nominal temperature difference used for performance data |
| Integer | nCha | 6 | Number of coefficients for charging characteristic curve |
| Integer | nDisCha | 6 | Number of coefficients for discharging characteristic curve |
| Modelica.Units.SI.SpecificEnergy | Hf | 333550 | Heat of fusion for water |
| Modelica.Units.SI.Temperature | TFre | 273.15 | Freezing temperature of water or the latent energy storage material |
| Modelica.Units.SI.Mass | mIce_max | Maximum mass of ice in the tank | |
| Real[nCha] | coeCha | Coefficients for charging curve | |
| Real[nDisCha] | coeDisCha | Coefficients for discharging curve | |
| Real | dtCha | Time step of curve fitting data | |
| Real | dtDisCha | Time step of curve fitting data |
Revisions
-
December 14, 2021, by Yangyang Fu:
First implementation.