![]() |
SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
|
Cell class definition. More...
#include "cell_limits.hpp"
#include "../settings/settings.hpp"
#include "../StorageUnit.hpp"
#include "../types/Histogram.hpp"
#include "../types/data_storage/CellData.hpp"
#include "../types/Status.hpp"
#include "../utility/utility.hpp"
#include <cassert>
#include <iostream>
#include <fstream>
#include <cstring>
#include <cmath>
#include <string>
#include <vector>
#include <span>
Go to the source code of this file.
Classes | |
class | slide::Cell |
Abstract Class representing a single battery cell. More... | |
Namespaces | |
namespace | slide |
Slide namespace contains all the types, classes, and functions for the simulation framework. | |
Cell class definition.