RCAIDE.Library.Components.Powertrain.Systems.Environmental_Controls
Environmental_Controls#
- class Environmental_Controls(*args, **kwarg)[source]#
Bases:
SystemsA class representing environmental control systems 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.