{
  "capability_id": "mechanical.statics.rectangular_shear",
  "tool_id": "rectangular-shear",
  "engine": "rectangular-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/rectangular-shear",
  "api": "https://www.calculatorx.com/api/v1/calc/rectangular-shear",
  "schema_input": "https://www.calculatorx.com/schemas/mechanical.statics.rectangular_shear.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/mechanical.statics.rectangular_shear.output.json",
  "assumptions": [],
  "limitations": [
    "Neutral axis of one solid rectangle",
    "Q = b h²/8",
    "I from the rectangular-section engine",
    "Not a circle"
  ],
  "boundary_conditions": [
    "missing V, b, or h → MISSING_REQUIRED_INPUT",
    "b ≤ 0 or h ≤ 0 → VALUE_MUST_BE_POSITIVE"
  ],
  "sources": [
    {
      "title": "Hibbeler, Mechanics of Materials",
      "section": "Shear stress in a rectangular beam",
      "supports": "The largest shear stress in a solid rectangle is at the neutral axis and equals three halves of the average shear stress.",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:47bd73cde78a9658abcdc8fabc57464cbacc776b043a8f2698e457275075b7e2",
  "tests": [
    {
      "id": "golden-na",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "V": 12,
        "b": 2,
        "h": 6
      },
      "expect": {
        "tau": 1.5,
        "Q": 9,
        "I": 36,
        "area": 12,
        "model": "rectangular_shear"
      },
      "expectWarning": null,
      "actual": {
        "model": "rectangular_shear",
        "V": 12,
        "b": 2,
        "h": 6,
        "area": 12,
        "I": 36,
        "Q": 9,
        "tau": 1.5,
        "solver": "rectangular section + jourawski",
        "convention": "Neutral axis of one solid rectangle. Q = b h²/8 is the first moment of the area above that axis. I comes from the rectangular-section engine. τ goes through the transverse-shear engine. A circle is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-sign",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "V": -12,
        "b": 2,
        "h": 6
      },
      "expect": {
        "tau": -1.5
      },
      "expectWarning": null,
      "actual": {
        "model": "rectangular_shear",
        "V": -12,
        "b": 2,
        "h": 6,
        "area": 12,
        "I": 36,
        "Q": 9,
        "tau": -1.5,
        "solver": "rectangular section + jourawski",
        "convention": "Neutral axis of one solid rectangle. Q = b h²/8 is the first moment of the area above that axis. I comes from the rectangular-section engine. τ goes through the transverse-shear engine. A circle is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-zero-b",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "V": 12,
        "b": 0,
        "h": 6
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Width b must be positive."
    },
    {
      "id": "boundary-missing",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "V": 12,
        "b": 2
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "h 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:33:43.490Z",
  "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": "6add35d980e6729cc25825602353a5abff6d9a46880fec98a9d953beabba0e55",
      "output_schema_sha256": "9afa6b1ff96d45de17d62364a96779c23d5015f045fccb0b45585bef33dcc928",
      "evidence_sha256": "8628059da196c6d77b21188fd9d4b80acf3479c57f0982063bc5fc2d3b063dfb",
      "evidence_core_sha256": "8628059da196c6d77b21188fd9d4b80acf3479c57f0982063bc5fc2d3b063dfb",
      "capability_sha256": "2c486a22da94bf7418ba0021c2226cc6491d3c4f28244e1a06d3b284358e67ec",
      "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"
  }
}
