RCAIDE.Library.Components.Powertrain.Systems.Cabin_Loads
Cabin_Loads#
- class Cabin_Loads(*args, **kwarg)[source]#
Bases:
SystemsA class representing cabin loads and their power requirements.
- compute_performance(vehicle, state, bus)[source]#
Computes the power draw of the system based on the operating conditions.
- Parameters:
Notes
This method should be overridden by specific system implementations to calculate power draw based on their unique characteristics and operating conditions. The base implementation does not perform any calculations.