Battery cells and stacks with sensors
Cells and stacks with measurement
Extends from Modelica.Icons.Package (Icon for standard packages).
Name | Description |
---|---|
Cell | Cell with measurement |
CellRC | Cell with measurement |
Stack | Stack with sensors |
StackRC | Stack with sensors |
Cell with measurement
This is a single cell[Np=1, Ns=1] with measurement.
Extends from Modelica.Electrical.Batteries.BaseClasses.BaseCellWithSensors (Partial cell with sensors).
Name | Description |
---|---|
SOC0 | Initial SOC |
useHeatPort | =true, if HeatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Advanced | |
SOCtolerance | SOC tolerance for detection of depleted or overcharged cell |
Name | Description |
---|---|
p | Positive electrical pin |
n | Negative electrical pin |
heatPort | Optional port to which dissipated losses are transported in form of heat |
cellBus | Cell bus |
Cell with measurement
This is a single transient cellRC[Np=1, Ns=1] (with RC-elements) with measurement.
Extends from Modelica.Electrical.Batteries.BaseClasses.BaseCellWithSensors (Partial cell with sensors), Modelica.Electrical.Batteries.Icons.TransientModel (Indicates transient model).
Name | Description |
---|---|
SOC0 | Initial SOC |
useHeatPort | =true, if HeatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Advanced | |
SOCtolerance | SOC tolerance for detection of depleted or overcharged cell |
Name | Description |
---|---|
p | Positive electrical pin |
n | Negative electrical pin |
heatPort | Optional port to which dissipated losses are transported in form of heat |
cellBus | Cell bus |
Stack with sensors
This is a stack of Ns
x Np
cell[Np=1, Ns=1] with measurement, arranged in a matrix.
Extends from Modelica.Electrical.Batteries.BaseClasses.BaseStackWithSensors (Partial stack with sensors).
Name | Description |
---|---|
useAllParallelConnections | = true, if all parallel connections are used |
SOC0[stackData.Ns, stackData.Np] | Initial SOC |
useHeatPort | =true, if HeatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Advanced | |
SOCtolerance | SOC tolerance for detection of depleted or overcharged cell |
Name | Description |
---|---|
p | Positive electrical pin |
n | Negative electrical pin |
stackBus | Stack bus |
batteryBus | Battery bus (average / sum over all cells) |
heatPort[stackData.Ns, stackData.Np] | Optional port to which dissipated losses are transported in form of heat |
Stack with sensors
This is a stack of Ns
x Np
transient cellRC[Np=1, Ns=1] (with RC-elements) with measurement, arranged in a matrix.
Extends from Modelica.Electrical.Batteries.BaseClasses.BaseStackWithSensors (Partial stack with sensors), Modelica.Electrical.Batteries.Icons.TransientModel (Indicates transient model).
Name | Description |
---|---|
useAllParallelConnections | = true, if all parallel connections are used |
SOC0[stackData.Ns, stackData.Np] | Initial SOC |
useHeatPort | =true, if HeatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Advanced | |
SOCtolerance | SOC tolerance for detection of depleted or overcharged cell |
Name | Description |
---|---|
p | Positive electrical pin |
n | Negative electrical pin |
stackBus | Stack bus |
batteryBus | Battery bus (average / sum over all cells) |
heatPort[stackData.Ns, stackData.Np] | Optional port to which dissipated losses are transported in form of heat |