{
  "capability_id": "physics.acoustics.doppler",
  "tool_id": "doppler",
  "engine": "doppler",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-16T22:03:43.762Z",
  "engine_build": "2026-09-10",
  "test_count": 4,
  "passed": 4,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 1,
      "passed": 1
    },
    "boundary": {
      "total": 2,
      "passed": 2
    },
    "property": {
      "total": 1,
      "passed": 1
    }
  },
  "engine_tested": true,
  "expert_reviewed": true,
  "internally_reviewed": false,
  "review_kind": "expert",
  "source_checked": true,
  "reviewed_by": "CalculatorX electrical review",
  "reviewer_role": null,
  "last_reviewed": "2026-08-09",
  "expert_review": {
    "status": "approved",
    "reviewer": {
      "name": "CalculatorX electrical review",
      "role": null
    },
    "reviewed_at": "2026-08-09",
    "scope": [
      "formula",
      "input semantics",
      "assumptions",
      "limitations",
      "sources",
      "tests"
    ],
    "kind": "expert"
  },
  "internal_review": {
    "status": "not_applicable",
    "reviewer": null
  },
  "page": "https://www.calculatorx.com/calc/physics/doppler",
  "api": "https://www.calculatorx.com/api/v1/calc/doppler",
  "schema_input": "https://www.calculatorx.com/schemas/physics.acoustics.doppler.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/physics.acoustics.doppler.output.json",
  "assumptions": [],
  "limitations": [
    "1D classical; default air speed 343 m/s"
  ],
  "boundary_conditions": [
    "coded hard errors"
  ],
  "sources": [
    {
      "title": "Intro physics / IEC / NIST units",
      "section": "standard relations",
      "supports": "engine formulas",
      "kind": "reference"
    },
    {
      "title": "ISO 80000-8 — Acoustics",
      "section": "Doppler effect",
      "supports": "f′ = f·(v±vo)/(v∓vs)",
      "kind": "standard"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:c84e2eaa29f5fd28b0f69a26736039e57ea254472987518699b05cdb5a82d38e",
  "tests": [
    {
      "id": "obs",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "f_obs",
        "f_Hz": 1000,
        "v_m_s": 343,
        "vo_m_s": 0,
        "vs_m_s": 34.3,
        "observer_toward": true,
        "source_toward": true
      },
      "expect": {
        "f_obs_Hz": 1111.111111111111
      },
      "expectWarning": null,
      "actual": {
        "mode": "f_obs",
        "f_Hz": 1000,
        "f_obs_Hz": 1111.111111111111,
        "v_m_s": 343,
        "vo_m_s": 0,
        "vs_m_s": 34.3,
        "observer_toward": true,
        "source_toward": true
      },
      "tol": 1e-9
    },
    {
      "id": "bad",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "f_obs",
        "f_Hz": 0,
        "vs_m_s": 0
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "f_Hz must be greater than zero"
    },
    {
      "id": "boundary-doppler-bad",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "f_obs",
        "f_Hz": 0
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "f_Hz must be greater than zero"
    },
    {
      "id": "property-doppler-f",
      "ok": true,
      "kind": "property",
      "detail": "1000",
      "expect": 1000,
      "actual": 1000
    }
  ],
  "tier": "expert_verified",
  "verification": {
    "tests": {
      "passed": 4,
      "total": 4,
      "golden": 1,
      "boundary": 2,
      "property": 1
    },
    "contract_checks": {
      "passed": 4,
      "total": 4
    }
  },
  "evidence_core_generated_at": "2026-09-06T13:16:40.891Z",
  "rendered_at": "2026-09-16T22:03:43.762Z",
  "release_integrity": {
    "status": "verified",
    "scope": "workspace",
    "production_attestation_required": true,
    "calculation_version": "1.0.0",
    "artifacts": {
      "engine": "1.0.0",
      "page": "1.0.0",
      "capability": "1.0.0",
      "evidence": "1.0.0",
      "input_schema": "1.0.0",
      "output_schema": "1.0.0",
      "mcp_contract": "1.0.0"
    },
    "digests": {
      "input_schema_sha256": "8ccc5ab7c2409161053a0819803779e6c9917117463ddaefca1f99daa96b7e35",
      "output_schema_sha256": "dbece0ae3e179c9590e9016f5b3357b8edb662619c22df62f2dd6a1f98ef7d39",
      "evidence_sha256": "a09796a7eb395944d6fe23c5cfafba1dd432a4267ae2e6cd38467854484a4c18",
      "evidence_core_sha256": "a09796a7eb395944d6fe23c5cfafba1dd432a4267ae2e6cd38467854484a4c18",
      "capability_sha256": "77fe88e719464a41cd7f016e0c9e635104cc8cf7586d2b70de2986ff137dde08",
      "engine_sha256": "c8d4ccdbfeaf61d7b024d4e1babb0c2ba3b324c1b37bd0cb456a526d8d2b1bd1",
      "mcp_contract_sha256": "863098b311a7b17dc4b229a6302b90b3545b175f716e5d84772c7be8e9716b86"
    },
    "contract_checks": {
      "total": 4,
      "passed": 4,
      "failed": 0,
      "items": [
        {
          "id": "release-artifacts-aligned",
          "status": "pass",
          "detail": "1.0.0"
        },
        {
          "id": "schema-valid-input-executes",
          "status": "pass"
        },
        {
          "id": "engine-success-output-validates-schema",
          "status": "pass"
        },
        {
          "id": "schema-rejects-incomplete-input",
          "status": "pass"
        }
      ]
    },
    "report": "https://www.calculatorx.com/.well-known/calculatorx-release-integrity.json"
  }
}
