{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/mechanical.statics.offset_load_deflection.input.json",
  "title": "Offset load deflection — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "P": {
      "type": "number",
      "description": "Concentrated load. Alias load, force, F."
    },
    "a": {
      "type": "number",
      "description": "Distance from the left support to the load. Alias position."
    },
    "L": {
      "type": "number",
      "description": "Simply supported span. Alias span, length."
    },
    "E": {
      "type": "number",
      "description": "Elastic modulus. Alias youngs, modulus."
    },
    "I": {
      "type": "number",
      "description": "Centroidal area moment. Alias Ix, inertia."
    }
  },
  "required": [
    "P",
    "a",
    "L",
    "E",
    "I"
  ],
  "description": "Deflection under one concentrated load on a simply supported span, at a stated distance from the left support. I is an input. (calculation_version 1.0.0)"
}
