Modelica.Electrical.Batteries.Interfaces

Interfaces of battery models

Information

Interfaces, especially measurement bus (expandable connector).

Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).

Package Content

Name Description
Modelica.Electrical.Batteries.Interfaces.CellBus CellBus Measurement signal bus for a single cell
Modelica.Electrical.Batteries.Interfaces.StackBus StackBus Measurement signal bus for a stack
Modelica.Electrical.Batteries.Interfaces.StackBusArrays StackBusArrays Measurement signal bus for a stack, arranged as matrices

Modelica.Electrical.Batteries.Interfaces.CellBus Modelica.Electrical.Batteries.Interfaces.CellBus

Measurement signal bus for a single cell

Information

Measurement bus of a single cell.

Extends from Modelica.Icons.SignalSubBus (Icon for signal sub-bus).

Contents

NameDescription
vCell voltage [V]
iCell current [A]
socState of charge of cell
powerCell power [W]
lossPowerCell losses [W]
TCell temperature [K]

Modelica.Electrical.Batteries.Interfaces.StackBus Modelica.Electrical.Batteries.Interfaces.StackBus

Measurement signal bus for a stack

Information

Measurement bus of a stack, containing a cellBus per cell.

Extends from Modelica.Icons.SignalBus (Icon for signal bus).

Parameters

NameDescription
NsNumber of series connected cells
NpNumber of parallel connected cells

Contents

NameDescription
NsNumber of series connected cells
NpNumber of parallel connected cells
cellBus[Ns, Np]Cell buses

Modelica.Electrical.Batteries.Interfaces.StackBusArrays Modelica.Electrical.Batteries.Interfaces.StackBusArrays

Measurement signal bus for a stack, arranged as matrices

Information

Measurement bus of a stack, containing arrays of measured values, arranged in a matrix Ns x Np the same way as the stack is built from cells.

Extends from Modelica.Icons.SignalBus (Icon for signal bus).

Parameters

NameDescription
NsNumber of series connected cells
NpNumber of parallel connected cells

Contents

NameDescription
NsNumber of series connected cells
NpNumber of parallel connected cells
v[Ns, Np]Cell voltages [V]
i[Ns, Np]Cell currents [A]
soc[Ns, Np]States of charge of cells
power[Ns, Np]Cells powers [W]
lossPower[Ns, Np]Cells losses [W]
T[Ns, Np]Cells temperatures [K]
Automatically generated Thu Oct 1 16:07:40 2020.