6.13.2. Optimisation¶
Optimisation can only be carried out if a forecast simulation has been configured. The optimisation target, independent parameters and optimiser options are configured indicating the name of the corresponding optimiser configuration file in the command line option –opt:
–opt=FILENAME
The optimiser configuration file contains the following sections:
[target]
TARGET
[parameters]
PAR1 min.Value max.Value
PAR2 min.Value max.Value
(…)
[options]
(options configuring the optimisation algorithm, such as accuracy, number of iterations, etc. - see below)
OPTION1 value
OPTION2 value
6.13.2.1. Configuration of optimisation target¶
The following values for TARGET are possible:
- PET: Primary energy for thermal uses (total of the plant)
- (others to be implemented in the future where needed)
The optimisation function is the sum (total) of the target parameter over the forecast period (defined by the command line parameter –forecast)
6.13.2.2. Configuration of independent control parameters to be optimised¶
The following values for the independent parameters (PAR1 .. PARn) are possible:
- HX[h].qx_min: minimum heat exchange below which the heat exchanger is bypassed (h= heat exchanger no.)
- (others to be implemented in the future where needed)
6.13.2.3. Optimiser options¶
The following values for the optimiser options (OPTION1 …) are possible:
- (to be defined)