RCAIDE.Library.Methods.Powertrain.Converters.Fuel_Cells.Larminie_Model

Larminie_Model#

This module provides methods for modeling fuel cell performance using the Larminie-Dicks model.

It includes functionality for computing voltage, power, and performance characteristics of fuel cells based on electrochemical principles. The Larminie-Dicks model is a semi-empirical approach that accounts for activation losses, ohmic losses, and concentration losses in fuel cells, making it suitable for system-level design and analysis of fuel cell powertrains.

Modules

append_fuel_cell_conditions(fuel_cell_stack, ...)

Appends the initial fuel_cell conditions.

compute_fuel_cell_performance(...)

Computes the performance of a fuel cell stack using the Larminie-Dicks model.

compute_power(current_density, fuel_cell[, sign])

Function that determines the power output per cell, based on in input current density

compute_power_difference(current_density, ...)

function that determines the power difference between the actual power and a desired input power, based on an input current density

compute_voltage(fuel_cell, current_density)

Calculates fuel cell voltage based on current density using the Larminie-Dicks model.