Types

Index

EnergyModelsBase.NodeType
abstract type Node <: AbstractElement

A supertype for all technologies that convert a stream to another.

source
EnergyModelsBase.FormulationType
abstract type Formulation

Declaration of the general type for formulation of Links. Formulations can be utilized to provide specific constraint functions for a Link while keeping other constraints unchanged. These subfunctions can be then utlized for several types of Link.

source

Parameter supertypes

EnergyModelsBase.StorageBehaviorType
abstract type StorageBehavior

StorageBehavior as supertype for individual storage behaviours.

Storage behaviour is used to identify how a storage node should behave within the individual TimeStructures of a strategic period.

source
EnergyModelsBase.AbstractStorageParametersType

AbstractStorageParameters as supertype for individual parameters for Storage nodes.

Storage parameters are used to provide the user the flexibility to include or not include capacities and variable and fixed OPEX parameters for charging, the storage level, and discharging.

source