WOLFRAM SYSTEM MODELER
BaseStackDataParameters for stacks including degradation |
SystemModel["Modelica.Electrical.Batteries.BaseClasses.BaseStackData"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This record contains the base cell data definition of original and degraded cell data.
Ns |
Value: Type: Integer Description: Number of series connected cells |
---|---|
Np |
Value: Type: Integer Description: Number of parallel connected cells |
kDegraded |
Value: {{0, 0}} Type: Integer[:,2] Description: Indices of degraded cells [series index, parallel index] |
cellDataOriginal |
Value: Type: CellData Description: Original cell data |
cellDataDegraded |
Value: Type: CellData Description: Degraded cell data |
cellData |
Value: array(array(if anyTrue(array(ks == kDegraded[i, 1] and kp == kDegraded[i, 2] for i in 1:size(kDegraded, 1))) then cellDataDegraded else cellDataOriginal for kp in 1:Np) for ks in 1:Ns) Type: CellData[Ns,Np] Description: Matrix of cell data |
cellDataOriginal |
Type: CellData Description: Original cell data |
|
---|---|---|
cellDataDegraded |
Type: CellData Description: Degraded cell data |
|
cellData |
Type: CellData[Ns,Np] Description: Matrix of cell data |
Modelica.Electrical.Batteries.BaseClasses Partial stack with sensors |