{
  "capability_id": "electrical.rf.coax",
  "tool_id": "coax-impedance",
  "engine": "coax-impedance",
  "calculation_version": "1.0.1",
  "generated_at": "2026-09-21T16:00:36.057Z",
  "engine_build": "2026-09-12",
  "test_count": 21,
  "passed": 21,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 4,
      "passed": 4
    },
    "boundary": {
      "total": 8,
      "passed": 8
    },
    "property": {
      "total": 9,
      "passed": 9
    }
  },
  "engine_tested": true,
  "expert_reviewed": false,
  "internally_reviewed": true,
  "review_kind": "internal",
  "source_checked": true,
  "reviewed_by": "CalculatorX physics/RF review",
  "reviewer_role": "rf-engineering",
  "last_reviewed": "2026-09-12",
  "expert_review": {
    "status": "not_applicable",
    "reviewer": null,
    "note": "Internal domain review completed; not a named external expert review.",
    "kind": "internal"
  },
  "internal_review": {
    "status": "approved",
    "reviewer": {
      "name": "CalculatorX physics/RF review",
      "role": "rf-engineering"
    },
    "reviewed_at": "2026-09-12",
    "scope": [
      "formula",
      "input semantics",
      "assumptions",
      "limitations",
      "sources",
      "tests"
    ],
    "kind": "internal"
  },
  "page": "https://www.calculatorx.com/calc/electric/coax-impedance",
  "api": "https://www.calculatorx.com/api/v1/calc/coax-impedance",
  "schema_input": "https://www.calculatorx.com/schemas/electrical.rf.coax.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/electrical.rf.coax.output.json",
  "assumptions": [
    "Ideal TEM coaxial transmission line",
    "Homogeneous dielectric",
    "Lossless / low-loss approximation",
    "Non-magnetic dielectric, μr ≈ 1",
    "Omitted εr defaults to 1.0 (air/vacuum approximation)"
  ],
  "limitations": [
    "Does not model conductor loss",
    "Does not model dielectric loss / tanδ",
    "Does not model dispersion",
    "Does not model connectors or discontinuities",
    "Does not model higher-order modes"
  ],
  "boundary_conditions": [
    "D≤d → VALUE_OUT_OF_RANGE",
    "non-positive sizes or εr → VALUE_MUST_BE_POSITIVE"
  ],
  "sources": [
    {
      "title": "David M. Pozar, Microwave Engineering",
      "section": "4th ed., Ch. 2 Transmission Line Theory — coaxial line",
      "supports": "Ideal TEM coax Z0 = (η0/(2π√εr)) ln(D/d) with μr≈1",
      "kind": "reference",
      "publisher": "Wiley",
      "published": "2012"
    },
    {
      "title": "Robert E. Collin, Foundations for Microwave Engineering",
      "section": "2nd ed., coaxial transmission line",
      "supports": "Z0 ∝ ln(D/d)/√εr for homogeneous non-magnetic dielectric",
      "kind": "reference",
      "publisher": "IEEE Press / Wiley",
      "published": "2001"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:ce06ee92346ecfb20b7e53849a9e35d64f76c0e3e3b0681c6c7991e592ce187e",
  "tests": [
    {
      "id": "z0",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "D_m": 0.0066,
        "d_m": 0.0016,
        "er": 2.25
      },
      "expect": {
        "Z0_ohm": 56.64342736256609
      },
      "expectWarning": null,
      "actual": {
        "mode": "z0",
        "D_m": 0.0066,
        "d_m": 0.0016,
        "er": 2.25,
        "VF": 0.6666666666666666,
        "Z0_ohm": 56.64342736256609,
        "ratio_D_d": 4.125
      },
      "tol": 1e-9
    },
    {
      "id": "preset-50ohm-pe",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "D_m": 0.005589383451829196,
        "d_m": 0.0016,
        "er": 2.25
      },
      "expect": {
        "Z0_ohm": 50
      },
      "expectWarning": null,
      "actual": {
        "mode": "z0",
        "D_m": 0.005589383451829196,
        "d_m": 0.0016,
        "er": 2.25,
        "VF": 0.6666666666666666,
        "Z0_ohm": 49.99999999999999,
        "ratio_D_d": 3.4933646573932475
      },
      "tol": 1e-9
    },
    {
      "id": "preset-75ohm-pe",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "D_m": 0.010446862193318057,
        "d_m": 0.0016,
        "er": 2.25
      },
      "expect": {
        "Z0_ohm": 75
      },
      "expectWarning": null,
      "actual": {
        "mode": "z0",
        "D_m": 0.010446862193318057,
        "d_m": 0.0016,
        "er": 2.25,
        "VF": 0.6666666666666666,
        "Z0_ohm": 75,
        "ratio_D_d": 6.529288870823786
      },
      "tol": 1e-9
    },
    {
      "id": "er-default",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "D_m": 0.0066,
        "d_m": 0.0016
      },
      "expect": {
        "er": 1,
        "Z0_ohm": 84.96514104384914
      },
      "expectWarning": null,
      "actual": {
        "mode": "z0",
        "D_m": 0.0066,
        "d_m": 0.0016,
        "er": 1,
        "VF": 1,
        "Z0_ohm": 84.96514104384914,
        "ratio_D_d": 4.125
      },
      "tol": 1e-9
    },
    {
      "id": "bad",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "D_m": 0.001,
        "d_m": 0.002,
        "er": 1
      },
      "expectError": "VALUE_OUT_OF_RANGE",
      "code": "VALUE_OUT_OF_RANGE",
      "error": "D_m (shield inner diameter) must be > d_m (center conductor)"
    },
    {
      "id": "boundary-coax-eq",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "D_m": 0.002,
        "d_m": 0.002,
        "er": 1
      },
      "expectError": "VALUE_OUT_OF_RANGE",
      "code": "VALUE_OUT_OF_RANGE",
      "error": "D_m (shield inner diameter) must be > d_m (center conductor)"
    },
    {
      "id": "boundary-coax-D-zero",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "D_m": 0,
        "d_m": 0.0016,
        "er": 1
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "D_m must be greater than zero"
    },
    {
      "id": "boundary-coax-d-zero",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "D_m": 0.0066,
        "d_m": 0,
        "er": 1
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "d_m must be greater than zero"
    },
    {
      "id": "boundary-coax-D-neg",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "D_m": -0.0066,
        "d_m": 0.0016,
        "er": 1
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "D_m must be greater than zero"
    },
    {
      "id": "boundary-coax-d-neg",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "D_m": 0.0066,
        "d_m": -0.0016,
        "er": 1
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "d_m must be greater than zero"
    },
    {
      "id": "boundary-coax-er-zero",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "D_m": 0.0066,
        "d_m": 0.0016,
        "er": 0
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "er must be greater than zero"
    },
    {
      "id": "boundary-coax-er-neg",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "D_m": 0.0066,
        "d_m": 0.0016,
        "er": -1
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "er must be greater than zero"
    },
    {
      "id": "property-coax-scale",
      "ok": true,
      "kind": "property",
      "detail": "Z0(kD,kd)=Z0(D,d)",
      "expect": 56.64342736256609,
      "actual": 56.64342736256608
    },
    {
      "id": "property-coax-er-scale",
      "ok": true,
      "kind": "property",
      "detail": "εr×4 → Z0/2",
      "expect": 28.321713681283043,
      "actual": 28.321713681283043
    },
    {
      "id": "property-coax-mono-D",
      "ok": true,
      "kind": "property",
      "detail": "D↑ → Z0↑",
      "expect": 56.64342736256609,
      "actual": 64.33297970213609
    },
    {
      "id": "property-coax-mono-d",
      "ok": true,
      "kind": "property",
      "detail": "d↑ → Z0↓",
      "expect": 56.64342736256609,
      "actual": 47.72386019787286
    },
    {
      "id": "property-coax-vf",
      "ok": true,
      "kind": "property",
      "detail": "VF·√εr=1",
      "expect": 1,
      "actual": 1
    },
    {
      "id": "property-coax-preset-50",
      "ok": true,
      "kind": "property",
      "detail": "50 Ω PE preset",
      "expect": 50,
      "actual": 49.99999999999999
    },
    {
      "id": "property-coax-preset-75",
      "ok": true,
      "kind": "property",
      "detail": "75 Ω PE preset",
      "expect": 75,
      "actual": 75
    },
    {
      "id": "property-coax-er-default",
      "ok": true,
      "kind": "property",
      "detail": "omitted εr → 1.0",
      "expect": 1,
      "actual": 1
    },
    {
      "id": "property-coax-ln",
      "ok": true,
      "kind": "property",
      "detail": "η0/2π at ln(D/d)=1",
      "expect": 59.95849159987735,
      "actual": 59.95849159987735
    }
  ],
  "tier": "internally_reviewed",
  "verification": {
    "tests": {
      "passed": 21,
      "total": 21,
      "golden": 4,
      "boundary": 8,
      "property": 9
    },
    "contract_checks": {
      "passed": 6,
      "total": 6
    }
  },
  "evidence_core_generated_at": "2026-09-12T13:22:04.137Z",
  "rendered_at": "2026-09-21T16:00:36.057Z",
  "release_integrity": {
    "status": "verified",
    "scope": "workspace",
    "production_attestation_required": true,
    "calculation_version": "1.0.1",
    "artifacts": {
      "engine": "1.0.1",
      "page": "1.0.1",
      "capability": "1.0.1",
      "evidence": "1.0.1",
      "input_schema": "1.0.1",
      "output_schema": "1.0.1",
      "mcp_contract": "1.0.1"
    },
    "digests": {
      "input_schema_sha256": "238096127bce9b927422b6f723d34b14a1361ca5931027a5ca9c3d366706b204",
      "output_schema_sha256": "8402a00ce0ce19cd0a0fd73b6cc066e2d8b452a2340ac3a5ab8bd1c443b561d0",
      "evidence_sha256": "6b759561fc5aba0b681ef0936bfb926ab26e000a0e3e0ba6882ff7024a8d77f0",
      "evidence_core_sha256": "6b759561fc5aba0b681ef0936bfb926ab26e000a0e3e0ba6882ff7024a8d77f0",
      "capability_sha256": "f0a2b17597e4f7f21f50e4887b684633a070c292bd7401f258b2f2231df4e211",
      "engine_sha256": "925bd3b9c373f747a10f30cedc6352b3f419cf91144ae6744c9c9adcd703033c",
      "mcp_contract_sha256": "2bb4bbc15ea3f9842a9a464e07efcc692dc31f3e830dee8553f3d7c4e81238d3"
    },
    "contract_checks": {
      "total": 6,
      "passed": 6,
      "failed": 0,
      "items": [
        {
          "id": "release-artifacts-aligned",
          "status": "pass",
          "detail": "1.0.1"
        },
        {
          "id": "schema-output-required-declared",
          "status": "pass"
        },
        {
          "id": "schema-valid-input-executes",
          "status": "pass"
        },
        {
          "id": "engine-success-output-validates-schema",
          "status": "pass"
        },
        {
          "id": "schema-rejects-incomplete-input",
          "status": "pass"
        },
        {
          "id": "rest-success-payload-validates-schema",
          "status": "pass"
        }
      ]
    },
    "report": "https://www.calculatorx.com/.well-known/calculatorx-release-integrity.json"
  }
}
