Buildings.Fluid.Storage.Ice.BaseClasses.Examples
Examples that test models in the base classes
Information
This package contains examples that test the models in Buildings.Fluid.Storage.Ice.BaseClasses.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Package Content
Name | Description |
---|---|
LMTDStar | Example that tests the LMTDStar model |
NormalizedHeatFlowRate | Example to calculate qStar |
QStar | Example to calculate QStar |
StateOfCharge | Example that tests the ice mass calculation |
Buildings.Fluid.Storage.Ice.BaseClasses.Examples.LMTDStar
Example that tests the LMTDStar model
Information
This example is to validate the LMTDStar
.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Modelica definition
Buildings.Fluid.Storage.Ice.BaseClasses.Examples.NormalizedHeatFlowRate
Example to calculate qStar
Information
This example is to validate the Buildings.Fluid.Storage.Ice.BaseClasses.NormalizedHeatFlowRate.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | coeCha[6] | {0,0.09,-0.15,0.612,-0.324,-... | Coefficient for charging curve |
Real | coeDisCha[6] | {0,0.09,-0.15,0.612,-0.324,-... | Coefficient for discharging curve |
Real | dt | 3600 | Time step used in the samples for curve fitting |
Modelica definition
Buildings.Fluid.Storage.Ice.BaseClasses.Examples.QStar
Example to calculate QStar
Information
This example is to validate the Buildings.Fluid.Storage.Ice.BaseClasses.QStar.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Real | coeCha[6] | {0,0.09,-0.15,0.612,-0.324,-... | Coefficient for charging curve |
Real | dt | 3600 | Time step used in the samples for curve fitting |
Modelica definition
Buildings.Fluid.Storage.Ice.BaseClasses.Examples.StateOfCharge
Example that tests the ice mass calculation
Information
This example is to validate the model that calculates the ice mass.
Extends from Modelica.Icons.Example (Icon for runnable examples).