All unit operations
Electrolyzer (rigorous) simulation
water feed -> H2 (Butler-Volmer/Nernst cell); fuel-cell mode: H2 -> water
Governing equations
The exact equations the solver works for a electrolyzer (rigorous) — the same math shown in the app's "Theory" panel, not a black box.
- actual cell voltage [V] — the sum below is why a real stack needs more than the thermodynamic minimum
- reversible (Nernst) voltage [V]
- activation overpotential — the kinetic penalty at the electrodes
- ohmic overpotential — resistance of membrane and hardware
- concentration overpotential — mass-transport limitation at high current
- current density [A/m²]
- exchange current density [A/m²]
- crossover current density (gas permeating the membrane)
- charge-transfer coefficient
- area-specific resistance [Ω·m²]
- total current [A]
- Faraday constant
- Faradaic efficiency — the fraction of current that actually makes product
- gas constant
- temperature [K]
Parameters
current_density [A/m^2]; optional area [m^2], n_cells, preset 'pem'|'alkaline', mode 'electrolysis'|'fuel_cell', pressure [Pa], temperature [K], and per-electrode overrides (i0_anode/i0_cathode, alpha_*, r_area, i_lim, crossover_current)