SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
StressParam_default.hpp
Go to the documentation of this file.
1/*
2 * StressParam_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 "StressParam.hpp"
14
15namespace slide::param::def {
17 2.1e-6,
18 3.17e-6,
19 138.73,
20 10,
21 0.3,
22 0.3,
23 false,
24 false,
25 false,
26 false,
27 0,
28 0,
29 0,
30 0,
31 0,
32 0
33};
34
36 2.1e-6,
37 3.17e-6,
38 138.73,
39 10,
40 0.3,
41 0.3,
42 false,
43 false,
44 false,
45 false,
46 0,
47 0,
48 0,
49 0,
50 0,
51 0
52};
53
55 2.1e-6,
56 3.17e-6,
57 138.73,
58 10,
59 0.3,
60 0.3,
61 false,
62 false,
63 false,
64 false,
65 0,
66 0,
67 0,
68 0,
69 0,
70 0
71};
72
74 2.1e-6,
75 3.17e-6,
76 138.73,
77 10,
78 0.3,
79 0.3,
80 false,
81 false,
82 false,
83 false,
84 0,
85 0,
86 0,
87 0,
88 0,
89 0
90};
91} // namespace slide::param::def
Definition: CSparam_default.hpp:14
constexpr StressParam StressParam_LGCChemNMC
< omegap, from Wu, Xiao, Wen, Zhang, Three-dimensional finite element study on stress generation in s...
Definition: StressParam_default.hpp:35
constexpr StressParam StressParam_Fit
< omegap, from Wu, Xiao, Wen, Zhang, Three-dimensional finite element study on stress generation in s...
Definition: StressParam_default.hpp:73
constexpr StressParam StressParam_User
< omegap, from Wu, Xiao, Wen, Zhang, Three-dimensional finite element study on stress generation in s...
Definition: StressParam_default.hpp:54
constexpr StressParam StressParam_Kokam
< omegap, from Wu, Xiao, Wen, Zhang, Three-dimensional finite element study on stress generation in s...
Definition: StressParam_default.hpp:16
Definition: StressParam.hpp:15