![]() |
SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
|
#include "slide.hpp"
#include "paperCode.hpp"
#include <cmath>
#include <random>
#include <cassert>
#include <iostream>
#include <fstream>
Namespaces | |
namespace | slide |
Slide namespace contains all the types, classes, and functions for the simulation framework. | |
namespace | slide::paperCode |
namespace | slide::paperCode::paper2022 |
Functions | |
void | slide::paperCode::paper2022::Vequalisation_Rdc (double Rdc) |
void | slide::paperCode::paper2022::Vequalisation () |
void | slide::paperCode::paper2022::thermalModel () |
void | slide::paperCode::paper2022::degrade (auto &&su) |
void | slide::paperCode::paper2022::degradation_1cell () |
void | slide::paperCode::paper2022::degradation_electricalModel () |
void | slide::paperCode::paper2022::degradation_variations () |
void | slide::paperCode::paper2022::degradation_thermal () |