Carrier tritium fuel consumption

Published: Updated:

This document explains the mathematical formula used to calculate the amount of Tritium fuel required for a Fleet/Squadron Carrier’s next jump.

Overview

The fuel per jump is influenced by the distance of the jump and the used storage capacity of the carrier. The exact fuel consumption is calculated at the time of the jump. It is possible to plot a course that is valid at the time of plotting but becomes invalid at the time of jumping if the fuel cost surpasses the available fuel due to changes in the used storage capacity of the carrier. This will trigger some messages from the Deck Officer of the Carrier and ultimately in an unknown failure.

Formula

The fuel cost is calculated using the following formula:

\[\text{fuel} = \text{round}\left(BASE\_FUEL\_PER\_JUMP + \frac{distance \times (capacityUsed + fuelInReservoir + carrierMass)}{200000}\right)\]

Where:

The minimum fuel cost for any jump is 5 tons of Tritium.

Example Calculation

For a Fleet Carrier with:

The calculation would be:

\[\text{fuel} = \text{round}\left(5 + \frac{500 \times (5,000 + 1,000 + 25,000)}{200,000}\right)\]
fuel = round(5 + 500 * (5,000 + 1,000 + 25,000) / (8 * 25,000))
     = round(5 + 500 * 31,000 / 200,000)
     = round(5 + 77,5)
     = round(82,5)
     = 83 Tons

Key Properties

Tips

Failure sequence

This is the sequence of messages that the Deck Officer of the Carrier will say when the jump is attempted but the fuel cost surpasses the available fuel in the reservoir during the jump sequence:

attention_1.png attention_2.png aborted.png unknown_failure.png