Visual Diagram
classDiagram
class BatteryPerformance
BatteryPerformance : +capacity
BatteryPerformance --|> CapacityInfo : capacity
BatteryPerformance : +power
BatteryPerformance --|> PowerInfo : power
BatteryPerformance : +efficiency
BatteryPerformance --|> EfficiencyInfo : efficiency
BatteryPerformance : +internalResistance
BatteryPerformance --|> InternalResistanceInfo : internalResistance
BatteryPerformance : +lifetime
BatteryPerformance --|> LifetimeInfo : lifetime
BatteryPerformance : +temperature
BatteryPerformance --|> TemperatureInfo : temperature
BatteryPerformance : +negativeEvents
BatteryPerformance --|> NegativeEventsInfo : negativeEvents
click CapacityInfo href "CapacityInfo.html" "dppk:CapacityInfo"
style CapacityInfo stroke:#2962ff,color:#2962ff
click PowerInfo href "PowerInfo.html" "dppk:PowerInfo"
style PowerInfo stroke:#2962ff,color:#2962ff
click EfficiencyInfo href "EfficiencyInfo.html" "dppk:EfficiencyInfo"
style EfficiencyInfo stroke:#2962ff,color:#2962ff
click InternalResistanceInfo href "InternalResistanceInfo.html" "dppk:InternalResistanceInfo"
style InternalResistanceInfo stroke:#2962ff,color:#2962ff
click LifetimeInfo href "LifetimeInfo.html" "dppk:LifetimeInfo"
style LifetimeInfo stroke:#2962ff,color:#2962ff
click TemperatureInfo href "TemperatureInfo.html" "dppk:TemperatureInfo"
style TemperatureInfo stroke:#2962ff,color:#2962ff
click NegativeEventsInfo href "NegativeEventsInfo.html" "dppk:NegativeEventsInfo"
style NegativeEventsInfo stroke:#2962ff,color:#2962ff
Description
Container for performance and durability parameters of the battery.
governedBy: DIN DKE SPEC 99100
Properties
| Property | Description | Type | governedBy |
|---|---|---|---|
| Capacity, energy, and voltage (dppk:capacity) | Sub-section for capacity, energy, state of charge, and voltage limits. | dppk:CapacityInfo | DIN DKE SPEC 99100 |
| Power capability (dppk:power) | Sub-section for power capability, fade, and limits. | dppk:PowerInfo | DIN DKE SPEC 99100 |
| Round trip energy efficiency and self-discharge (dppk:efficiency) | Sub-section for round trip efficiency and self-discharge. | dppk:EfficiencyInfo | DIN DKE SPEC 99100 |
| Internal resistance (dppk:internalResistance) | Sub-section for internal resistance. | dppk:InternalResistanceInfo | DIN DKE SPEC 99100 |
| Battery lifetime (dppk:lifetime) | Sub-section for battery lifetime in years and cycles. | dppk:LifetimeInfo | DIN DKE SPEC 99100 |
| Temperature conditions (dppk:temperature) | Sub-section for temperature conditions and time in extreme temperatures. | dppk:TemperatureInfo | DIN DKE SPEC 99100 |
| Negative events and accidents (dppk:negativeEvents) | Sub-section for negative events and accidents. | dppk:NegativeEventsInfo | DIN DKE SPEC 99100 |
