{
  "capability_id": "mechanical.statics.circular_shear",
  "tool_id": "circular-shear",
  "engine": "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/circular-shear",
  "api": "https://www.calculatorx.com/api/v1/calc/circular-shear",
  "schema_input": "https://www.calculatorx.com/schemas/mechanical.statics.circular_shear.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/mechanical.statics.circular_shear.output.json",
  "assumptions": [],
  "limitations": [
    "Neutral axis of one solid circle",
    "Q = (2/3) r³",
    "Width at the axis is 2r",
    "Not a hollow circle"
  ],
  "boundary_conditions": [
    "missing V or r → MISSING_REQUIRED_INPUT",
    "r ≤ 0 → VALUE_MUST_BE_POSITIVE"
  ],
  "sources": [
    {
      "title": "Hibbeler, Mechanics of Materials",
      "section": "Shear stress in a circular beam",
      "supports": "The largest shear stress in a solid circle is at the neutral axis and equals four thirds of the average shear stress.",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:9c4d7e00f0dcef8028736ef3f0f4c4a77d37561417ffc4d6c3af20f70b2be481",
  "tests": [
    {
      "id": "golden-r2",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "V": 12,
        "r": 2
      },
      "expect": {
        "tau": 1.2732395447351628,
        "Q": 5.333333333333333,
        "I": 12.566370614359172,
        "b": 4,
        "area": 12.566370614359172,
        "model": "circular_shear"
      },
      "expectWarning": null,
      "actual": {
        "model": "circular_shear",
        "V": 12,
        "r": 2,
        "area": 12.566370614359172,
        "I": 12.566370614359172,
        "Q": 5.333333333333333,
        "b": 4,
        "tau": 1.2732395447351628,
        "solver": "circular section + jourawski",
        "convention": "Neutral axis of one solid circle. Q = (2/3) r³ is the first moment of the area above that axis. The width at the axis is 2r. I comes from the circular-section engine. τ goes through the transverse-shear engine. A hollow circle is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-sign",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "V": -12,
        "r": 2
      },
      "expect": {
        "tau": -1.2732395447351628
      },
      "expectWarning": null,
      "actual": {
        "model": "circular_shear",
        "V": -12,
        "r": 2,
        "area": 12.566370614359172,
        "I": 12.566370614359172,
        "Q": 5.333333333333333,
        "b": 4,
        "tau": -1.2732395447351628,
        "solver": "circular section + jourawski",
        "convention": "Neutral axis of one solid circle. Q = (2/3) r³ is the first moment of the area above that axis. The width at the axis is 2r. I comes from the circular-section engine. τ goes through the transverse-shear engine. A hollow circle is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-zero-r",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "V": 12,
        "r": 0
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Radius r must be positive."
    },
    {
      "id": "boundary-missing",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "V": 12
      },
      "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": "75cebd56f3aa13bd930809eec8f205b56fb1f638ce895ce234c0e4c43426847b",
      "output_schema_sha256": "b2391a061471251c58b478341860c93a2395c121320902f3b7f43a3f8e987ec2",
      "evidence_sha256": "21e5bdc06d97c0bc4ace501592517c4d336035a6bf99fc4342302187503c1dcf",
      "evidence_core_sha256": "21e5bdc06d97c0bc4ace501592517c4d336035a6bf99fc4342302187503c1dcf",
      "capability_sha256": "ac5afefe4fd86ac899c9a8defe2a35abbe3d72e30c2cca30666d50080c027400",
      "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"
  }
}
