WOLFRAM SYSTEM MODELER
StackDataParameters for transient stacks including degradation |
SystemModel["Modelica.Electrical.Batteries.ParameterRecords.TransientData.StackData"]
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 |