LMU STINT CALCULATOR

{{ selectCarError }}

{{ selectTrackError }}

{{ raceLengthError }}

{{ lapTimeError }}

{{ fuelPerLapError }}

{{ virtualEnergyError }}

RACE PLAN

TOTAL RACE LENGTH: {{ defaultStrategy.totalLaps }} laps

{{ defaultStrategy.numberOfStops }} {{ defaultStrategy.numberOfStops > 1 ? 'PITSTOPS': 'PITSTOP' }}, SO DEDUCT {{ defaultStrategy.lapsSavedByPitting }} {{ defaultStrategy.lapsSavedByPitting > 1 ? 'LAPS' : 'LAP' }} FROM THE TOTAL DUE TO SPENDING {{ formatTimeInPits(defaultStrategy.totalTimeInPits) }} IN THE PITS

{{ defaultStrategy.numberOfStops }} {{ defaultStrategy.numberOfStops > 1 ? 'PITSTOPS': 'PITSTOP' }}

NO PITSTOPS (FLAG TO FLAG RACE)

PIT PLAN: {{ defaultStrategy.totalPlannedDrivingLaps }} Laps


STINTS

#{{ index + 1 }} L{{ stint.pitOnLap }}

RACE START

Virtual Energy: {{ Math.ceil(stint.virtualEnergy) }}%

Fuel: {{ Math.ceil(stint.fuel) }}L ({{ Math.floor(stint.lapsThisStint) }} laps)

{{ defaultStrategy.includeSafetyLap ? 'Includes an additional lap for safety' : 'Does not include safety lap' }}

WARNING - Safety lap is advised unless you expect to finish at the front of the fastest class.

{{ stint.takeTyres ? 'FUEL + TYRES' : 'FUEL ONLY' }}

FINAL STINT

Virtual Energy: {{ Math.ceil(stint.virtualEnergy) }}%

Fuel: {{ Math.ceil(stint.fuel) }}L ({{ Math.floor(stint.lapsThisStint) }} laps)

{{ stint.takeTyres ? 'Taking Tyres' : 'Skipping Tyres' }}

{{ selectedTrack === LeMans ? 'Le Mans: Skipping tyres as planned?' : 'WARNING: Double stinting tyres can be risky.' }}

{{ defaultStrategy.includeSafetyLap ? 'Includes an additional lap for safety' : 'Does not include safety lap' }}

WARNING - Safety lap is advised unless you expect to finish at the front of the fastest class.