Sayer_1
Newbie level 4
[Moved]Battery power and capacity calculation per hour
I want to calculate the energy level of a lead acid battery on each hour. The following equation is mentioned here.
E(t+1)= E(t)+ P(t)
E(t)= Energy level and P(t)= Charging/ discharging power
The following constraints are and information is given
0=> Emax<= 300kwh
-10kwh >= P(t) <=10kwh
if P(t)<0 discharging and if P(t)>0 charging
charging and dischrging rate is = 10kwh
I am confuse how to calculate battery energy level on each according to this given data.
Kindly guide me in this case
I want to calculate the energy level of a lead acid battery on each hour. The following equation is mentioned here.
E(t+1)= E(t)+ P(t)
E(t)= Energy level and P(t)= Charging/ discharging power
The following constraints are and information is given
0=> Emax<= 300kwh
-10kwh >= P(t) <=10kwh
if P(t)<0 discharging and if P(t)>0 charging
charging and dischrging rate is = 10kwh
I am confuse how to calculate battery energy level on each according to this given data.
Kindly guide me in this case