SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
slide::OCVparam Struct Reference

#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...
 

Detailed Description

< Define a struct with the parameters of the OCV curve These parameters are calculated by the functions in determineOCV.cpp

Member Data Documentation

◆ cap

double slide::OCVparam::cap

the capacity of the cell [Ah]

◆ cmaxn

double slide::OCVparam::cmaxn

maximum lithium concentration in the anode [mol m-3]

◆ cmaxp

double slide::OCVparam::cmaxp

maximum lithium concentration in the cathode [mol m-3]

◆ elec_surf

double slide::OCVparam::elec_surf

electrode surface

◆ en

double slide::OCVparam::en

volume fraction of active material in the anode

◆ ep

double slide::OCVparam::ep

volume fraction of active material in the cathode

◆ lifracnini

double slide::OCVparam::lifracnini

lithium fraction in the anode at 50% SOC

◆ lifracpini

double slide::OCVparam::lifracpini

lithium fraction in the cathode at 50% soC

◆ nameneg

std::string slide::OCVparam::nameneg

name of the CSV file with the anode OCV curve

◆ namepos

std::string slide::OCVparam::namepos

name of the CSV file with the cathode OCV curve

◆ nn

int slide::OCVparam::nn

number of points in the anode OCV curve

◆ np

int slide::OCVparam::np

number of points in the cathode OCV curve

◆ thickn

double slide::OCVparam::thickn

thickness of the anode

◆ thickp

double slide::OCVparam::thickp

thickness of the cathode

◆ Vmax

double slide::OCVparam::Vmax

maximum voltage of the cell [V]

◆ Vmin

double slide::OCVparam::Vmin

minimum voltage of the cell [V]


The documentation for this struct was generated from the following file: