galpynostatic.datasets.params submodule
Module with Li-ion battery electrode materials parameters for simulation.
Here we provide average densities and specific capacities of typical lithium-ion battery electrode materials for further simulations. Others parameters needed, like isotherms, diffusion coefficients, particle size and kinetic rate constants can be extracted from databases. For example, see the LiionDB SQL database for battery parameters [6].
References
- class galpynostatic.datasets.params.Electrode(material)
Bases:
objectElectrode parameters.
- Parameters:
material (str) – The materials name. Available materials include: Graphite”, `”Graphite-Silicon”, “Silicon”, “LTO”, “LCO”, “LFP”, “LMO”, “NCA”, “NCO46”, “NMC”, “NMC111”, “NMC523”, “NMC622”, “NMC811”.
- Raises:
ValueError – When the material provided is not available in the dataset.
- property density
Get the density of the material in \(g/cm^3\).
- property specific_capacity
Get the specific capacity of the material in \(mAhg^{-1}\).