![]() |
SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
|
#include "cell_data.hpp"
#include "../../settings/enum_definitions.hpp"
#include "../../utility/free_functions.hpp"
#include <string>
#include <vector>
#include <fstream>
#include <span>
#include <cstdlib>
#include <array>
#include <variant>
Go to the source code of this file.
Classes | |
struct | slide::CellDataWriter< N > |
Namespaces | |
namespace | slide |
Slide namespace contains all the types, classes, and functions for the simulation framework. | |
Functions | |
void | slide::writeData (std::ofstream &file, std::span< Histogram<> > histograms) |
void | slide::writeVarAndStates (std::ofstream &file, auto &cell) |
template<settings::cellDataStorageLevel N> | |
void | slide::writeDataImpl (std::ofstream &file, auto &cell, auto &dataStorage) |