|
unsigned int | year |
| Current year.
|
|
unsigned int | weekInTheYear |
| Current week for current year (zero-based)
|
|
unsigned int | hourInTheYear |
| Current hour in the year (zero-based)
|
|
unsigned int | hourInTheWeek |
| Current hour in the week (zero-based)
|
|
unsigned int | hourInTheSimulation |
| Current hour from the begining of the simulation.
|
|
Data::Area * | area |
| The current area.
|
|
Data::ThermalCluster * | thermalCluster |
| The current thermal cluster (used in yearEndBuildForEachThermalCluster functions)
|
|
Data::RenewableCluster * | renewableCluster |
| The current renewable cluster.
|
|
Data::AreaScratchpad * | scratchpad |
| The Scratchpad for the current area.
|
|
Data::AreaLink * | link |
| The current link.
|
|
|
Matrix | resSpilled |
| Spilled energy for all areas in the week.
|
|
|
RESULTATS_HORAIRES * | hourlyResults |
|
VALEURS_DE_NTC_ET_RESISTANCES | ntc |
| NTC Values.
|
|
double | thermalClusterProductionForYear [HOURS_PER_YEAR] |
| Thermal production for the current thermal cluster for the whole year.
|
|
uint | thermalClusterDispatchedUnitsCountForYear [HOURS_PER_YEAR] |
|
double | thermalClusterOperatingCostForYear [HOURS_PER_YEAR] |
| Thermal operating cost for the current thermal cluster for the whole year.
|
|
double | thermalClusterNonProportionalCostForYear [HOURS_PER_YEAR] |
| Thermal NP Cost for the current thermal cluster for the whole year.
|
|
double | thermalClusterPMinOfTheClusterForYear [HOURS_PER_YEAR] |
| Minimum power of the cluster for the whole year.
|
|
double | renewableClusterProduction |
|
const double * | dispatchableMargin |
| Dispatchable margin for the current area (valid only from weekForEachArea)
|
|
PROBLEME_HEBDO * | problemeHebdo |
| Probleme Hebdo.
|
|
Data::SimulationMode | simulationMode |
| Simulation mode: economy / adequacy / expansion.
|
|
Data::UnitCommitmentMode | unitCommitmentMode |
| Study unit commitment mode: fast(ucHeuristic) / accurate(ucMILP)
|
|
Data::Study & | study |
| Reference to the original study.
|
|
ThermalState | thermal |
|
unsigned int | numSpace |
| Index of the state in the state vector.
|
|
bool | simplexRunNeeded |
| Flag to know if the simplex has been used for the current week.
|
|
double | annualSystemCost = 0. |
|
double | optimalSolutionCost1 = 0. |
| Sum of the weekly optimal costs over the year (first optimisation step)
|
|
double | optimalSolutionCost2 = 0. |
| Sum of the weekly optimal costs over the year (second optimisation step)
|
|
double | averageOptimizationTime1 = 0. |
| Average time spent in first optimization over the year (ms)
|
|
double | averageOptimizationTime2 = 0. |
| Average time spent in second optimization over the year (ms)
|
|
double | averageUpdateTime = 0. |
| Average time spent updating the problem over the year (ms)
|
|