{
  "capability_id": "physics.fluid.drag",
  "tool_id": "drag",
  "engine": "drag",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-16T22:03:43.765Z",
  "engine_build": "2026-09-10",
  "test_count": 3,
  "passed": 3,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 1,
      "passed": 1
    },
    "boundary": {
      "total": 1,
      "passed": 1
    },
    "property": {
      "total": 1,
      "passed": 1
    }
  },
  "engine_tested": true,
  "expert_reviewed": false,
  "internally_reviewed": false,
  "review_kind": null,
  "source_checked": true,
  "reviewed_by": null,
  "reviewer_role": null,
  "last_reviewed": null,
  "expert_review": {
    "status": "optional_not_performed",
    "reviewer": null,
    "scope": [
      "formula",
      "input semantics",
      "assumptions",
      "limitations",
      "sources",
      "tests"
    ],
    "note": "Domain expert review is optional under CVP (CVP-EXP-01). Absence does not block CVP Verified. See Review policy for supplemental domain assurance."
  },
  "internal_review": {
    "status": "not_applicable",
    "reviewer": null
  },
  "page": "https://www.calculatorx.com/calc/physics/drag",
  "api": "https://www.calculatorx.com/api/v1/calc/drag",
  "schema_input": "https://www.calculatorx.com/schemas/physics.fluid.drag.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/physics.fluid.drag.output.json",
  "assumptions": [],
  "limitations": [
    "Quadratic drag model; Cd treated as constant"
  ],
  "boundary_conditions": [
    "coded hard errors"
  ],
  "sources": [
    {
      "title": "Intro physics / NIST units",
      "section": "standard relations",
      "supports": "engine formulas",
      "kind": "reference"
    },
    {
      "title": "ISO 80000-4 / fluid mechanics practice",
      "section": "Quadratic drag",
      "supports": "Fd = ½ ρ v² Cd A",
      "kind": "standard"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:74cb3ecf524350346605d16ad5c803b928e0bc7212aa22f5b9157977045b92d5",
  "tests": [
    {
      "id": "fd",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "Fd",
        "rho_kg_m3": 1.225,
        "v_m_s": 20,
        "Cd": 0.5,
        "A_m2": 0.5
      },
      "expect": {
        "Fd_N": 61.25000000000001
      },
      "expectWarning": null,
      "actual": {
        "mode": "Fd",
        "rho_kg_m3": 1.225,
        "A_m2": 0.5,
        "v_m_s": 20,
        "Cd": 0.5,
        "Fd_N": 61.25
      },
      "tol": 1e-9
    },
    {
      "id": "bad",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "Fd",
        "rho_kg_m3": 0,
        "v_m_s": 20,
        "Cd": 0.5,
        "A_m2": 0.5
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "rho_kg_m3 must be greater than zero"
    },
    {
      "id": "property-drag-cd",
      "ok": true,
      "kind": "property",
      "detail": "0.5",
      "expect": 0.5,
      "actual": 0.5
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 3,
      "total": 3,
      "golden": 1,
      "boundary": 1,
      "property": 1
    },
    "contract_checks": {
      "passed": 4,
      "total": 4
    }
  },
  "evidence_core_generated_at": "2026-09-10T22:48:17.762Z",
  "rendered_at": "2026-09-16T22:03:43.765Z",
  "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": "284dba8895050bd204f37c9bc54a36d211e077dd059c8a29c50180e2348fffd5",
      "output_schema_sha256": "7ade1aa53957cb4a24ad110b4b46b963124788a83d4049ff26292085c29085b9",
      "evidence_sha256": "6a7693e69dc10037b7d140857bdddbd304566d0a11428e5239eb4fe78a443787",
      "evidence_core_sha256": "6a7693e69dc10037b7d140857bdddbd304566d0a11428e5239eb4fe78a443787",
      "capability_sha256": "def9fbae81a42b2f77c63682fbeec5d1090eceb3b34751ab2c2c445561845086",
      "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"
  }
}
