RCAIDE.Library.Components.Powertrain.Distributors.Fuel_Line

Fuel_Line#

class Fuel_Line(*args, **kwarg)[source]#

Bases: Component

Class for managing fuel distribution between aircraft fuel system components

tag#

Identifier for the fuel line (default: ‘fuel_line’)

Type:

str

fuel_tanks#

Collection of fuel tanks connected to this line

Type:

Container

assigned_propulsors#

List of propulsion systems supplied by this fuel line

Type:

list

active#

Flag indicating if the fuel line is operational (default: True)

Type:

bool

efficiency#

Fuel transfer efficiency (default: 1.0)

Type:

float

Notes

The fuel line manages fuel distribution between tanks and engines, handling fuel transfer and flow control. It supports multiple fuel tanks and propulsors in various aircraft configurations.

See also

RCAIDE.Library.Components.Powertrain.Sources.Fuel_Tanks

Fuel tank components

RCAIDE.Library.Components.Powertrain.Propulsors

Aircraft propulsion system components