SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
slide::settings::data Namespace Reference

Variables

constexpr bool storeCumulativeData = (DATASTORE_CELL >= cellDataStorageLevel::storeCumulativeData)
 
constexpr bool writeCumulativeData = storeCumulativeData
 
constexpr size_t N_CumulativeCell = storeCumulativeData ? 3 : 0
 
constexpr size_t N_CumulativeModule = (DATASTORE_MODULE >= moduleDataStorageLevel::storeCumulativeData) ? 3 : 0
 

Variable Documentation

◆ N_CumulativeCell

constexpr size_t slide::settings::data::N_CumulativeCell = storeCumulativeData ? 3 : 0
constexpr

◆ N_CumulativeModule

constexpr size_t slide::settings::data::N_CumulativeModule = (DATASTORE_MODULE >= moduleDataStorageLevel::storeCumulativeData) ? 3 : 0
constexpr

◆ storeCumulativeData

constexpr bool slide::settings::data::storeCumulativeData = (DATASTORE_CELL >= cellDataStorageLevel::storeCumulativeData)
constexpr

◆ writeCumulativeData

constexpr bool slide::settings::data::writeCumulativeData = storeCumulativeData
constexpr