recordExampleData

Example parameters of a battery cell

Extends from CellData (Parameters of a battery cell).

Information

This is an example for an OCV versus SOC characteristic

Parameters

TypeNameDefaultDescription
StringCellType (from BaseCellRecord)"Cell Data"Indicates cell type
SI.ElectricChargeQnom (from CellData)Nominal (maximum) charge
SI.ResistanceRi (from CellData)Total inner resistance (= OCVmax/Isc)
SI.TemperatureT_ref (from CellData)293.15Reference temperature
SI.LinearTemperatureCoefficientalpha (from CellData)0Temperature coefficient of resistance at T_ref
SI.CurrentIdis (from CellData)0Self-discharge current at SOC = SOCmax
SI.ResistanceR0 (from CellData)RiInner resistance without parallel C
OCV versus SOC
BooleanuseLinearSOCDependency (from CellData)trueUse a linear SOC dependent OCV, otherwise table based
SI.VoltageOCVmax (from CellData)OCV at SOC = SOCmax
SI.VoltageOCVmin (from CellData)OCV at SOC = SOCmin
RealSOCmax (from CellData)1Maximum state of charge
RealSOCmin (from CellData)0Minimum state of charge
Real[:,2]OCV_SOC (from CellData)[SOCmin, OCVmin/OCVmax; SOCmax, 1]OCV/OCVmax versus SOC table
Modelica.Blocks.Types.Smoothnesssmoothness (from CellData)Modelica.Blocks.Types.Smoothness.LinearSegmentsSmoothness of table interpolation
Real[:,2]OCV_SOC_internal (from CellData)if useLinearSOCDependency then [SOCmin, OCVmin/OCVmax; SOCmax, 1] else OCV_SOCOCV/OCVmax versus SOC used internal