Types

Index

Nodal supertypes

Parameter supertypes

Auxiliary types

EnergyModelsHydrogen.ElecPeriodsType
ElecPeriods

Contains information for calculating the constraints for AbstractElectrolyzer node types.

Fields

  • sps::TS.AbstractStratPers are the strategic periods of the TimeStructure.
  • sp::TS.AbstractStrategicPeriod is the current strategic period.
  • op::TS.AbstractStrategicPeriod is the current operational period.
  • last::Bool is a boolean indicator of the last period. It is used for calculating the bounds for the last operational periods within a strategic period.
source
EnergyModelsHydrogen.RefPeriodsType
RefPeriods{S<:Union{TS.OperationalPeriod, Nothing}}

Contains information for calculating the constraints for Reformer node types.

Fields

  • previous::S is the previous operational period received from the withprev iterator
  • current::TS.OperationalPeriod is the current operational period.
  • last::TS.OperationalPeriod is the last operational period in the current SimpleTimes structure within a strategic period (or representative period, if present, or operational scenario, if present).
source