For this, I want to implement a charge-discharge cycling boundary condition which involves 3 steps.
Step 1: Charge at a constant current (I_cell) upto a maximum cell cut-off voltage (V_max). Step 2: Then, charge at a constant voltage (V_max) until the cell current drops to a small value (I_min). Step 3: Next, discharge at constant current (-I_cell) until the cell voltage drops to a lower cut-off value (V_min). Repeat this sequence of steps for a given number of cycles.
How to model this in comsol?