Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.70 KB | None | 0 0
  1. {
  2.     "description": "2D bar test problem",
  3.     "element type": "T3",
  4.     "integration points": 1,
  5.     "load condition": "plane stress",
  6.     "thickness": 0.5,
  7.     "bc": {
  8.         "dirichlet": {
  9.             "left side": {
  10.                 "dof": [0, 1],
  11.                 "value": 0.0
  12.             },
  13.             "bottom right corner": {
  14.                 "dof": [1],
  15.                 "value": 0.0
  16.             }
  17.         },
  18.         "neumann": {
  19.             "top right corner": {
  20.                 "dof": [1],
  21.                 "value": -1000.0
  22.              }
  23.         }
  24.     },
  25.     "materials": {
  26.         "steel": {
  27.             "young's modulus": 3e7,
  28.             "poisson's ratio": 0.25
  29.         }
  30.     }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement