WOLFRAM SYSTEM MODELER

StackData

Parameters for transient stacks including degradation

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Batteries.ParameterRecords.TransientData.StackData"]
Out[1]:=

Parameters (6)

Ns

Type: Integer

Description: Number of series connected cells

Np

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

Replaceable Component

Type: CellData

Description: Original cell data

cellDataDegraded

Replaceable Component

Type: CellData

Description: Degraded cell data

cellData

Replaceable Component

Value: {{if anyTrue({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

Components (3)

cellDataOriginal

Type: CellData

Description: Original cell data

cellDataDegraded

Type: CellData

Description: Degraded cell data

cellData

Type: CellData[Ns,Np]

Description: Matrix of cell data