# ⚛  L1 Principle — Reservoir History Matching

**ID:** `L1-460` · **Status:** ⊙ Testnet (genesis catalog)

> **🌐 Domain:** Petroleum Engineering — *Inverse modeling*
> **🎯 Problem class:** nonlinear inverse · **🧮 Solution space:** 3D permeability field
> **📡 Carrier:** acoustic · **🌫 Noise:** observation gaussian
> **⚖ Difficulty (δ):** 10 · **⛓ Block:** 41555279

---

## 🧠 1. Introduction

**Reservoir History Matching** is a **nonlinear inverse problem** whose unknown lives in **3D permeability field** space, within the **Inverse modeling** sub-domain of **Petroleum Engineering**.

Measurements consist of acoustic pressure waves recorded by transducers via a **reservoir production data matching** sensing mechanism.

The forward operator applies, in order: S · ensemble · kalman filter reservoir operator; a fixed-point or gradient iteration on the unknown; O · misfit · production operator.

Observations are corrupted by observation gaussian. Existence of the recovered 3D_permeability_field is guaranteed within the declared Omega bounds. Uniqueness holds on the measurement-supported subspace; out-of-support modes are controlled by declared priors. Stability is conditionally stable (kappa_eff ~= 100000.0); structural_uncertainty dominates the stability cliff; the remaining mismatch parameters contribute higher-order bias terms. Observation gaussian sets the irreducible data-fidelity floor.

## ⚙ 2. Forward Model

Physical chain: **x** → O · misfit · production → **y** (detector).

```
y = `O.misfit.production` x
```

**Measurement DAG:**

| Primitive | What it does |
|---|---|
| `O.misfit.production` | O · misfit · production operator |

**🛰 Estimator components** _(used inside the solver, not in the forward equation)_:

| Primitive | What it does |
|---|---|
| `S.ensemble.kalman_filter_reservoir` | S · ensemble · kalman filter reservoir operator |

**🛠 Solver components** _(used inside the solver, not in the forward equation)_:

| Primitive | What it does |
|---|---|
| `O.iter` | A fixed-point or gradient iteration on the unknown |

## 🔬 3. Physics Fingerprint

| Property | Value |
|---|---|
| Domain | Petroleum Engineering |
| Sub domain | Inverse modeling |
| Carrier | acoustic |
| Problem class | nonlinear_inverse |
| Solution space | 3D_permeability_field |
| Noise model | observation_gaussian |
| Integration axis | production_history |
| Difficulty delta | 10 |
| L dag | 5 |

## 📡 4. Measurement Model

Existence of the recovered 3D_permeability_field is guaranteed within the declared Omega bounds. Uniqueness holds on the measurement-supported subspace; out-of-support modes are controlled by declared priors. Stability is conditionally stable (kappa_eff ~= 100000.0); structural_uncertainty dominates the stability cliff; the remaining mismatch parameters contribute higher-order bias terms. Observation gaussian sets the irreducible data-fidelity floor.

| Metric | Value |
|---|---|
| Metric | production_NRMS_match |
| Secondary | permeability_uncertainty_reduction |

## 📏 5. Operating Range (Ω)

**Center problem class:** `nonlinear_inverse` · **Forward operator:** `reservoir_production_data_matching`

**Center point:**

| Parameter | Unit | Value |
|---|---|---|
| N cells | — | 50000 |
| N wells | — | 20 |
| N ensemble | — | 100 |
| Production years | — | 30 |

**Allowed bounds:**

| Parameter | Unit | Range |
|---|---|---|
| N cells | — | 1000 – 500000 |
| N wells | — | 5 – 100 |
| N ensemble | — | 50 – 1000 |
| Production years | — | 5 – 60 |

## 🎯 6. Tolerance (ε)

**Center tolerance:** 0.10 production_NRMS_match

| Metric | Range |
|---|---|
| Production nrms match | 0.02 – 0.5 |

## ⚖ 7. Hardness Function

Hardness scales as **`epsilon_fn`** on **production_NRMS_match**, with κ = `100000000.0` and δ = `10`.

## 💾 8. Reference Dataset

- **primary** · weight 1.0 · IPFS _(not pinned yet)_

## 9. On-chain Registration

- **Chain hash:** `0x7caf924efbe92b76a31b36174184241d0f295450540d95438b24d73f186c47df`
- **Chain tx hash:** `0x45cdbbb49e8fdd172d82ab435f6c6311aaf36df7a436e9cde979c6e1d470ba74`
- **Chain block:** `41555279`

---

## File Mapping

This bundle consists of: `L1-460.md`, `L1-460.json`.

| File | Role | How to regenerate |
|------|------|-------------------|
| `L1-460.md` | Source of truth — edit this | Human or LLM |
| `L1-460.json` | Structured metadata for the registry | LLM regenerates from the sections above |

**Prompt for your LLM after editing this Markdown:**

> Read the attached Markdown. Regenerate the sibling `.json` so every field matches.
> Preserve the schema documented in the rows above.
> Output each file in its own fenced code block tagged with the filename.
> Output only the JSON object.

_This Markdown was auto-synthesized from the catalog row for `L1-460`._
_Edit it, regenerate the JSON, and submit at [/submit](/submit) to claim the artifact._