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
13{
14 enum Index : size_t
15 {
20 };
21};
Definition: DataStorage.hpp:13
Index
Definition: DataStorage.hpp:15
@ i_SOC
Definition: DataStorage.hpp:17
@ i_T
cell temperature [K]
Definition: DataStorage.hpp:18
@ N_states
Definition: DataStorage.hpp:19
@ i_I
Definition: DataStorage.hpp:16