|
Description:A slow inflow from a renewable source runs into a reserve tank. The consumers pump from this reserve tank, which reduces the storage in the reserve tank to a low level. Examples: |
![]() |
Variables:J = inflow of slowly renewable energyE = energy stored in the reserve tank Q = stored energy K0 = decreasing factor of E K1 = increasing factor of Q K3 = decreasing factor of Q K4 = decreasing factor of E Equations:DE = J - K4*E - K0*E*QDQ = K1*E*Q - K3*Q Simulation:The graph shows the changes of E (blue) and Q(red) over a time period.Source code: Slowren.java |
|
"What if" Experiments: |