SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
Geometry_SPM.hpp
Go to the documentation of this file.
1/*
2 * Geometry_SPM.hpp
3 *
4 *
5 *
6 * Created on: 28 Jun 2022
7 * Author(s): Jorn Reniers, Volkan Kumtepeli
8 *
9 */
10
11#pragma once
12
13namespace slide::param {
16{
17 double L{ 1.6850e-4 };
18 double Acell{ 0.1 * 0.2 };
19 double elec_surf{ Acell * 31 };
20 double SAV{ 252.9915 };
21
22 double Rp{ 8.5e-6 }, Rn{ 1.25e-5 };
25
27};
28} // namespace slide::param
Definition: CSparam.hpp:12
< Define a structure with the fitting parameters of the SEI growth models (SEI)
Definition: Geometry_SPM.hpp:16
double Acell
geometric surface area of the cell [m2] / width * height of the pouch.
Definition: Geometry_SPM.hpp:18
double L
thickness of one layer of the cell [m]
Definition: Geometry_SPM.hpp:17
double Rp
Definition: Geometry_SPM.hpp:22
double elec_surf
geometric surface area of the electrodes (electrode height * electrode width*layers) [m2] Doubly coat...
Definition: Geometry_SPM.hpp:19
double Rn
other geometric parameters are part of State because they can change over the battery'
Definition: Geometry_SPM.hpp:22
double SAV
surface area to volume-ratio of the cell [m2/m3]
Definition: Geometry_SPM.hpp:20