WOLFRAM SYSTEM MODELER

BaseStackWithSensors

Partial stack with sensors

Diagram

Wolfram Language

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

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This is a stack of Ns x Np cell[Np=1, Ns=1] with measurement, arranged in a matrix.

Parameters (6)

stackData

Value:

Type: BaseStackData

Description: Parameters for stacks including degradation

useAllParallelConnections

Value: true

Type: Boolean

Description: = true, if all parallel connections are used

SOC0

Value: fill(0.1, stackData.Ns, stackData.Np)

Type: Real[stackData.Ns,stackData.Np]

Description: Initial SOC

SOCtolerance

Value: 1e-9

Type: Real

Description: SOC tolerance for detection of depleted or overcharged cell

useHeatPort

Value: false

Type: Boolean

Description: =true, if HeatPort is enabled

T

Value: 293.15

Type: Temperature (K)

Description: Fixed device temperature if useHeatPort = false

Inputs (1)

displaySOC

Default Value: SOC

Type: Real

Description: SOC for display

Outputs (3)

i

Default Value: p.i

Type: Current (A)

Description: Current into the stack

power

Default Value: v * i

Type: Power (W)

Description: Power to the stack

SOC

Default Value: socTotal.y

Type: Real

Description: Overall State of charge

Connectors (5)

p

Type: PositivePin

Description: Positive electrical pin

n

Type: NegativePin

Description: Negative electrical pin

stackBus

Type: StackBus

Description: Stack bus

batteryBus

Type: CellBus

Description: Battery bus (average / sum over all cells)

heatPort

Type: HeatPort_a[stackData.Ns,stackData.Np]

Description: Optional port to which dissipated losses are transported in form of heat

Components (6)

stackData

Type: BaseStackData

Description: Parameters for stacks including degradation

cell

Type: BaseCellWithSensors[stackData.Ns,stackData.Np]

Description: Matrix of cells

multiSensor

Type: MultiSensor

Description: Sensor to measure current, voltage and power

socTotal

Type: RealExpression

Description: Set output signal to a time varying Real expression

lossesTotal

Type: RealExpression

Description: Set output signal to a time varying Real expression

temperatureTotal

Type: RealExpression

Description: Set output signal to a time varying Real expression

Extended by (2)

StackRC

Modelica.Electrical.Batteries.BatteryStacksWithSensors

Stack with sensors

Stack

Modelica.Electrical.Batteries.BatteryStacksWithSensors

Stack with sensors