72 Antares::Data::Area::ScratchMap& scratchmap);
74 const HYDRO_VENTILATION_RESULTS& ventilationResults()
76 return ventilationResults_;
81 void prepareNetDemand(uint year,
82 Data::SimulationMode mode,
83 const Antares::Data::Area::ScratchMap& scratchmap,
84 HydroSpecificMap& hydro_specific_map);
86 void prepareEffectiveDemand(uint year, HydroSpecificMap& hydro_specific_map)
const;
88 void prepareMonthlyOptimalGenerations(
const double* random_reservoir_level,
90 HydroSpecificMap& hydro_specific_map);
95 double prepareMonthlyTargetGenerations(
100 void prepareDailyOptimalGenerations(uint y,
101 Antares::Data::Area::ScratchMap& scratchmap,
102 HydroSpecificMap& hydro_specific_map);
104 void prepareDailyOptimalGenerations(
107 Antares::Data::Area::ScratchMap& scratchmap,
116 HYDRO_VENTILATION_RESULTS ventilationResults_;
void makeVentilation(double *randomReservoirLevel, uint y, Antares::Data::Area::ScratchMap &scratchmap)
Perform the hydro ventilation.
Definition management.cpp:269