FuelTankGroup
USI.Core
A logical aggregation of every fuel tank on one side of an aircraft. This does not assert tank count, identity, or physical topology.
public sealed class FuelTankGroup : AircraftComponentNodeProperties
Side
public AircraftFuelSystemSide Side { get; }Gets the side represented by this aggregate.
Methods
TryGetCapacityPoundsAsync
public Task<USIResult<Double>> TryGetCapacityPoundsAsync()Gets configured capacity of all tanks on this side, in pounds.
TryGetRemainingRatioAsync
public Task<USIResult<Double>> TryGetRemainingRatioAsync()Gets current side fuel as a normalized fraction of side capacity.
TryGetWeightPoundsAsync
public Task<USIResult<Double>> TryGetWeightPoundsAsync()Gets current fuel weight in all tanks on this side, in pounds.
