Battery stacks built from cells
Battery models, either used for single cells or for stacks built from identical cells
Extends from Modelica.Icons.Package (Icon for standard packages).
Name | Description |
---|---|
CellStack | Battery with open-circuit voltage dependent on state of charge, self-discharge and inner resistance |
CellRCStack | Battery with open-circuit voltage dependent on state of charge, self-discharge, inner resistance and a series of RC-elements |
SuperCap | Simple model of a supercapacitor |
Battery with open-circuit voltage dependent on state of charge, self-discharge and inner resistance
The battery is modeled by open-circuit voltage (OCV) dependent on state of charge (SOC), self-discharge and inner resistance, as implemented in partial BaseCellStack.
This model can be used for a single cell Ns = Np = 1
as well as a stack built from identical cells.
For details, see concept and parameterization.
Parameter record array rcData contained in parameter record cellData is neglected.
Extends from Modelica.Electrical.Batteries.BaseClasses.BaseCellStack (Battery with open-circuit voltage dependent on state of charge, self-discharge and inner resistance).
Name | Description |
---|---|
Ns | Number of serial connected cells |
Np | Number of parallel connected cells |
useHeatPort | =true, if HeatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Initialization | |
SOC | State of charge |
Advanced | |
SOCtolerance | Tolerance to detect depleted of overcharged battery |
Name | Description |
---|---|
p | Positive electrical pin |
n | Negative electrical pin |
heatPort | Optional port to which dissipated losses are transported in form of heat |
Battery with open-circuit voltage dependent on state of charge, self-discharge, inner resistance and a series of RC-elements
Extends the model CellStack by a series of RC-elements, describing the transient behaviour of the battery.
This model can be used for a single cell Ns = Np = 1
as well as a stack built from identical cells.
For details, see concept and parameterization.
Parameter record array rcData contained in parameter record cellData has to be specified.
The total inner resistance is the sum of the resistance of resistor r0
and the sum of the resistances of the resistors of the RC-elements.
Extends from Modelica.Electrical.Batteries.BaseClasses.BaseCellStack (Battery with open-circuit voltage dependent on state of charge, self-discharge and inner resistance), Modelica.Electrical.Batteries.Icons.TransientModel (Indicates transient model).
Name | Description |
---|---|
Ns | Number of serial connected cells |
Np | Number of parallel connected cells |
useHeatPort | =true, if HeatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Initialization | |
SOC | State of charge |
Advanced | |
SOCtolerance | Tolerance to detect depleted of overcharged battery |
Name | Description |
---|---|
p | Positive electrical pin |
n | Negative electrical pin |
heatPort | Optional port to which dissipated losses are transported in form of heat |
Simple model of a supercapacitor
This is a simple model of a supercapacitor, comprising:
There is no limit included against too high charging and too low discharging or even charging in the opposite direction.
Extends from Modelica.Electrical.Analog.Interfaces.TwoPin (Component with two electrical pins), Modelica.Electrical.Analog.Interfaces.PartialConditionalHeatPort (Partial model to include a conditional HeatPort in order to dissipate losses, used for graphical modeling, i.e., for building models by drag-and-drop).
Name | Description |
---|---|
Vnom | Nominal voltage [V] |
V0 | Initial voltage [V] |
C | Capacitance [F] |
Qnom | Nominal charge [C] |
Rs | Series resistance [Ohm] |
T_ref | Reference temperature [K] |
alpha | Temperature coefficient of resistance at T_ref [1/K] |
Idis | Self-discharge current at nominal voltage [A] |
useHeatPort | =true, if HeatPort is enabled |
T | Fixed device temperature if useHeatPort = false [K] |
Name | Description |
---|---|
p | Positive electrical pin |
n | Negative electrical pin |
heatPort | Optional port to which dissipated losses are transported in form of heat |