SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
DataStorage.hpp
Go to the documentation of this file.
1
/*
2
* DataStorage.hpp
3
*
4
* This class is created to generic interface to store data.
5
* Created on: 28 Aug 2022
6
* Author(s): Jorn Reniers, Volkan Kumtepeli
7
*/
8
9
10
#pragma once
11
12
struct
DataStorage
13
{
14
enum
Index
:
size_t
15
{
16
i_I
,
17
i_SOC
,
18
i_T
,
19
N_states
,
20
};
21
};
DataStorage
Definition:
DataStorage.hpp:13
DataStorage::Index
Index
Definition:
DataStorage.hpp:15
DataStorage::i_SOC
@ i_SOC
Definition:
DataStorage.hpp:17
DataStorage::i_T
@ i_T
cell temperature [K]
Definition:
DataStorage.hpp:18
DataStorage::N_states
@ N_states
Definition:
DataStorage.hpp:19
DataStorage::i_I
@ i_I
Definition:
DataStorage.hpp:16
src
types
data_storage
DataStorage.hpp
Generated by
1.9.5