|
Antares Simulator
Power System Simulator
|
Classes | |
| struct | BindingConstraint |
| struct | Link |
| struct | Renewable |
| struct | STSAdditionalConstraints |
| struct | STSInflows |
| struct | Thermal |
Public Types | |
| using | Load = IntegerIndex< loadTSNumberData > |
| using | Wind = IntegerIndex< windTSNumberData > |
| using | Solar = IntegerIndex< solarTSNumberData > |
| using | Hydro = IntegerIndex< hydroTSNumberData > |
Public Member Functions | |
| Node * | makeExpression () |
| Node * | makeBiggerExpression () |
| Fixture (const Fixture &f)=delete | |
| Fixture (const Fixture &&f)=delete | |
| Fixture & | operator= (const Fixture &f)=delete |
| Fixture & | operator= (const Fixture &&f)=delete |
| Fixture (const Fixture &f)=delete | |
| Fixture (const Fixture &&f)=delete | |
| Fixture & | operator= (const Fixture &f)=delete |
| Fixture & | operator= (const Fixture &&f)=delete |
| void | addConstraint (const std::string &name, const std::string &group) const |
| Fixture (const Fixture &f)=delete | |
| Fixture (const Fixture &&f)=delete | |
| Fixture & | operator= (const Fixture &f)=delete |
| Fixture & | operator= (const Fixture &&f)=delete |
| void | createFoldersAndFiles () |
| void | createFoldersAndFiles () |
| Fixture (const Fixture &f)=delete | |
| Fixture (const Fixture &&f)=delete | |
| Fixture & | operator= (const Fixture &f)=delete |
| Fixture & | operator= (const Fixture &&f)=delete |
| Fixture (const Fixture &f)=delete | |
| Fixture (const Fixture &&f)=delete | |
| Fixture & | operator= (const Fixture &f)=delete |
| Fixture & | operator= (const Fixture &&f)=delete |
| void | fillColumn (unsigned int idx) |
| void | fillColumnReverse (unsigned int idx) |
| void | fillTsnum () |
| Fixture (const Fixture &f)=delete | |
| Fixture (const Fixture &&f)=delete | |
| Fixture & | operator= (const Fixture &f)=delete |
| Fixture & | operator= (const Fixture &&f)=delete |
| bool | loadFromFolder (StudyVersion version) |
| Fixture (const Fixture &f)=delete | |
| Fixture (const Fixture &&f)=delete | |
| Fixture & | operator= (const Fixture &f)=delete |
| Fixture & | operator= (const Fixture &&f)=delete |
| void | addConstraint (const std::string &name, const std::string &group, bool reset=false) const |
Static Public Member Functions | |
| static std::string | expectedDotContent () |
| static std::string | expectedForBiggerDotContent () |
Public Attributes | |
| Registry< Node > | registry_ |
| YmlModel::Library | library |
| Data::Study::Ptr | study = std::make_shared<Data::Study>() |
| Area * | area |
| Yuni::Clob | path_to_generated_file |
| Study::Ptr | study = std::make_shared<Study>() |
| Area * | area_1 |
| Area * | area_2 |
| std::shared_ptr< PublicStudy > | study = std::make_shared<PublicStudy>() |
| StudyLoadOptions | options |
| std::filesystem::path | working_tmp_dir = CREATE_TMP_DIR_BASED_ON_TEST_NAME() |
| fs::path | outputRoot |
| Parameters | p |
| StudyVersion | version = StudyVersion::latest() |
| std::shared_ptr< Study > | study |
| std::string | base_folder = fs::temp_directory_path().string() |
| std::string | series_folder = "series" |
| std::string | maxHourlyGenPower_file = "maxHourlyGenPower.txt" |
| std::string | maxHourlyPumpPower_file = "maxHourlyPumpPower.txt" |
| std::string | pathToMaxHourlyGenPower_file |
| std::string | pathToMaxHourlyPumpPower_file |
| std::string | pathToSeriesFolder |
| std::shared_ptr< HydroMaxTimeSeriesReader > | reader |
| std::string | hydro_folder = "hydro" |
| std::string | common_folder = "common" |
| std::string | capacity_folder = "capacity" |
| std::string | maxDailyGenEnergy_ = "maxDailyGenEnergy_" |
| std::string | maxDailyPumpEnergy_ = "maxDailyPumpEnergy_" |
| std::string | maxpower = "maxpower_" |
| std::string | maxHourlyGenPower = "maxHourlyGenPower.txt" |
| std::string | maxHourlyPumpPower = "maxHourlyPumpPower.txt" |
| Matrix< double > | dailyMaxPumpAndGen |
| Area * | area_3 |
| AreaLink * | link_12 |
| AreaLink * | link_13 |
| AreaLink * | link_23 |
| std::shared_ptr< ThermalCluster > | thCluster_11 |
| std::shared_ptr< ThermalCluster > | thCluster_12 |
| std::shared_ptr< ThermalCluster > | thCluster_31 |
| std::shared_ptr< RenewableCluster > | rnCluster_21 |
| std::shared_ptr< RenewableCluster > | rnCluster_31 |
| std::shared_ptr< RenewableCluster > | rnCluster_32 |
| ShortTermStorage::STStorageCluster | stCluster1 |
| ShortTermStorage::STStorageCluster | stCluster2 |
| ScenarioBuilder::Rules | my_rule |
| TimeSeriesNumbers | tsnum |
| TimeSeries | ts |
| std::string | folder |
| fs::path | folder = getFolder() |
| ShortTermStorage::Series | series |
| ShortTermStorage::Properties | properties |
| ShortTermStorage::STStorageCluster | cluster |
| ShortTermStorage::STStorageInput | container |
| PenaltyCostOnVariation | penaltyCostOnVariation |
| ModelBuilder | modelBuilder |
| SystemBuilder | systemBuilder |
| ComponentBuilder | componentBuilder |
| Antares::Expressions::Registry< Node > | registry |
| std::vector< std::unique_ptr< LinearProblemFiller > > | fillers |
| LinearProblemData | LP_Data |
| FillContext | ctx = {0, 0, 0, 0, 0} |
| std::unique_ptr< ILinearProblem > | pb |
| HydroErrorsCollector | hydro_errors_collector |
| Matrix< double > | expected_lower_bound_series |
| Matrix< double > | expected_upper_bound_series |
| Matrix< double > | expected_equality_series |