{
  "capability_id": "mechanical.statics.end_triangle_at_deflection",
  "tool_id": "end-triangle-at",
  "engine": "end-triangle-at",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-25T01:47:46.283Z",
  "engine_build": "2026-09-24",
  "test_count": 2,
  "passed": 2,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 1,
      "passed": 1
    },
    "boundary": {
      "total": 1,
      "passed": 1
    },
    "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/end-triangle-at",
  "api": "https://www.calculatorx.com/api/v1/calc/end-triangle-at",
  "schema_input": "https://www.calculatorx.com/schemas/mechanical.statics.end_triangle_at_deflection.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/mechanical.statics.end_triangle_at_deflection.output.json",
  "assumptions": [],
  "limitations": [
    "Peaks at the supports",
    "x is strictly inside the span",
    "I is an input"
  ],
  "boundary_conditions": [
    "missing w0, x, L, E, or I → MISSING_REQUIRED_INPUT",
    "L ≤ 0, E ≤ 0, or I ≤ 0 → VALUE_MUST_BE_POSITIVE",
    "x ≤ 0 or x ≥ L → INVALID_INPUT"
  ],
  "sources": [
    {
      "title": "Hibbeler, Mechanics of Materials",
      "section": "Deflection of beams — superposition",
      "supports": "An end-peaked triangle is a uniform load minus a center-peaked triangle.",
      "kind": "reference"
    },
    {
      "title": "Gere and Goodno, Mechanics of Materials",
      "section": "Deflection of beams — triangular load",
      "supports": "Supports the midspan value 3 w0 L⁴/(640 E I).",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:9591788f349ca1b41d0ad508e4924f56a2ea2951d6a2071fa623d0784c0bf056",
  "tests": [
    {
      "id": "golden-mid",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "w0": 24,
        "x": 1,
        "L": 2,
        "E": 1,
        "I": 1
      },
      "expect": {
        "delta": 1.8,
        "model": "end_triangle_at_deflection"
      },
      "expectWarning": null,
      "actual": {
        "model": "end_triangle_at_deflection",
        "w0": 24,
        "x": 1,
        "L": 2,
        "E": 1,
        "I": 1,
        "delta": 1.8,
        "solver": "end-peaked triangle at a station",
        "convention": "Intensity is w0 at both supports and 0 at midspan. The curve is the uniform load of intensity w0 minus the center-peaked triangle. x = L/2 is the end-triangle midspan page δ = 3 w0 L⁴/(640 E I)."
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-support",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "w0": 24,
        "x": 0,
        "L": 2,
        "E": 1,
        "I": 1
      },
      "expectError": "INVALID_INPUT",
      "code": "INVALID_INPUT",
      "error": "Station x must lie strictly between the supports."
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 2,
      "total": 2,
      "golden": 1,
      "boundary": 1,
      "property": 0
    },
    "contract_checks": {
      "passed": 6,
      "total": 6
    }
  },
  "evidence_core_generated_at": "2026-09-24T22:59:42.914Z",
  "rendered_at": "2026-09-25T01:47:46.283Z",
  "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": "16043fbf1be222446b85970988eaa23990200b5f96b017a9cb4f6c59a93919e7",
      "output_schema_sha256": "634f466957ec223f8ecb14aebd36ed7dce762f595d3ce8c62f902b39eccfa315",
      "evidence_sha256": "9a6fd5eea6f2433cc221dfbe42cb82893ad3ae523b76972121e26ee7475ef2f1",
      "evidence_core_sha256": "9a6fd5eea6f2433cc221dfbe42cb82893ad3ae523b76972121e26ee7475ef2f1",
      "capability_sha256": "6cda357f1247fa1067c613b3a25865f2ed5e8cfa6b1040d487a88f4007f2a393",
      "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"
  }
}
