Skip to content
CV/Dunn: Capacitive / Diffusion Contribution Ratio

CV/Dunn: Capacitive / Diffusion Contribution Ratio

Pro

CV/Dunn: Capacitive / Diffusion Contribution Ratio

This workflow directly accepts a folder or multiple files of raw instrument-exported CV data. It separates k1k_1/k2k_2 contributions of CV curves at different scan rates using Dunn’s method, computes the capacitive versus diffusion-controlled contribution ratio, and produces stacked bar charts (matplotlib + Origin).

Prerequisites

The input should contain CV curves at multiple scan rates. Select raw CV data from CHI, DigiSim, EC-Lab MPR, mdat Excel, or two-column text/CSV sources.

Dunn’s method relies on the i(E)vi(E) \sim v relationship across multiple scan rates. We recommend at least 3 distinct scan rates whose potential windows share a common intersection. The input may be pseudocapacitive materials (mixed capacitive + diffusion control) or purely capacitive baselines.

Procedure

  1. Select input data: Choose a raw CV data folder, or directly select a group of raw data files. Each file should correspond to one scan rate.
  2. The system automatically aligns all curves on the intersection of their potential axes and fits i/v1/2=k1v1/2+k2i/v^{1/2} = k_1 v^{1/2} + k_2 at each potential, yielding k1k_1 (capacitive coefficient) and k2k_2 (diffusion coefficient).
  3. For each scan rate it computes the capacitive and diffusion contribution ratios and draws two side-by-side stacked bar charts for the forward and reverse scans.
  4. The workflow outputs the bar chart, a contribution CSV, a k1k_1/k2k_2 distribution CSV, and a text report.
  5. To create an Origin project, click the “确认生成” button. Origin export is slow, so it does not run automatically when data changes.

Scientific Principles

Dunn’s method assumes that the current at each potential EE is a linear superposition of a capacitive current and a diffusion current:

i(E,v)=k1(E)v+k2(E)v1/2 i(E, v) = k_1(E) \cdot v + k_2(E) \cdot v^{1/2}

where:

SymbolMeaningUnit
iiCurrent at a given potentialA
vvScan rateV/s
k1k_1Capacitive current coefficientF or A·s/V
k2k_2Diffusion current coefficientA·s1/2^{1/2}/V1/2^{1/2}

Dividing both sides by v1/2v^{1/2} gives the linear form:

i(E,v)v1/2=k1(E)v1/2+k2(E) \frac{i(E, v)}{v^{1/2}} = k_1(E) \cdot v^{1/2} + k_2(E)

For each potential EE, linearly regress i/v1/2i/v^{1/2} against v1/2v^{1/2}. The slope is k1(E)k_1(E) and the intercept is k2(E)k_2(E).

For each scan rate vv:

  • Capacitive current icap(E)=k1(E)vi_{\text{cap}}(E) = k_1(E) \cdot v
  • Diffusion current idiff(E)=k2(E)v1/2i_{\text{diff}}(E) = k_2(E) \cdot v^{1/2}

The contribution ratio is computed by potential-integrated area:

Cap%(v)=icap(E)dEicap(E)dE+idiff(E)dE×100% \text{Cap\%}(v) = \frac{\int |i_{\text{cap}}(E)| \, dE}{\int |i_{\text{cap}}(E)| \, dE + \int |i_{\text{diff}}(E)| \, dE} \times 100\%

The diffusion ratio is Diff%=100%Cap%\text{Diff\%} = 100\% - \text{Cap\%}.

Compared with a single-point ratio (e.g. at the midpoint potential), the integrated-area method is more robust to noise and reflects the average contribution over the whole potential window.

Output

FileContent
dunn_bar_chart.pngHorizontal 100% stacked bar chart: one subplot for forward scan and one for reverse scan, showing capacitive and diffusion contribution ratios at different scan rates
dunn_presentation_chart.pngPresentation-style contribution figure matching the workflow cover visual style, suitable for reports, previews, and quick reading
dunn_result.csvCapacitive and diffusion ratios for forward and reverse scans at each scan rate
dunn_k_distribution.csvk1k_1 and k2k_2 at each potential, annotated by branch
dunn_report.mdText-form result report
dunn_analysis.opjuOrigin project, generated when “确认生成” is clicked and Origin is available; contains two stacked column graphs (forward and reverse)

dunn_bar_chart.png and dunn_presentation_chart.png are displayed in the workflow UI and saved to the output folder.

Applicable Scope

This workflow applies to multi-scan-rate CV data for separating capacitive and diffusion contributions, commonly used in pseudocapacitive materials and charge-storage-mechanism analysis of energy-storage devices. If fewer than 3 scan rates are supplied or their potential windows do not intersect, the workflow reports the error and stops.

Dunn’s method assumes the capacitive current is strictly proportional to vv and the diffusion current strictly proportional to v1/2v^{1/2}. For CV data involving phase transitions, precipitation reactions, or strongly non-linear kinetics, the results are only a reference.

Subsequent Analysis

References

  1. Pu, X., Zhao, D., Fu, C., Chen, Z., Cao, S., Wang, C., and Cao, Y. (2021). Understanding and Calibration of Charge Storage Mechanism in Cyclic Voltammetry Curves. Angew. Chem. Int. Ed. 60, 21310-21318. DOI: 10.1002/anie.202104167.
  2. Brezesinski, T., Wang, J., Tolbert, S.H., and Dunn, B. (2010). Ordered mesoporous alpha-MoO3 with iso-oriented nanocrystalline walls for thin-film pseudocapacitors. Nat. Mater. 9, 146-151. DOI: 10.1038/nmat2612.