|
| Cluster (Area *parent) |
|
const ClusterName & | id () const |
|
const ClusterName & | group () const |
|
const ClusterName & | name () const |
|
void | setName (const AnyString &newname) |
|
Yuni::String | getFullName () const |
|
virtual uint | groupId () const =0 |
|
virtual void | setGroup (Data::ClusterName newgrp)=0 |
|
virtual bool | integrityCheck ()=0 |
| Check and fix all values of a renewable cluster.
|
|
virtual bool | forceReload (bool reload) const =0 |
| Invalidate all data associated to the cluster.
|
|
void | invalidateArea () |
| Invalidate the whole attached area.
|
|
virtual void | markAsModified () const =0 |
| Mark the cluster as modified.
|
|
bool | isVisibleOnLayer (const size_t &layerID) const |
| Check wether the cluster is visible in a layer (it's parent area is visible in the layer)
|
|
virtual void | reset () |
| Reset to default values.
|
|
bool | saveDataSeriesToFolder (const AnyString &folder) const |
|
bool | loadDataSeriesFromFolder (Study &s, const std::filesystem::path &folder) |
|
bool | isEnabled () const |
|
|
uint | unitCount = 0 |
|
bool | enabled = true |
|
Area * | parentArea |
| The associate area (alias)
|
|
double | nominalCapacity = 0. |
| Capacity of reference per unit (MW) (pMax)
|
|
unsigned int | areaWideIndex = (uint)-1 |
| The index of the cluster from the area's point of view.
|
|
unsigned int | enabledIndex = (uint)-1 |
|
TimeSeriesNumbers | tsNumbers |
| tsNumbers must be constructed before series
|
|
TimeSeries | series |
| Series.
|
|
Matrix | modulation |
| Modulation matrix.
|
|
|
Data::ClusterName | pName |
|
Data::ClusterName | pID |
|
Data::ClusterName | pGroup |
|
◆ forceReload()
virtual bool Antares::Data::Cluster::forceReload |
( |
bool | reload | ) |
const |
|
pure virtual |
◆ groupId()
virtual uint Antares::Data::Cluster::groupId |
( |
| ) |
const |
|
pure virtual |
◆ integrityCheck()
virtual bool Antares::Data::Cluster::integrityCheck |
( |
| ) |
|
|
pure virtual |
◆ markAsModified()
virtual void Antares::Data::Cluster::markAsModified |
( |
| ) |
const |
|
pure virtual |
◆ reset()
void Antares::Data::Cluster::reset |
( |
| ) |
|
|
virtual |
◆ setGroup()
virtual void Antares::Data::Cluster::setGroup |
( |
Data::ClusterName | newgrp | ) |
|
|
pure virtual |
◆ modulation
Matrix Antares::Data::Cluster::modulation |
Modulation matrix.
It is merely a 3x8760 matrix [modulation cost, modulation capacity, market bid modulation] per hour
The documentation for this class was generated from the following files:
- src/libs/antares/study/include/antares/study/parts/common/cluster.h
- src/libs/antares/study/parts/common/cluster.cpp