Location: cellLib @ de662ebfc97a / BG_fit / calc_beta.m
- Author:
- WeiweiAi <wai484@aucklanduni.ac.nz>
- Date:
- 2022-03-08 17:11:47+13:00
- Desc:
- Put the MSE in the plot
- Permanent Source URI:
- https://models.fieldml.org/workspace/6bc/rawfile/de662ebfc97ad4e3b605cd8470a4c0b3bf262d06/BG_fit/calc_beta.m
function beta = calc_beta(params,V,T) % params: [kf, zf, kr, zr]; R = 8.314; F = 96485; beta = params(3)*exp(params(4)*F*V/R/T); end