{
  "capability_id": "mechanical.statics.hollow_circular_shear",
  "tool_id": "hollow-circular-shear",
  "engine": "hollow-circular-shear",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-23T21:48:01.337Z",
  "engine_build": "2026-09-23",
  "test_count": 4,
  "passed": 4,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 2,
      "passed": 2
    },
    "boundary": {
      "total": 2,
      "passed": 2
    },
    "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-shear",
  "api": "https://www.calculatorx.com/api/v1/calc/hollow-circular-shear",
  "schema_input": "https://www.calculatorx.com/schemas/mechanical.statics.hollow_circular_shear.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/mechanical.statics.hollow_circular_shear.output.json",
  "assumptions": [],
  "limitations": [
    "Neutral axis of one hollow circle",
    "Q = (2/3)(R³−r³)",
    "Width at the axis is 2(R−r)",
    "Not beam deflection"
  ],
  "boundary_conditions": [
    "missing V, R, or r → MISSING_REQUIRED_INPUT",
    "R ≤ 0 or r ≤ 0 → VALUE_MUST_BE_POSITIVE",
    "r ≥ R → INVALID_INPUT"
  ],
  "sources": [
    {
      "title": "Hibbeler, Mechanics of Materials",
      "section": "Shear stress in a circular tube",
      "supports": "At the neutral axis of a hollow circle, the first moment is (2/3)(R³−r³) and the width is the two wall thicknesses along the diameter.",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:2774cd42addde39f2ce10209631684c632fffd1634259d1404eaaccc08a911c1",
  "tests": [
    {
      "id": "golden-two",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "V": 12,
        "R": 2,
        "r": 1
      },
      "expect": {
        "tau": 2.3767138168389708,
        "Q": 4.666666666666667,
        "I": 11.780972450961723,
        "b": 2,
        "area": 9.42477796076938,
        "model": "hollow_circular_shear"
      },
      "expectWarning": null,
      "actual": {
        "model": "hollow_circular_shear",
        "V": 12,
        "R": 2,
        "r": 1,
        "area": 9.42477796076938,
        "I": 11.780972450961723,
        "Q": 4.666666666666666,
        "b": 2,
        "tau": 2.3767138168389703,
        "solver": "hollow circular section + jourawski",
        "convention": "Neutral axis of one hollow circle. Q = (2/3)(R³−r³) is the first moment of the area above that axis. The width at the axis is 2(R−r). I comes from the hollow-circular-section engine. τ goes through the transverse-shear engine. Beam deflection is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-sign",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "V": -12,
        "R": 2,
        "r": 1
      },
      "expect": {
        "tau": -2.3767138168389708
      },
      "expectWarning": null,
      "actual": {
        "model": "hollow_circular_shear",
        "V": -12,
        "R": 2,
        "r": 1,
        "area": 9.42477796076938,
        "I": 11.780972450961723,
        "Q": 4.666666666666666,
        "b": 2,
        "tau": -2.3767138168389703,
        "solver": "hollow circular section + jourawski",
        "convention": "Neutral axis of one hollow circle. Q = (2/3)(R³−r³) is the first moment of the area above that axis. The width at the axis is 2(R−r). I comes from the hollow-circular-section engine. τ goes through the transverse-shear engine. Beam deflection is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-equal",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "V": 12,
        "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": {
        "V": 12,
        "R": 2
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "r is required."
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 4,
      "total": 4,
      "golden": 2,
      "boundary": 2,
      "property": 0
    },
    "contract_checks": {
      "passed": 6,
      "total": 6
    }
  },
  "evidence_core_generated_at": "2026-09-23T21:38:17.699Z",
  "rendered_at": "2026-09-23T21:48:01.337Z",
  "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": "a3adf6f42bd6e10de9368d3f0d94f917cc39635113fa8240a925eef0ab746e72",
      "output_schema_sha256": "7a314ec58b38b5ef2a57ccfb69f7146103c050663c7d156b4e472a046031b839",
      "evidence_sha256": "037aadf5f4fc84c8f491f7064e07bbb48ee4e4d58b8267c01fa4e677cb9b6ccb",
      "evidence_core_sha256": "037aadf5f4fc84c8f491f7064e07bbb48ee4e4d58b8267c01fa4e677cb9b6ccb",
      "capability_sha256": "3736604b23e581e4541586bc9c885d8921df09ccfa76a9ca8eb11b8c2906df2d",
      "engine_sha256": "9c01357c59289b486db75219c319b48412c2e4bcd3a700b0d2dd8145ce528650",
      "mcp_contract_sha256": "70bebadd7ed143df4a08cee8eb28a96620802497fda67dd843f4f57c33fd45d3"
    },
    "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"
  }
}
