modelQStar
Example to calculate QStar
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example is to validate the Buildings.Fluid.Storage.Ice.BaseClasses.QStar.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[6] | coeCha | {0, 0.09, -0.15, 0.612, -0.324, -0.216} | Coefficient for charging curve |
| Real | dt | 3600 | Time step used in the samples for curve fitting |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.Cosine | fra | Fraction of charge | |
| Modelica.Blocks.Sources.Constant | lmtd | Log mean temperature difference | |
| Buildings.Fluid.Storage.Ice.BaseClasses.QStar | qSta | ||
| Controls.OBC.CDL.Logical.Sources.Constant | active | Outputs true to activate the component |
Revisions
-
December 8, 2021, by Yangyang Fu:
First implementation.