![]() |
SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
|
Go to the source code of this file.
Namespaces | |
namespace | slide |
Slide namespace contains all the types, classes, and functions for the simulation framework. | |
namespace | slide::policy |
Typedefs | |
template<settings::cellDataStorageLevel N> | |
using | slide::policy::CellDataStoragePolicy = std::conditional_t< settings::cellDataStorageLevel=='I', First, std::conditional_t< T=='D', Second, Third > > |