Location: BG_to_channel @ 950b3b004fb4 / matlab_parameter_fitting / calc_alpha.m
- Author:
- Shelley Fong <s.fong@auckland.ac.nz>
- Date:
- 2022-03-22 15:21:27+13:00
- Desc:
- Updating channel density to literature value (Fedida91)
- Permanent Source URI:
- https://models.cellml.org/workspace/82e/rawfile/950b3b004fb4e23b7a4177d7aaf1d7ec8062b261/matlab_parameter_fitting/calc_alpha.m
function alpha = calc_alpha(params,V) % params: [kf, zf, kr, zr]; R = 8.314; T = 310; F = 96485; alpha = params(1)*exp(params(2)*F*V/R/T); end