> ## Documentation Index
> Fetch the complete documentation index at: https://offthepace.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# int_lap_fuel_state_qualifying

> One row per qualifying lap.

<Note>Part of the [Physics](/transform/families/physics) family.</Note>

One row per qualifying lap. Fuel weight correction for qualifying (flat 12 kg assumption). Fuel component negligible (\~0.42 s). Enables matching between int\_lap\_residual\_decomposed (race) and int\_lap\_residual\_decomposed\_qualifying (quali) on grain.

## Lineage

```mermaid theme={null}
flowchart LR
  stg_laps_qualifying --> int_lap_fuel_state_qualifying
  int_lap_fuel_state_qualifying --> int_lap_residual_decomposed_qualifying
  style int_lap_fuel_state_qualifying fill:#e40404,stroke:#e40404,color:#fff
```

## Overview

| Property          | Value                                               |
| ----------------- | --------------------------------------------------- |
| Layer             | `intermediate`                                      |
| Family            | [Physics](/transform/families/physics)              |
| Contract enforced | No                                                  |
| Tags              | `simulation`, `qualifying`                          |
| Upstream          | [`stg_laps_qualifying`](../stg/stg_laps_qualifying) |

**2 tests** [guard](/transform/ci/overview) this model  -  2 generic, 0 singular.

## Columns

| Column   | Type | Nullable | Tests                                                                        | Description                     |
| -------- | ---- | -------- | ---------------------------------------------------------------------------- | ------------------------------- |
| `lap_id` |      | Yes      | [`not_null`](/transform/ci/structural), [`unique`](/transform/ci/structural) | PK, FK to stg\_laps\_qualifying |
