From 7193da2f08342aaeed0cad31fabcf8dff9bc871b Mon Sep 17 00:00:00 2001 From: Sravan Pannala <57152030+sravanpannala@users.noreply.github.com> Date: Fri, 22 Mar 2024 08:11:10 -0400 Subject: [PATCH] eq --- degradation_model/tuning_code/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/degradation_model/tuning_code/readme.md b/degradation_model/tuning_code/readme.md index 2356e2e8db..4d8f42e9ad 100644 --- a/degradation_model/tuning_code/readme.md +++ b/degradation_model/tuning_code/readme.md @@ -57,7 +57,7 @@ $$Y_\mathrm{cyc} = \left[C, n_\mathrm{Li},C_n,C_p\right]^T$$ 1. eSOH parameters $[x_0,x_{100},y_0,y_{100},C_n,C_p,C,n_{Li}]$ at RPTs for cycling aging cells at multiple C-rates 2. Output of step 1 i.e. parameters tuned in step 1. ### Output of Tuning: -$$P_\mathrm{cyc} = \left[\beta^{-}_\mathrm{LAM,1},\beta^{-}_\mathrm{LAM,2},\beta^{+}_\mathrm{LAM,1},\beta^{+}_\mathrm{LAM,2},m_\mathrm{LAM},k_\mathrm{pl}\right]$$ +$$P_\mathrm{cyc} = \left[\beta_\mathrm{LAM,1},\beta_\mathrm{LAM,2},\beta_\mathrm{LAM,1},\beta_\mathrm{LAM,2},m_\mathrm{LAM},k_\mathrm{pl}\right]$$ ### Code for executing step: To perform step 2, please run this [notebook](./step_2_cycling.ipynb)