SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
enum_definitions.hpp
Go to the documentation of this file.
1/*
2 * enum_definitions.hpp
3 *
4 * Created on: 10 Apr 2022
5 * Author(s): Jorn Reniers, Volkan Kumtepeli
6 */
7
8#pragma once
9
10namespace slide::settings {
18};
19
21 noStorage = 0,
25};
26
28 noStorage = 0,
31};
32
34{
37
38};
39
40} // namespace slide::settings
41
42namespace slide {
50 UserCell = 2
51};
52
53}
< Non-user related settings, please do not change!
Definition: derived_settings.hpp:13
printLevel
Definition: enum_definitions.hpp:11
@ printfindCVcurrentDetail
threshold of verbose of when to print the details of how the current for the CV phase is found
Definition: enum_definitions.hpp:17
@ printCrit
threshold of verbose of when to print error messages for critical errors
Definition: enum_definitions.hpp:12
@ printCyclerFunctions
threshold of verbose of when to print the start and end of functions of the BasicCycler
Definition: enum_definitions.hpp:14
@ printCyclerHighLevel
threshold of verbose of when to print the high-level flow of the program in the BasicCycler
Definition: enum_definitions.hpp:15
@ printNonCrit
threshold of verbose of when to print error messages for noncritical errors
Definition: enum_definitions.hpp:13
@ printCyclerDetail
threshold of verbose of when to print the low-level detailed flow of the program in the BasicCycler
Definition: enum_definitions.hpp:16
cellDataStorageLevel
Definition: enum_definitions.hpp:20
moduleDataStorageLevel
Definition: enum_definitions.hpp:27
CVcurrentAlgorithm
< Current finding method;
Definition: enum_definitions.hpp:34
@ falsePosition
Definition: enum_definitions.hpp:36
@ linearSearch
Definition: enum_definitions.hpp:35
Slide namespace contains all the types, classes, and functions for the simulation framework.
Definition: Cell.hpp:27
cellType
Definition: enum_definitions.hpp:43
@ KokamNMC
Definition: enum_definitions.hpp:48
@ UserCell
Definition: enum_definitions.hpp:50
@ LGChemNMC
Definition: enum_definitions.hpp:49