{
  "capability_id": "mechanical.statics.rectangular_section",
  "tool_id": "rectangular-section",
  "engine": "rectangular-section",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-23T14:21:08.542Z",
  "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/rectangular-section",
  "api": "https://www.calculatorx.com/api/v1/calc/rectangular-section",
  "schema_input": "https://www.calculatorx.com/schemas/mechanical.statics.rectangular_section.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/mechanical.statics.rectangular_section.output.json",
  "assumptions": [],
  "limitations": [
    "Centroidal axes parallel to the sides",
    "Ix = b h³/12 and Iy = h b³/12",
    "Sx = b h²/6 and Sy = h b²/6",
    "Not a composite section, a circle, bending stress, or a plastic modulus"
  ],
  "boundary_conditions": [
    "missing b or h → MISSING_REQUIRED_INPUT",
    "b ≤ 0 or h ≤ 0 → VALUE_MUST_BE_POSITIVE"
  ],
  "sources": [
    {
      "title": "Hibbeler, Engineering Mechanics: Statics",
      "section": "Moments of inertia — rectangular area",
      "supports": "The centroidal moments of a rectangle are b h³/12 and h b³/12.",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:9381347729c2a4a435c75cb5389894b11aa1cc870dab3067f12166718822cc7e",
  "tests": [
    {
      "id": "golden-tall",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "b": 2,
        "h": 6
      },
      "expect": {
        "area": 12,
        "Ix": 36,
        "Iy": 4,
        "Sx": 12,
        "Sy": 4,
        "kx": 1.7320508075688772,
        "ky": 0.5773502691896257,
        "model": "rectangular_section"
      },
      "expectWarning": null,
      "actual": {
        "model": "rectangular_section",
        "b": 2,
        "h": 6,
        "area": 12,
        "Ix": 36,
        "Iy": 4,
        "kx": 1.7320508075688772,
        "ky": 0.5773502691896257,
        "Sx": 12,
        "Sy": 4,
        "solver": "area moment + section modulus",
        "convention": "b is the width parallel to x. h is the height parallel to y. Centroidal Ix = b h³/12 and Iy = h b³/12. Sx = b h²/6 and Sy = h b²/6. A composite section is the area-moment page. A circle is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-square",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "b": 1,
        "h": 1
      },
      "expect": {
        "area": 1,
        "Ix": 0.08333333333333333,
        "Iy": 0.08333333333333333,
        "Sx": 0.16666666666666666,
        "Sy": 0.16666666666666666
      },
      "expectWarning": null,
      "actual": {
        "model": "rectangular_section",
        "b": 1,
        "h": 1,
        "area": 1,
        "Ix": 0.08333333333333333,
        "Iy": 0.08333333333333333,
        "kx": 0.28867513459481287,
        "ky": 0.28867513459481287,
        "Sx": 0.16666666666666666,
        "Sy": 0.16666666666666666,
        "solver": "area moment + section modulus",
        "convention": "b is the width parallel to x. h is the height parallel to y. Centroidal Ix = b h³/12 and Iy = h b³/12. Sx = b h²/6 and Sy = h b²/6. A composite section is the area-moment page. A circle is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-wide",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "b": 6,
        "h": 2
      },
      "expect": {
        "Ix": 4,
        "Iy": 36,
        "Sx": 4,
        "Sy": 12,
        "area": 12
      },
      "expectWarning": null,
      "actual": {
        "model": "rectangular_section",
        "b": 6,
        "h": 2,
        "area": 12,
        "Ix": 4,
        "Iy": 36,
        "kx": 0.5773502691896257,
        "ky": 1.7320508075688772,
        "Sx": 4,
        "Sy": 12,
        "solver": "area moment + section modulus",
        "convention": "b is the width parallel to x. h is the height parallel to y. Centroidal Ix = b h³/12 and Iy = h b³/12. Sx = b h²/6 and Sy = h b²/6. A composite section is the area-moment page. A circle is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-width",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "b": 0,
        "h": 6
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Width b must be positive."
    },
    {
      "id": "boundary-height",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "b": 2,
        "h": -1
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Height h must be positive."
    },
    {
      "id": "boundary-missing",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "h": 6
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "b 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:42:08.522Z",
  "rendered_at": "2026-09-23T14:21:08.542Z",
  "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": "fe242d7082751b7d90180ca9a9d335d87b8c9d0ad9c18e442e42c71405b0536d",
      "output_schema_sha256": "db7863011d08c0738f430ad495eb7a3b325d6f9c6ba805a31182a170939c526b",
      "evidence_sha256": "71488432fd9c7505a5e8611989ac3bc051ee1d93e89369972d6e068476ee61ec",
      "evidence_core_sha256": "71488432fd9c7505a5e8611989ac3bc051ee1d93e89369972d6e068476ee61ec",
      "capability_sha256": "20f8a0058f96dbf9e1f4034f3c2a4d50296deb8821b999ed5f6e464bd691c3bf",
      "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"
  }
}
