Skip to content
Snippets Groups Projects
simpleEval.json 264 KiB
Newer Older
Amira Abdel-Rahman's avatar
Amira Abdel-Rahman committed
{
  "setup": {
    "nodes": [
      {
        "id": "n0",
        "parent": "11",
        "degrees_of_freedom": [
          0,
          1,
          2,
          3,
          4,
          5
        ],
        "restrained_degrees_of_freedom": [
          true,
          true,
          true,
          true,
          true,
          true
        ],
        "position": {
          "x": 0,
          "y": 0,
          "z": 0
        },
        "force": {
          "x": 0,
          "y": 0,
          "z": 0.1
        },
        "displacement": {
          "x": 0,
          "y": 0,
          "z": 0
        },
        "angle": {
          "x": 0,
          "y": 0,
          "z": 0
        }
      },
      {
        "id": "n1",
        "parent": "11",
        "degrees_of_freedom": [
          6,
          7,
          8,
          9,
          10,
          11
        ],
        "restrained_degrees_of_freedom": [
          false,
          false,
          false,
          true,
          true,
          true
        ],
        "position": {
          "x": 0.00006666666666666667,
          "y": 0,
          "z": 0
        },
        "force": {
          "x": 0,
          "y": 0,
          "z": 0.1
        },
        "displacement": {
          "x": 0,
          "y": 0,
          "z": 0
        },
        "angle": {
          "x": 0,
          "y": 0,
          "z": 0
        }
      }
    ],
    "edges": [
      {
        "id": "e0",
        "source": 0,
        "target": 1,
        "area": 0.000001,
        "density": 1000,
        "stiffness": 1000000,
        "stress": 0
      }
    ],
    "ndofs": 12,
    "animation": {
      "showDisplacement": true,
      "exaggeration": 2000,
      "speed": 3
    },
    "viz": {
      "minStress": 10000000,
      "maxStress": -10000000,
      "colorMaps": [
        [
          [
            0,
            [
              0.23,
              0.299,
              0.754
            ]
          ],
          [
            0.002,
            [
              0.23,
              0.299,
              0.754
            ]
          ],
          [
            0.004,
            [
              0.234,
              0.306,
              0.76
            ]
          ],
          [
            0.006,
            [
              0.234,
              0.306,
              0.76
            ]
          ],
          [
            0.008,
            [
              0.239,
              0.312,
              0.766
            ]
          ],
          [
            0.01,
            [
              0.239,
              0.312,
              0.766
            ]
          ],
          [
            0.012,
            [
              0.244,
              0.319,
              0.772
            ]
          ],
          [
            0.014,
            [
              0.244,
              0.319,
              0.772
            ]
          ],
          [
            0.016,
            [
              0.248,
              0.326,
              0.778
            ]
          ],
          [
            0.018,
            [
              0.248,
              0.326,
              0.778
            ]
          ],
          [
            0.02,
            [
              0.253,
              0.333,
              0.784
            ]
          ],
          [
            0.022,
            [
              0.253,
              0.333,
              0.784
Loading
Loading full blame...