modelAggregationWeightingFactors
This validation case verifies the calculation of the weighting factors kappa
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This validation case uses the first few values of a borehole temperature reponse
time series to construct the weighting factors kappa. The aggregation
cells are chosen such that there is a change in levels (and therefore a doubling
in the size of the cells) from cell 5 to 6. Therefore, kappa[5] is lower than
kappa[4] and kappa[7] is lower than kappa[6], but
kappa[6] is higher than kappa[5].
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | timSer | [0, 0; 0.999999999999999, 7.96581783184631e-06; 2.30986142530843, 1.36683711896241e-05; 4.02559837881946, 1.89652463558340e-05; 6.27297603019976, 2.43435015306157e-05; 9.21672932384307, 3.00295537091117e-05] | Complete time matrix with TStep |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.ThermalResistance | kappa | Weight factor for each aggregation cell |
Revisions
-
July 18, 2018, by Alex Laferrière:
First implementation.