RCAIDE.Library.Components.Powertrain.Sources.Battery_Modules.Lithium_Sulfur
Lithium_Sulfur#
- class Lithium_Sulfur(*args, **kwarg)[source]#
Bases:
Generic_Battery_Module
Class for modeling lithium-sulfur battery characteristics and performance
- cell.specific_energy#
Energy capacity per unit mass [J/kg] (default: 500 Wh/kg)
- Type:
float
- cell.specific_power#
Maximum power output per unit mass [W/kg] (default: 1 kW/kg)
- Type:
float
- cell.ragone.const_1#
First constant in Ragone curve fit [kW/kg] (default: 245.848 kW/kg)
- Type:
float
- cell.ragone.const_2#
Second constant in Ragone curve fit [1/(Wh/kg)] (default: -0.00478 kg/Wh)
- Type:
float
- cell.ragone.lower_bound#
Minimum specific energy on Ragone plot [Wh/kg] (default: 300 Wh/kg)
- Type:
float
- cell.ragone.upper_bound#
Maximum specific energy on Ragone plot [Wh/kg] (default: 700 Wh/kg)
- Type:
float
Notes
Lithium-sulfur batteries offer higher specific energy than conventional lithium-ion batteries but typically have lower power density. The Ragone plot parameters define the relationship between specific power and energy.
See also
RCAIDE.Library.Components.Powertrain.Sources.Battery_Modules.Generic_Battery_Module
Base battery module class