{
  "capability_id": "mechanical.statics.cantilever_uniform_deflection",
  "tool_id": "cantilever-uniform-deflection",
  "engine": "cantilever-uniform-deflection",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-25T01:47:46.267Z",
  "engine_build": "2026-09-24",
  "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/cantilever-uniform-deflection",
  "api": "https://www.calculatorx.com/api/v1/calc/cantilever-uniform-deflection",
  "schema_input": "https://www.calculatorx.com/schemas/mechanical.statics.cantilever_uniform_deflection.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/mechanical.statics.cantilever_uniform_deflection.output.json",
  "assumptions": [],
  "limitations": [
    "Cantilever fixed at one end",
    "Uniform load over the whole length",
    "I is an input",
    "Not a simply supported span or a concentrated load"
  ],
  "boundary_conditions": [
    "missing w, L, E, or I → MISSING_REQUIRED_INPUT",
    "L ≤ 0, E ≤ 0, or I ≤ 0 → VALUE_MUST_BE_POSITIVE"
  ],
  "sources": [
    {
      "title": "Hibbeler, Mechanics of Materials",
      "section": "Deflection of beams — cantilever with a uniform load",
      "supports": "The free-end deflection is w L⁴ / (8 E I) when a uniform load covers a cantilever.",
      "kind": "reference"
    },
    {
      "title": "Gere and Goodno, Mechanics of Materials",
      "section": "Deflection of beams — cantilever with a uniform load",
      "supports": "Supports the page formula: δ = w L⁴ / (8 E I)",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:cd0912845ce9bc6bc97a7e917bdc4b30812c4f4045cfeca2332643bf943a7cd4",
  "tests": [
    {
      "id": "golden-tip",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "w": 24,
        "L": 2,
        "E": 1,
        "I": 1
      },
      "expect": {
        "delta": 48,
        "model": "cantilever_uniform_deflection"
      },
      "expectWarning": null,
      "actual": {
        "model": "cantilever_uniform_deflection",
        "w": 24,
        "L": 2,
        "E": 1,
        "I": 1,
        "delta": 48,
        "solver": "cantilever uniform load",
        "convention": "Cantilever fixed at one end with a uniform load over the whole length. Free-end δ = w L⁴/(8 E I). Positive w is the positive deflection direction. I is an input. A simply supported span and a concentrated load are their own pages."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-sign",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "w": -24,
        "L": 2,
        "E": 1,
        "I": 1
      },
      "expect": {
        "delta": -48
      },
      "expectWarning": null,
      "actual": {
        "model": "cantilever_uniform_deflection",
        "w": -24,
        "L": 2,
        "E": 1,
        "I": 1,
        "delta": -48,
        "solver": "cantilever uniform load",
        "convention": "Cantilever fixed at one end with a uniform load over the whole length. Free-end δ = w L⁴/(8 E I). Positive w is the positive deflection direction. I is an input. A simply supported span and a concentrated load are their own pages."
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-zero-length",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "w": 24,
        "L": 0,
        "E": 1,
        "I": 1
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Length L must be positive."
    },
    {
      "id": "boundary-missing",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "w": 24,
        "L": 2,
        "E": 1
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "I 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-24T12:11:14.461Z",
  "rendered_at": "2026-09-25T01:47:46.267Z",
  "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": "150a76e8e7149a2ecf7c7b478ea10d987f3ca7e59a108f1fcb91648601287874",
      "output_schema_sha256": "7d74644c359e6ead44829b1a3ef8fbcfee73c87e1565d6647617997390b8b688",
      "evidence_sha256": "907c4010fcc3d3624ed585d38abf75138b951561081b31485fd0f7cc5fa9df1a",
      "evidence_core_sha256": "907c4010fcc3d3624ed585d38abf75138b951561081b31485fd0f7cc5fa9df1a",
      "capability_sha256": "708780984cf6097ba3e6fabfeb871a284e943f98ad4238c3185aa8e8586f85f1",
      "engine_sha256": "08114baefe55904e75ed849baa2ac95371b8b8133c19b39348ee1070175d5f3e",
      "mcp_contract_sha256": "9cf7d41527923e8ab8bfc3047f2db08da2aa448cbb98c0359c1d2dfd503a1c40"
    },
    "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"
  }
}
