Skip to content

Commit

Permalink
Scaling parameter update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhammika Widanalage authored and Dhammika Widanalage committed Nov 7, 2021
1 parent 5ed327c commit 6cfcdac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions +BatteryLibrary/+Models/TSPMe.ssc
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ component TSPMe
ss_ep = sigma_ep/sigma_eRef; % Dimensionless positive electrolyte conductivity coefficients (Ref#1 eq A.4)

% Non-dimensional parameters
CC_rn = F/(knRef*an*sqrt(ce0)*t0); % Radius of active material particle (Ref#1 eq A.9)
CC_rp = F/(kpRef*ap*sqrt(ce0)*t0); % Radius of active material particle (Ref#1 eq A.9)
Sigma_e = R*Tref*sigma_eRef/(F*L*i0); % Ratio of thermal voltage to typical ohmic drop in the electrolyte (Ref#1 eq A.9)
CC_rn = F/(kn*an*sqrt(ce0)*t0); % Radius of active material particle (Ref#1 eq A.9)
CC_rp = F/(kp*ap*sqrt(ce0)*t0); % Radius of active material particle (Ref#1 eq A.9)
Sigma_e = R*Tref*sigma_e/(F*L*i0); % Ratio of thermal voltage to typical ohmic drop in the electrolyte (Ref#1 eq A.9)

end

Expand Down

0 comments on commit 6cfcdac

Please sign in to comment.