fastga_he.models.propulsion.components.source.battery.methodology.internal_resistance_temperature module
This module is to study the effect of temperature on battery internal resistance. One of the reference in [CZD+21] suggests that internal resistance is a product of a function of SOC and a function of temperature under the form of an exponential (R_int(SOC, T) = f(SOC) * g( T)). [LWC+19] gives the evolution of internal resistance for the temperature for a 18650 cell (NCR 18650-type cylindrical Li-ion). We will make the assumption that the coefficient in the exponential do not vary too much from one Li-ion cell to another (Linked to chemistry, catalytic speed ?).
- fastga_he.models.propulsion.components.source.battery.methodology.internal_resistance_temperature.temperature_function(temperature_value, scaling_factor, ref_temperature)[source]