WOLFRAM SYSTEM MODELER

BaseStackData

Parameters for stacks including degradation

Diagram

Wolfram Language

In[1]:=
SystemModel["Modelica.Electrical.Batteries.BaseClasses.BaseStackData"]
Out[1]:=

Information

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.

Parameters (6)

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

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

Used in Components (1)

BaseStackWithSensors

Modelica.Electrical.Batteries.BaseClasses

Partial stack with sensors

Extended by (2)

StackData

Modelica.Electrical.Batteries.ParameterRecords

Parameters for stacks including degradation

StackData

Modelica.Electrical.Batteries.ParameterRecords.TransientData

Parameters for transient stacks including degradation