{
  "capability_id": "mechanical.statics.circular_section",
  "tool_id": "circular-section",
  "engine": "circular-section",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-23T14:21:08.543Z",
  "engine_build": "2026-09-23",
  "test_count": 6,
  "passed": 6,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 3,
      "passed": 3
    },
    "boundary": {
      "total": 3,
      "passed": 3
    },
    "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/circular-section",
  "api": "https://www.calculatorx.com/api/v1/calc/circular-section",
  "schema_input": "https://www.calculatorx.com/schemas/mechanical.statics.circular_section.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/mechanical.statics.circular_section.output.json",
  "assumptions": [],
  "limitations": [
    "Solid circle about centroidal diameters",
    "Ix = Iy = π r⁴/4",
    "Sx = Sy = π r³/4",
    "kx = ky = r/2",
    "Not a rectangle, a hollow circle, bending stress, or a plastic modulus"
  ],
  "boundary_conditions": [
    "missing r → MISSING_REQUIRED_INPUT",
    "r ≤ 0 → VALUE_MUST_BE_POSITIVE"
  ],
  "sources": [
    {
      "title": "Hibbeler, Engineering Mechanics: Statics",
      "section": "Moments of inertia — circular area",
      "supports": "The centroidal moment of a solid circle about a diameter is π r⁴/4.",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:7472ceed350a51b6595e6e48c4c75bd7dca3290e740f768b1d5c5b9c9159a9d1",
  "tests": [
    {
      "id": "golden-two",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "r": 2
      },
      "expect": {
        "area": 12.566370614359172,
        "Ix": 12.566370614359172,
        "Iy": 12.566370614359172,
        "Sx": 6.283185307179586,
        "Sy": 6.283185307179586,
        "kx": 1,
        "ky": 1,
        "model": "circular_section"
      },
      "expectWarning": null,
      "actual": {
        "model": "circular_section",
        "r": 2,
        "area": 12.566370614359172,
        "Ix": 12.566370614359172,
        "Iy": 12.566370614359172,
        "kx": 1,
        "ky": 1,
        "Sx": 6.283185307179586,
        "Sy": 6.283185307179586,
        "solver": "area moment + section modulus",
        "convention": "Solid circle about centroidal diameters. Ix = Iy = π r⁴/4. Sx = Sy = π r³/4. kx = ky = r/2. A rectangle is the rectangular-section page. A hollow circle is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-unit",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "r": 1
      },
      "expect": {
        "area": 3.141592653589793,
        "Ix": 0.7853981633974483,
        "Iy": 0.7853981633974483,
        "Sx": 0.7853981633974483,
        "Sy": 0.7853981633974483,
        "kx": 0.5,
        "ky": 0.5
      },
      "expectWarning": null,
      "actual": {
        "model": "circular_section",
        "r": 1,
        "area": 3.141592653589793,
        "Ix": 0.7853981633974483,
        "Iy": 0.7853981633974483,
        "kx": 0.5,
        "ky": 0.5,
        "Sx": 0.7853981633974483,
        "Sy": 0.7853981633974483,
        "solver": "area moment + section modulus",
        "convention": "Solid circle about centroidal diameters. Ix = Iy = π r⁴/4. Sx = Sy = π r³/4. kx = ky = r/2. A rectangle is the rectangular-section page. A hollow circle is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-four",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "r": 4
      },
      "expect": {
        "area": 50.26548245743669,
        "Ix": 201.06192982974676,
        "Iy": 201.06192982974676,
        "Sx": 50.26548245743669,
        "Sy": 50.26548245743669,
        "kx": 2,
        "ky": 2
      },
      "expectWarning": null,
      "actual": {
        "model": "circular_section",
        "r": 4,
        "area": 50.26548245743669,
        "Ix": 201.06192982974676,
        "Iy": 201.06192982974676,
        "kx": 2,
        "ky": 2,
        "Sx": 50.26548245743669,
        "Sy": 50.26548245743669,
        "solver": "area moment + section modulus",
        "convention": "Solid circle about centroidal diameters. Ix = Iy = π r⁴/4. Sx = Sy = π r³/4. kx = ky = r/2. A rectangle is the rectangular-section page. A hollow circle is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-zero",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "r": 0
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Radius r must be positive."
    },
    {
      "id": "boundary-negative",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "r": -1
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Radius r must be positive."
    },
    {
      "id": "boundary-missing",
      "ok": true,
      "kind": "boundary",
      "inputs": {},
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "r is required."
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 6,
      "total": 6,
      "golden": 3,
      "boundary": 3,
      "property": 0
    },
    "contract_checks": {
      "passed": 6,
      "total": 6
    }
  },
  "evidence_core_generated_at": "2026-09-23T13:51:50.665Z",
  "rendered_at": "2026-09-23T14:21:08.543Z",
  "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": "e2f9f1f1cc138ceda6c554afb5d8aa3c97623bb2328e6ffcdff8ed12f9a510a4",
      "output_schema_sha256": "e0f22a9c1d13c5b01a8c0c5e7bfcf9cf640caaff968ff0d86f08fc38b50550b6",
      "evidence_sha256": "5ea1a0e71f74212ec9d0af619c21cd06edd9d2d9470b5bad4294bf0f42ba3b23",
      "evidence_core_sha256": "5ea1a0e71f74212ec9d0af619c21cd06edd9d2d9470b5bad4294bf0f42ba3b23",
      "capability_sha256": "d78ddb16032b808fe4e59ad1eaf8260ca42b82e85e5a35ae3f19104b5cb03f28",
      "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"
  }
}
