{
  "geometry": {
    "assembly": [
      {
        "component": 0,
        "instance_id": "simple_cantilever",
        "type": "Component"
      }
    ],
    "components": [
      {
        "file": "beam.stl",
        "geometry_type": "Mesh",
        "id": 0,
        "material": "steel",
        "refine": 0.02
      }
    ]
  },
  "boundary_conditions": [
    {
      "boundary": "end-1.stl",
      "type": "fixed"
    },
    {
      "boundary": "end-2.stl",
      "magnitude": 1e6,
      "type": "pressure_force"
    }
  ],
  "internal_conditions": [],
  "materials": {
    "steel": {
      "type": "Isotropic",
      "failure_criterion": "VonMises",
      "density": 7800.0,
      "youngs_modulus": 2.1e11,
      "poisson_ratio": 0.3,
      "yield_strength": 330000000.0,
      "tensile_strength": 0.0,
      "compressive_strength": 0.0
    }
  },
  "scenario_name": "cantilever_beam",
  "type": "LinearElasticity",
  "metadata": {
    "resolution": 1000,
    "units": "MeterKilogramSecond",
    "basis_order": 1,
    "integrator_override": "MPCLinearElasticity",
    "solver_override": "MKL_PardisoLDLT"
  }
}
