Antares Simulator
Power System Simulator
Loading...
Searching...
No Matches
Antares::Data::StudyRuntimeInfos Class Reference

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.
 
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 &parameters)
 
uint interconnectionsCount () const
 The number of interconnections.
 

Detailed Description

Runtime informations.

Member Data Documentation

◆ quadraticOptimizationHasFailed

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


The documentation for this class was generated from the following files: