RCAIDE.Library.Components.Powertrain.Sources.Battery_Modules.Aluminum_Air
Aluminum_Air#
- class Aluminum_Air(*args, **kwarg)[source]#
Bases:
Generic_Battery_Module
Class for modeling aluminum-air battery characteristics and performance
- tag#
Identifier for the battery module (default: ‘Aluminum Air’)
- Type:
str
- cell.specific_energy#
Energy capacity per unit mass [J/kg] (default: 1300 Wh/kg)
- Type:
float
- cell.specific_power#
Maximum power output per unit mass [W/kg] (default: 0.2 kW/kg)
- Type:
float
- mass_gain_factor#
Rate of mass increase during discharge [kg/Wh] (default: 0.000110145 kg/Wh)
- Type:
float
- cell.water_mass_gain_factor#
Rate of water consumption [kg/Wh] (default: 0.000123913 kg/Wh)
- Type:
float
- cell.aluminum_mass_factor#
Rate of aluminum consumption [kg/Wh] (default: 0.000123828 kg/Wh)
- Type:
float
- cell.ragone.const_1#
First constant in Ragone curve fit [kW/kg] (default: 0.8439 kW/kg)
- Type:
float
- cell.ragone.const_2#
Second constant in Ragone curve fit [1/(Wh/kg)] (default: -4.8647e-4)
- Type:
float
- cell.ragone.lower_bound#
Minimum specific energy on Ragone plot [Wh/kg] (default: 1100 Wh/kg)
- Type:
float
- cell.ragone.upper_bound#
Maximum specific energy on Ragone plot [Wh/kg] (default: 1600 Wh/kg)
- Type:
float
Notes
Aluminum-air batteries are a type of metal-air battery that uses aluminum as the anode and ambient oxygen as the cathode. During discharge, the battery consumes aluminum and water while gaining mass from the reaction products.
Definitions
- ‘Ragone Plot’
Graph showing the relationship between specific power and specific energy, characterized by constants that define the performance envelope
- ‘Mass Gain Factor’
Rate at which the battery gains mass during discharge due to the conversion of aluminum to aluminum hydroxide
See also
RCAIDE.Library.Components.Powertrain.Sources.Battery_Modules.Generic_Battery_Module
Base battery module class