{
  "capability_id": "physics.thermo.boyle",
  "tool_id": "boyle",
  "engine": "boyle",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-16T22:03:43.761Z",
  "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": 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/boyle",
  "api": "https://www.calculatorx.com/api/v1/calc/boyle",
  "schema_input": "https://www.calculatorx.com/schemas/physics.thermo.boyle.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/physics.thermo.boyle.output.json",
  "assumptions": [],
  "limitations": [
    "Isothermal only; use Ideal Gas when T changes"
  ],
  "boundary_conditions": [
    "coded hard errors"
  ],
  "sources": [
    {
      "title": "Intro physics / IEC / NIST units",
      "section": "standard relations",
      "supports": "engine formulas",
      "kind": "reference"
    },
    {
      "title": "ISO 80000-5 — Thermodynamics",
      "section": "Boyle's law",
      "supports": "P1·V1 = P2·V2",
      "kind": "standard"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:2e02e5188acb962e83a5945c65b09d116f27ad5f518063ebfeb2a1b424885f12",
  "tests": [
    {
      "id": "p2",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "mode": "P2",
        "P1_Pa": 200000,
        "V1_m3": 0.01,
        "V2_m3": 0.02
      },
      "expect": {
        "P2_Pa": 100000
      },
      "expectWarning": null,
      "actual": {
        "mode": "P2",
        "P1_Pa": 200000,
        "V1_m3": 0.01,
        "P2_Pa": 100000,
        "V2_m3": 0.02
      },
      "tol": 1e-9
    },
    {
      "id": "bad",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "mode": "P2",
        "P1_Pa": 0,
        "V1_m3": 0.01,
        "V2_m3": 0.02
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "P1_Pa must be greater than zero"
    },
    {
      "id": "property-boyle-v2",
      "ok": true,
      "kind": "property",
      "detail": "4",
      "expect": 4,
      "actual": 4
    }
  ],
  "tier": "expert_verified",
  "verification": {
    "tests": {
      "passed": 3,
      "total": 3,
      "golden": 1,
      "boundary": 1,
      "property": 1
    },
    "contract_checks": {
      "passed": 4,
      "total": 4
    }
  },
  "evidence_core_generated_at": "2026-09-10T03:39:44.474Z",
  "rendered_at": "2026-09-16T22:03:43.761Z",
  "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": "16b8774dd44b901a5d2affb83e37af9d2db1756bb5baaf6d6e43fe69e95cd0f4",
      "output_schema_sha256": "4f962c5e6372edd93d60e83d07d7d2279ce9f8f73dc2dbbff9fd000bce7a2039",
      "evidence_sha256": "dc4179f2db829642b1794f3b8c45e11b3c7f51739930ff5df2feff3357fa30c0",
      "evidence_core_sha256": "dc4179f2db829642b1794f3b8c45e11b3c7f51739930ff5df2feff3357fa30c0",
      "capability_sha256": "eb1520dbd8b003b783337ff83b202a8b9dbe60e79a66d045fd748b16ab3e2684",
      "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"
  }
}
