![]() |
SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
|
#include <OCVparam.hpp>
Public Attributes | |
double | elec_surf |
electrode surface More... | |
double | ep |
volume fraction of active material in the cathode More... | |
double | en |
volume fraction of active material in the anode More... | |
double | thickp |
thickness of the cathode More... | |
double | thickn |
thickness of the anode More... | |
std::string | namepos |
name of the CSV file with the cathode OCV curve More... | |
std::string | nameneg |
name of the CSV file with the anode OCV curve More... | |
int | np |
number of points in the cathode OCV curve More... | |
int | nn |
number of points in the anode OCV curve More... | |
double | lifracpini |
lithium fraction in the cathode at 50% soC More... | |
double | lifracnini |
lithium fraction in the anode at 50% SOC More... | |
double | cmaxp |
maximum lithium concentration in the cathode [mol m-3] More... | |
double | cmaxn |
maximum lithium concentration in the anode [mol m-3] More... | |
double | cap |
the capacity of the cell [Ah] More... | |
double | Vmax |
maximum voltage of the cell [V] More... | |
double | Vmin |
minimum voltage of the cell [V] More... | |
< Define a struct with the parameters of the OCV curve These parameters are calculated by the functions in determineOCV.cpp
double slide::OCVparam::cap |
the capacity of the cell [Ah]
double slide::OCVparam::cmaxn |
maximum lithium concentration in the anode [mol m-3]
double slide::OCVparam::cmaxp |
maximum lithium concentration in the cathode [mol m-3]
double slide::OCVparam::elec_surf |
electrode surface
double slide::OCVparam::en |
volume fraction of active material in the anode
double slide::OCVparam::ep |
volume fraction of active material in the cathode
double slide::OCVparam::lifracnini |
lithium fraction in the anode at 50% SOC
double slide::OCVparam::lifracpini |
lithium fraction in the cathode at 50% soC
std::string slide::OCVparam::nameneg |
name of the CSV file with the anode OCV curve
std::string slide::OCVparam::namepos |
name of the CSV file with the cathode OCV curve
int slide::OCVparam::nn |
number of points in the anode OCV curve
int slide::OCVparam::np |
number of points in the cathode OCV curve
double slide::OCVparam::thickn |
thickness of the anode
double slide::OCVparam::thickp |
thickness of the cathode
double slide::OCVparam::Vmax |
maximum voltage of the cell [V]
double slide::OCVparam::Vmin |
minimum voltage of the cell [V]