Skip to the content.

Below are the detailed explanations for each of the calculations made within the script:

Outputs in Files


[cell name].csv


Q.c / Q.d

the charge/discharge capacity per unit mass (if the masses are not provided, this operation is not performed):

f2


CC

the continuous capacity (units depend on if the masses are present):

f3


CE : the coulombic efficiency:

f4


[cell name] dQdV Data.csv


c_d

indicates whether or not the particular data applies to a charge or discharge step, This value will be 1 if the following equation returns TRUE, else the value will be 0:

f8

Though not reflected in this value, the direction of the step (charge or discharge) is later determined by the sign of Current(A) from the input file.


dQdV

the differential capacity:

f5

a 0 is appended at the beginning of the data frame to ensure the column lengths remain equal.


F_L

indicates whether or not the particular data is the first of a given rate series (applied per cycle). This value will be 1 if the following equation returns TRUE, else the value will be 0:

f7


[cell name] Cycle Facts.csv


chV / dchV

the average charge/discharge voltage of each cycle:

f1

where a and b are the voltage limits in which the cell was cycled and x is the discharge capacity.


avgV

the average voltage of a given cycle:

f6


dV

the delta voltage of a given cycle:

f7


DCap / CCap

the discharge/charge capacity of a given cycle.

This is the last measurement of Discharge_Capacity(Ah) or Charge_Capacity(Ah) within the cycle from the input file.

If masses are specified, the values of Q.d and Q.c will be used instead.


CE

the columbic efficiency of a given cycle.

The last value of CE in modified input file.