Antares Simulator
Power System Simulator
load.h File Reference

Load time series variables for electrical demand modeling This file implements load (electrical demand) time series variables using the modern time series base framework. Load variables represent the electrical demand that must be satisfied in each area during simulation. More...

#include <cstring>
#include "timeseries_base.h"

Go to the source code of this file.

Classes

struct  Antares::Solver::Variable::Economy::LoadTraits
 Traits for load time series variables. More...
 
class  Antares::Solver::Variable::Economy::TimeSeriesValuesLoad< NextT >
 Load time series implementation. More...
 

Typedefs

using Antares::Solver::Variable::Economy::VCardTimeSeriesValuesLoad = VCardTimeSeriesBase< LoadTraits >
 VCard for load time series variables. More...
 

Detailed Description

Load time series variables for electrical demand modeling This file implements load (electrical demand) time series variables using the modern time series base framework. Load variables represent the electrical demand that must be satisfied in each area during simulation.

See also
timeseries_base.h for the base framework
generation.h, hydro.h for other time series implementations

Typedef Documentation

◆ VCardTimeSeriesValuesLoad

using Antares::Solver::Variable::Economy::VCardTimeSeriesValuesLoad = typedef VCardTimeSeriesBase<LoadTraits>

VCard for load time series variables.

  • Provides metadata and configuration for load time series. Inherits common properties from TimeSeriesTraits and adds load-specific information from LoadTraits.
  • ## Output Configuration:
  • Load variables use the standard time series output configuration:
  • Unit: MWh (inherited from TimeSeriesTraits)
  • Aggregation: Sum across areas (for regional totals)
  • Statistics: Average, StdDev, Min, Max across all Monte Carlo years
  • Precision: All output levels (as configured in study)