{
  "capability_id": "mechanical.statics.hollow_circular_section",
  "tool_id": "hollow-circular-section",
  "engine": "hollow-circular-section",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-23T14:21:08.544Z",
  "engine_build": "2026-09-23",
  "test_count": 7,
  "passed": 7,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 3,
      "passed": 3
    },
    "boundary": {
      "total": 4,
      "passed": 4
    },
    "property": {
      "total": 0,
      "passed": 0
    }
  },
  "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/hollow-circular-section",
  "api": "https://www.calculatorx.com/api/v1/calc/hollow-circular-section",
  "schema_input": "https://www.calculatorx.com/schemas/mechanical.statics.hollow_circular_section.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/mechanical.statics.hollow_circular_section.output.json",
  "assumptions": [],
  "limitations": [
    "Hollow circle about centroidal diameters",
    "Ix = Iy = π(R⁴−r⁴)/4",
    "Sx = Sy = Ix/R",
    "kx = ky = √(R²+r²)/2",
    "Not a solid circle, a rectangle, bending stress, or a plastic modulus"
  ],
  "boundary_conditions": [
    "missing R or r → MISSING_REQUIRED_INPUT",
    "R ≤ 0 or r ≤ 0 → VALUE_MUST_BE_POSITIVE",
    "r ≥ R → INVALID_INPUT"
  ],
  "sources": [
    {
      "title": "Hibbeler, Engineering Mechanics: Statics",
      "section": "Moments of inertia — circular area",
      "supports": "The centroidal moment of a hollow circle about a diameter is π(R⁴−r⁴)/4.",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:c2e00476fca982a75b25924b778f0c7d599305394eebf6fe8a76276ae45ce6ff",
  "tests": [
    {
      "id": "golden-two",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "R": 2,
        "r": 1
      },
      "expect": {
        "area": 9.42477796076938,
        "Ix": 11.780972450961723,
        "Iy": 11.780972450961723,
        "Sx": 5.890486225480862,
        "Sy": 5.890486225480862,
        "kx": 1.118033988749895,
        "ky": 1.118033988749895,
        "model": "hollow_circular_section"
      },
      "expectWarning": null,
      "actual": {
        "model": "hollow_circular_section",
        "R": 2,
        "r": 1,
        "area": 9.42477796076938,
        "Ix": 11.780972450961723,
        "Iy": 11.780972450961723,
        "kx": 1.118033988749895,
        "ky": 1.118033988749895,
        "Sx": 5.890486225480862,
        "Sy": 5.890486225480862,
        "solver": "area moment + section modulus",
        "convention": "Hollow circle about centroidal diameters. R is the outer radius and r is the inner radius. Ix = Iy = π(R⁴−r⁴)/4. Sx = Sy = Ix/R. kx = ky = √(R²+r²)/2. A solid circle is the circular-section page. A rectangle is the rectangular-section page."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-four",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "R": 4,
        "r": 2
      },
      "expect": {
        "area": 37.69911184307752,
        "Ix": 188.49555921538757,
        "Iy": 188.49555921538757,
        "Sx": 47.12388980384689,
        "Sy": 47.12388980384689,
        "kx": 2.23606797749979,
        "ky": 2.23606797749979
      },
      "expectWarning": null,
      "actual": {
        "model": "hollow_circular_section",
        "R": 4,
        "r": 2,
        "area": 37.69911184307752,
        "Ix": 188.49555921538757,
        "Iy": 188.49555921538757,
        "kx": 2.23606797749979,
        "ky": 2.23606797749979,
        "Sx": 47.12388980384689,
        "Sy": 47.12388980384689,
        "solver": "area moment + section modulus",
        "convention": "Hollow circle about centroidal diameters. R is the outer radius and r is the inner radius. Ix = Iy = π(R⁴−r⁴)/4. Sx = Sy = Ix/R. kx = ky = √(R²+r²)/2. A solid circle is the circular-section page. A rectangle is the rectangular-section page."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-alias",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "Ro": 2,
        "Ri": 1
      },
      "expect": {
        "area": 9.42477796076938,
        "Ix": 11.780972450961723,
        "Sx": 5.890486225480862,
        "kx": 1.118033988749895
      },
      "expectWarning": null,
      "actual": {
        "model": "hollow_circular_section",
        "R": 2,
        "r": 1,
        "area": 9.42477796076938,
        "Ix": 11.780972450961723,
        "Iy": 11.780972450961723,
        "kx": 1.118033988749895,
        "ky": 1.118033988749895,
        "Sx": 5.890486225480862,
        "Sy": 5.890486225480862,
        "solver": "area moment + section modulus",
        "convention": "Hollow circle about centroidal diameters. R is the outer radius and r is the inner radius. Ix = Iy = π(R⁴−r⁴)/4. Sx = Sy = Ix/R. kx = ky = √(R²+r²)/2. A solid circle is the circular-section page. A rectangle is the rectangular-section page."
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-outer",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "R": 0,
        "r": 1
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Outer radius R must be positive."
    },
    {
      "id": "boundary-inner",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "R": 2,
        "r": 0
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Inner radius r must be positive."
    },
    {
      "id": "boundary-equal",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "R": 2,
        "r": 2
      },
      "expectError": "INVALID_INPUT",
      "code": "INVALID_INPUT",
      "error": "Inner radius must be less than the outer radius."
    },
    {
      "id": "boundary-missing",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "r": 1
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "R is required."
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 7,
      "total": 7,
      "golden": 3,
      "boundary": 4,
      "property": 0
    },
    "contract_checks": {
      "passed": 6,
      "total": 6
    }
  },
  "evidence_core_generated_at": "2026-09-23T14:09:15.347Z",
  "rendered_at": "2026-09-23T14:21:08.544Z",
  "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": "327427afcd54f2994cec9e971928a03cc20505ee1b6b5d497f30e283d0a85009",
      "output_schema_sha256": "4d214d01b4b34b6a42f8adafe08061f8445f65f8efe7c9b92ea9088d784a0503",
      "evidence_sha256": "0e557b73112c5074867b8ffe6d4e3febb2a7b43d7d5e0ea3693a8e22f92bba63",
      "evidence_core_sha256": "0e557b73112c5074867b8ffe6d4e3febb2a7b43d7d5e0ea3693a8e22f92bba63",
      "capability_sha256": "f520ea86b22298c3512f0184be9d832b7910854b4bc7743ac0a87782e5434cf0",
      "engine_sha256": "208304ca4712067561139ce40e8e989b08ad769a073c83f960c49734a91d8b98",
      "mcp_contract_sha256": "c07b6ccec97dcc960230a1aa48fcea3aad2d3b93ce113ae07c095579f88cbc3b"
    },
    "contract_checks": {
      "total": 6,
      "passed": 6,
      "failed": 0,
      "items": [
        {
          "id": "release-artifacts-aligned",
          "status": "pass",
          "detail": "1.0.0"
        },
        {
          "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"
  }
}
