RCAIDE.Framework.Mission.Segments.Evaluate
Evaluate#
Classes
|
Base process class used to analyze a vehicle in each flight segment. |
- class Evaluate(*args, **kwarg)[source]#
Bases:
SegmentBase process class used to analyze a vehicle in each flight segment.
- hybrid_power_split_ratio#
Fraction of propulsive shaft power provided by the electrical motor (phi). 0 = all fuel combustion, 1 = all electric. Required for Hybrid networks; auto-set for Fuel (0), Electric (1), and Fuel_Cell (1) networks if left as None.
- Type:
float or None
- battery_fuel_cell_power_split_ratio#
Fraction of electrical bus power supplied by batteries vs fuel cells (psi). 1 = all battery, 0 = all fuel cell. Required for Hybrid networks; auto-set for Fuel (0), Electric (1), and Fuel_Cell (0) networks if left as None.
- Type:
float or None