|
Antares Simulator
Power System Simulator
|
Runtime informations. More...
#include <runtime.h>
Constructor & Destructor | |
| uint | nbYears |
| The number of years to process. | |
| StudyRangeLimits | rangeLimits |
| Range limits. | |
| SimulationMode | mode |
| Mode of the simulation. | |
| std::vector< AreaLink * > | areaLink |
| All interconnections. | |
| MersenneTwister | random [seedMax] |
| Random numbers generators. | |
| uint | thermalPlantTotalCount |
| Total. | |
| uint | thermalPlantTotalCountMustRun |
| uint | shortTermStorageCount = 0 |
| uint | shortTermStorageCumulativeConstraintCount = 0 |
| bool | thermalTSRefresh = false |
| Override enable/disable TS generation per cluster. | |
| uint | simulationDaysPerMonth [12] |
| The number of simulation days per month. | |
| uint | simulationDaysPerWeek [53] |
| The number of simulation days per week. | |
| bool | quadraticOptimizationHasFailed |
| Flag to know if at least one error occured during the quadratic optimization. More... | |
| std::vector< std::vector< double > > | transitMoyenInterconnexionsRecalculQuadratique |
| StudyRuntimeInfos () | |
| Default constructor. | |
| ~StudyRuntimeInfos () | |
| Destructor. | |
| bool | loadFromStudy (Study &study) |
| Reset internal data according a given study. | |
| void | initializeRandomNumberGenerators (const Parameters ¶meters) |
| uint | interconnectionsCount () const |
| The number of interconnections. | |
Runtime informations.
| bool Antares::Data::StudyRuntimeInfos::quadraticOptimizationHasFailed |
Flag to know if at least one error occured during the quadratic optimization.
In this case, error on NaN should be disabled