Skip to content

Storages

Storages have one incoming and one outgoing Flow with a charging and discharging efficiency. A storage has a state of charge c(ti) which is limited by its size C and relative bounds (1).

(1)CcrelL(ti)c(ti)CcrelU(ti)

Where:

  • C is the size of the storage
  • c(ti) is the state of charge at time ti
  • crelL(ti) is the relative lower bound (typically 0)
  • crelU(ti) is the relative upper bound (typically 1)

With crelL(ti)=0 and crelU(ti)=1, Equation (1) simplifies to

(2)0c(ti)C

The state of charge c(ti) decreases by a fraction of the prior state of charge. The belonging parameter c˙rel, loss(ti) expresses the "loss fraction per hour". The storage balance from ti to ti+1 is

c(ti+1)=c(ti)(1c˙rel,loss(ti)Δti)+pfin(ti)Δtiηin(ti)(3)pfout(ti)Δtiηout(ti)

Where:

  • c(ti+1) is the state of charge at time ti+1
  • c(ti) is the state of charge at time ti
  • c˙rel,loss(ti) is the relative loss rate (self-discharge) per hour
  • Δti is the time step duration in hours
  • pfin(ti) is the input flow rate at time ti
  • ηin(ti) is the charging efficiency at time ti
  • pfout(ti) is the output flow rate at time ti
  • ηout(ti) is the discharging efficiency at time ti