Skip to content

Commit

Permalink
Merge pull request #1546 from molel-gt/issue-1527-expose-more-variables
Browse files Browse the repository at this point in the history
Expose additional variables
  • Loading branch information
valentinsulzer authored Jul 15, 2021
2 parents bae3720 + c2baee9 commit 90a4cf6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ def __init__(self, options=None, name="Doyle-Fuller-Newman half cell model"):
* param.L_s
* param.A_cc,
"Current [A]": I,
"Current density [A.m-2]": i_cell * i_typ,
"Working electrode potential": phi_s_w,
"Working electrode potential [V]": phi_s_w_ref + pot * phi_s_w,
"Working electrode open circuit potential": U_w(c_s_surf_w, T),
Expand All @@ -407,6 +408,8 @@ def __init__(self, options=None, name="Doyle-Fuller-Newman half cell model"):
"Voltage drop in the cell [V]": phi_s_w_ref + U_n_ref + pot * vdrop_cell,
"Terminal voltage": voltage,
"Terminal voltage [V]": voltage_dim,
"Instantaneous power [W.m-2]": i_cell * i_typ * voltage_dim,
"Pore-wall flux [mol.m-2.s-1]": j_w,
}

@property
Expand Down

0 comments on commit 90a4cf6

Please sign in to comment.