RCAIDE.Library.Plots.Energy

Energy#

Energy plotting module providing visualization tools for energy-related components and analysis.

This module contains functions for plotting various energy-related metrics and characteristics including battery performance, propulsion system efficiency, and fuel consumption patterns.

Modules

plot_altitude_sfc_weight(results[, ...])

Creates a four-panel plot showing throttle settings, vehicle weight, specific fuel consumption (SFC), and fuel consumption rate over time.

plot_battery_cell_conditions(results[, ...])

Creates a six-panel plot showing various battery cell-level conditions throughout flight.

plot_battery_degradation(results[, ...])

Creates a six-panel plot showing battery degradation metrics against various parameters.

plot_battery_module_C_rates(results[, ...])

Creates a two-panel plot showing instantaneous and nominal C-rates of battery modules during operation.

plot_battery_module_conditions(results[, ...])

Creates a six-panel plot showing various battery module-level conditions throughout flight.

plot_battery_pack_conditions(results[, ...])

Creates a six-panel plot showing various battery pack-level conditions throughout flight.

plot_battery_ragone_diagram(battery[, ...])

Creates a Ragone plot showing the relationship between specific power and specific energy of a battery.

plot_battery_temperature(results[, ...])

Creates a three-panel plot showing battery thermal conditions and related parameters throughout flight.

plot_crogenic_fuel_consumption

plot_electric_propulsor_efficiencies(results)

Creates a three-panel plot showing efficiencies of electric propulsion system components.

plot_fuel_consumption(results[, ...])

Creates a plot showing aircraft fuel consumption over time, including standard and additional fuel if present.

plot_propulsor_throttles(results[, ...])

Creates a plot showing throttle settings for all propulsors throughout the flight mission.