{
  "capability_id": "mechanical.beam.deflection",
  "tool_id": "mechanical-beam-deflection",
  "engine": "mechanical-beam-deflection",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-27T07:46:57.267Z",
  "engine_build": "2026-09-27",
  "test_count": 7,
  "passed": 7,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 4,
      "passed": 4
    },
    "boundary": {
      "total": 2,
      "passed": 2
    },
    "property": {
      "total": 1,
      "passed": 1
    }
  },
  "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/beam-deflection",
  "api": "https://www.calculatorx.com/api/v1/calc/mechanical-beam-deflection",
  "schema_input": "https://www.calculatorx.com/schemas/mechanical.beam.deflection.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/mechanical.beam.deflection.output.json",
  "assumptions": [],
  "limitations": [
    "Not FEM / indeterminate / Timoshenko",
    "Not generic multi-load max",
    "Not overhang; cantilever triangular deferred in v1",
    "Human SEO Entries remain leaf discovery URLs until L1 hard-close"
  ],
  "boundary_conditions": [
    "missing P, 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 — simply supported beam with a concentrated load at midspan",
      "supports": "The midspan deflection is P L³ / (48 E I) when the load sits at the center of a simply supported span.",
      "kind": "reference"
    },
    {
      "title": "Gere and Goodno, Mechanics of Materials",
      "section": "Deflection of beams — simply supported beam with a concentrated load at midspan",
      "supports": "Supports the page formula: δ = P L³ / (48 E I)",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:b36e3be38b503f7db9952acc8a1993dcb17c5c9f64262ffc21ae22ab485cf26a",
  "tests": [
    {
      "id": "golden-ss-point-mid",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "support": "simply_supported",
        "L": 2,
        "E": 1,
        "I": 1,
        "loads": [
          {
            "id": "P1",
            "type": "point",
            "P": 480
          }
        ],
        "query": {
          "kind": "midspan"
        }
      },
      "expect": {
        "delta": 80,
        "model": "mechanical.beam.deflection"
      },
      "expectWarning": null,
      "actual": {
        "model": "mechanical.beam.deflection",
        "support": "simply_supported",
        "query": {
          "kind": "midspan"
        },
        "loads": [
          {
            "id": "P1",
            "type": "point",
            "P": 480
          }
        ],
        "normalized_loads": [
          {
            "id": "P1",
            "type": "point",
            "P": 480,
            "a": null
          }
        ],
        "L": 2,
        "E": 1,
        "I": 1,
        "x": 1,
        "delta": 80,
        "components": [
          {
            "id": "P1",
            "delta": 80,
            "model": "offset_load_at_deflection"
          }
        ],
        "solver": "beam.deflection superposition of Layer-A At-curves",
        "convention": "Euler–Bernoulli, constant EI, determinate supports. δ = Σ δ_i via existing statics-engine primitives."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-cantilever-tip",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "support": "cantilever",
        "L": 2,
        "E": 1,
        "I": 1,
        "loads": [
          {
            "type": "point",
            "P": 3
          }
        ],
        "query": {
          "kind": "tip"
        }
      },
      "expect": {
        "delta": 8,
        "model": "mechanical.beam.deflection"
      },
      "expectWarning": null,
      "actual": {
        "model": "mechanical.beam.deflection",
        "support": "cantilever",
        "query": {
          "kind": "tip"
        },
        "loads": [
          {
            "type": "point",
            "P": 3
          }
        ],
        "normalized_loads": [
          {
            "id": "L1",
            "type": "point",
            "P": 3,
            "a": null
          }
        ],
        "L": 2,
        "E": 1,
        "I": 1,
        "x": 2,
        "delta": 8,
        "components": [
          {
            "id": "L1",
            "delta": 8,
            "model": "cantilever_load_at_deflection"
          }
        ],
        "solver": "beam.deflection superposition of Layer-A At-curves",
        "convention": "Euler–Bernoulli, constant EI, determinate supports. δ = Σ δ_i via existing statics-engine primitives."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-ss-uniform-mid",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "support": "simply_supported",
        "L": 2,
        "E": 1,
        "I": 1,
        "loads": [
          {
            "type": "uniform",
            "w": 384
          }
        ],
        "query": {
          "kind": "midspan"
        }
      },
      "expect": {
        "delta": 80,
        "model": "mechanical.beam.deflection"
      },
      "expectWarning": null,
      "actual": {
        "model": "mechanical.beam.deflection",
        "support": "simply_supported",
        "query": {
          "kind": "midspan"
        },
        "loads": [
          {
            "type": "uniform",
            "w": 384
          }
        ],
        "normalized_loads": [
          {
            "id": "L1",
            "type": "uniform",
            "w": 384
          }
        ],
        "L": 2,
        "E": 1,
        "I": 1,
        "x": 1,
        "delta": 80,
        "components": [
          {
            "id": "L1",
            "delta": 80,
            "model": "uniform_load_at_deflection"
          }
        ],
        "solver": "beam.deflection superposition of Layer-A At-curves",
        "convention": "Euler–Bernoulli, constant EI, determinate supports. δ = Σ δ_i via existing statics-engine primitives."
      },
      "tol": 1e-12
    },
    {
      "id": "golden-superpose-at",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "support": "simply_supported",
        "L": 2,
        "E": 1,
        "I": 1,
        "loads": [
          {
            "id": "U",
            "type": "uniform",
            "w": 48
          },
          {
            "id": "P",
            "type": "point",
            "P": 48
          }
        ],
        "query": {
          "kind": "at_x",
          "x": 1
        }
      },
      "expect": {
        "delta": 18,
        "model": "mechanical.beam.deflection"
      },
      "expectWarning": null,
      "actual": {
        "model": "mechanical.beam.deflection",
        "support": "simply_supported",
        "query": {
          "kind": "at_x",
          "x": 1
        },
        "loads": [
          {
            "id": "U",
            "type": "uniform",
            "w": 48
          },
          {
            "id": "P",
            "type": "point",
            "P": 48
          }
        ],
        "normalized_loads": [
          {
            "id": "U",
            "type": "uniform",
            "w": 48
          },
          {
            "id": "P",
            "type": "point",
            "P": 48,
            "a": null
          }
        ],
        "L": 2,
        "E": 1,
        "I": 1,
        "x": 1,
        "delta": 18,
        "components": [
          {
            "id": "U",
            "delta": 10,
            "model": "uniform_load_at_deflection"
          },
          {
            "id": "P",
            "delta": 8,
            "model": "offset_load_at_deflection"
          }
        ],
        "solver": "beam.deflection superposition of Layer-A At-curves",
        "convention": "Euler–Bernoulli, constant EI, determinate supports. δ = Σ δ_i via existing statics-engine primitives."
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-empty-loads",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "support": "simply_supported",
        "L": 2,
        "E": 1,
        "I": 1,
        "loads": [],
        "query": {
          "kind": "midspan"
        }
      },
      "expectError": "INVALID_INPUT",
      "code": "INVALID_INPUT",
      "error": "loads[] must be a non-empty array."
    },
    {
      "id": "boundary-E",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "support": "simply_supported",
        "L": 2,
        "E": 0,
        "I": 1,
        "loads": [
          {
            "type": "point",
            "P": 1
          }
        ],
        "query": {
          "kind": "midspan"
        }
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Modulus E must be positive."
    },
    {
      "id": "property-check-80",
      "ok": true,
      "kind": "property",
      "detail": "ss×point×midspan δ=80",
      "expect": {
        "delta": 80
      },
      "actual": {
        "delta": 80
      },
      "inputs": {
        "support": "simply_supported",
        "L": 2,
        "E": 1,
        "I": 1,
        "loads": [
          {
            "type": "point",
            "P": 480
          }
        ],
        "query": {
          "kind": "midspan"
        }
      },
      "tol": 0
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 7,
      "total": 7,
      "golden": 4,
      "boundary": 2,
      "property": 1
    },
    "contract_checks": {
      "passed": 6,
      "total": 6
    }
  },
  "evidence_core_generated_at": "2026-09-27T04:31:53.944Z",
  "rendered_at": "2026-09-27T07:46:57.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": "08167e0e426ef2ec8bea96b96c42fb0e21623e0c317a83d152146408edca0f5c",
      "output_schema_sha256": "b806bb6cb02fdefe91ec172364023e8bfc4108b1157b2b799c1556fbf3bed630",
      "evidence_sha256": "842a1e7dc87b6662091362c28fb07642530e42bb59d37b900bffc0fce8abe665",
      "evidence_core_sha256": "842a1e7dc87b6662091362c28fb07642530e42bb59d37b900bffc0fce8abe665",
      "capability_sha256": "911dcb16288d8563677b4e3dbef948032199eabbbaba29d9651ea88eb4f5bf40",
      "engine_sha256": "a2d9eb1a5cbadd790ff631296a5d46bbf33cc01e7df0bd6cedcb69ebaa6b37a6",
      "mcp_contract_sha256": "c5f939a19677671c70027a5961c613180fa0d0d33ad5e66bbf28095b4d9d1197"
    },
    "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"
  }
}
