SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
LAMparam_default.hpp
Go to the documentation of this file.
1/*
2 * LAMparam_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 "LAMparam.hpp"
14
15namespace slide::param::def {
17 3.4985e-9 / 10.0,
18 5.88e-13 * 2e4,
19 -1.675e-5,
20 0.0,
21 -1.675e-5,
22 0.0,
23 54611.0,
24 12.5e-6,
25 27305.0,
26 8.3333e-9,
27 8.3333e-9
28};
29
31 2.6031e-9,
32 1.0417e-12,
33 3.015e-11,
34 -1.72125e-6,
35 3.015e-11,
36 -1.72125e-6,
37 54611.0,
38 1.21e-6,
39 27305.0,
40 7.5e-9,
41 7.5e-9
42};
43
45 3.4985e-9,
46 5.88e-13,
47 -1.675e-5,
48 0.0,
49 -1.675e-5,
50 0.0,
51 54611.0,
52 12.5e-6,
53 27305.0,
54 8.3333e-9,
55 8.3333e-9
56};
57
58} // namespace slide::param::def
Definition: CSparam_default.hpp:14
constexpr LAMparam LAMparam_Kokam
lam1p
Definition: LAMparam_default.hpp:16
constexpr LAMparam LAMparam_LGCChemNMC
lam1p
Definition: LAMparam_default.hpp:30
constexpr LAMparam LAMparam_User
lam1p
Definition: LAMparam_default.hpp:44
< Define a structure with the fitting parameters of the models for loss of active material (LAM)
Definition: LAMparam.hpp:16