SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
SEIparam_default.hpp
Go to the documentation of this file.
1/*
2 * SEIparam_default.hpp
3 *
4 *
5 *
6 * Created on: 28 Jun 2022
7 * Author(s): Jorn Reniers, Volkan Kumtepeli
8 *
9 */
10
11#pragma once
12
13#include "SEIparam.hpp"
14
15namespace slide::param::def {
18 3 * 7.5e-7,
19
20 0.075e-14,
21 130e3,
22
23 2.75e-11,
24 130e3,
25 1.125e-14,
26 20e3,
27
28 1.1458e-15,
29 65e3,
30 0.25e-15,
31 200e3,
32
33 1.5 * 0.5e-14 / 2.0,
34 130000.0 / 1.5,
35 0.5e-16 / 15.0,
36 200000.0 / 2.5
37};
38
40 7.5e-7,
41 0.075e-14,
42 130e3,
43 2.75e-11,
44 130e3,
45 1.125e-14,
46 20e3,
47 1.1458e-15,
48 65e3,
49 0.25e-15,
50 200e3
51};
52
54 7.5e-7,
55 0.075e-14,
56 130e3,
57 2.75e-11,
58 130e3,
59 2.5e-15,
60 200e3,
61 1e-11,
62 0.0,
63 1.05e-16,
64 20e3
65};
66
68 7.5e-7,
69 0.075e-14,
70 130e3,
71 2.75e-11,
72 130e3,
73 1.125e-14,
74 20e3,
75 1.1458e-15,
76 65e3,
77 0.25e-15,
78 200e3
79};
80} // namespace slide::param::def
Definition: CSparam_default.hpp:14
constexpr SEIparam SEIparam_Kokam
< fitting parameters of the models
Definition: SEIparam_default.hpp:17
constexpr SEIparam SEIparam_User
sei_porosity
Definition: SEIparam_default.hpp:67
constexpr SEIparam SEIparam_LGCChemNMC
sei_porosity
Definition: SEIparam_default.hpp:53
constexpr SEIparam SEIparam_Kokam_old
sei_porosity
Definition: SEIparam_default.hpp:39
Definition: SEIparam.hpp:15