{
  "capability_id": "mechanical.statics.center_triangle_deflection",
  "tool_id": "center-triangle-deflection",
  "engine": "center-triangle-deflection",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-25T01:47:46.271Z",
  "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/center-triangle-deflection",
  "api": "https://www.calculatorx.com/api/v1/calc/center-triangle-deflection",
  "schema_input": "https://www.calculatorx.com/schemas/mechanical.statics.center_triangle_deflection.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/mechanical.statics.center_triangle_deflection.output.json",
  "assumptions": [],
  "limitations": [
    "Simply supported span",
    "Peak at midspan",
    "I is an input"
  ],
  "boundary_conditions": [
    "missing w0, 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 — triangular load peaking at midspan",
      "supports": "Midspan δ = w0 L⁴ / (120 E I) when the intensity is zero at both supports.",
      "kind": "reference"
    },
    {
      "title": "Gere and Goodno, Mechanics of Materials",
      "section": "Deflection of beams — symmetric triangular load",
      "supports": "Supports the page formula. With the end-peaked triangle it recovers the uniform load.",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:9e13cf42e01489e221d4e5e4b74f62bf0624e335eda60ad8e46cfd1a06aaa12e",
  "tests": [
    {
      "id": "golden-mid",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "w0": 24,
        "L": 2,
        "E": 1,
        "I": 1
      },
      "expect": {
        "delta": 3.2,
        "model": "center_triangle_deflection"
      },
      "expectWarning": null,
      "actual": {
        "model": "center_triangle_deflection",
        "w0": 24,
        "L": 2,
        "E": 1,
        "I": 1,
        "delta": 3.2,
        "solver": "simply supported center-peaked triangle",
        "convention": "Simply supported span. Intensity is 0 at both supports and w0 at midspan. Midspan δ = w0 L⁴/(120 E I), and that is also the largest deflection. Positive w0 is the positive deflection direction. I is an input. The load that is w0 at both ends and 0 at midspan is its own page."
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-zero-span",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "w0": 24,
        "L": 0,
        "E": 1,
        "I": 1
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Span L must be positive."
    }
  ],
  "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-24T21:17:05.590Z",
  "rendered_at": "2026-09-25T01:47:46.271Z",
  "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": "a5bb69d8d2b414f63f99e519616cf6b6f2dd2e76764600730c73b77ca2696f46",
      "output_schema_sha256": "018a171e67b940de2e09a9890cba316eb92f667729bfd9d8acc3fe2d6283ce0f",
      "evidence_sha256": "4f996fbe38db0928e972921c6f82b71e398e4a6511db0ad3592638b829c6ca7b",
      "evidence_core_sha256": "4f996fbe38db0928e972921c6f82b71e398e4a6511db0ad3592638b829c6ca7b",
      "capability_sha256": "e7aa1c3a0b1e3c2cd8f873b0cb5d6c6ab4c362114b9d125b3923b9be1657caf1",
      "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"
  }
}
