bafkreiexmb54kowosbu5wco4zsds3xogfiqxf2ahyetzqfn7ucpqoqi33i 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. ObjectType = Scene
  2. NDims = 3
  3. NObjects = 1
  4. ObjectType = FEMObject
  5. NDims = 3
  6. BinaryData = False
  7. Offset = 0 0 0
  8. CenterOfRotation = 0 0 0
  9. ElementSpacing = 1 1 1
  10. ElementDataFile = LOCAL
  11. % Bickford p. 250-252
  12. % NOTE: THERE ARE NO EXTERNAL LOADS IN THIS EXAMPLE! (Some might have been
  13. % added later)
  14. % NOTE #2: THE MATERIAL PROPERTY IS ARBITRARY, AND NOT SPECIFIED IN THE TEXT!
  15. % (One is added here for completeness)
  16. <Node>
  17. 0 % Global node number
  18. 2 0 0 % Nodal coordinates
  19. <Node>
  20. 1 % Global node number
  21. 2 1 0 % Nodal coordinates
  22. <Node>
  23. 2 % Global node number
  24. 2 1 2 % Nodal coordinates
  25. <Node>
  26. 3 % Global node number
  27. 2 0 2 % Nodal coordinates
  28. <END> % End of nodes
  29. <MaterialLinearElasticity>
  30. 0 % Global material number
  31. E : 30000000 % Young modulus
  32. A : 0 % Crossection area
  33. I : 0 % Moment of inertia
  34. nu : 0.3 % Poisson's ratio
  35. h : 1
  36. RhoC : 1
  37. END: % End of material definition
  38. <END> % End of materials
  39. <Element2DC0LinearTriangularStress>
  40. 0 % Global element number
  41. 0 % Node 1 ID
  42. 1 % Node 2 ID
  43. 2 % Node 3 ID
  44. 0 % MaterialLinearElasticity ID
  45. <Element2DC0LinearTriangularStress>
  46. 1 % Global element number
  47. 0 % Node 1 ID
  48. 2 % Node 2 ID
  49. 3 % Node 3 ID
  50. 0 % MaterialLinearElasticity ID
  51. <END> % End of elements
  52. <LoadNode>
  53. 0 % Global load number
  54. 1 % GN of the element on which the load acts
  55. 2 % Point number within the element
  56. 2 0 -1000 % Force vector
  57. <LoadBC>
  58. 1 % Global load number
  59. 0 % GN of element
  60. 0 % DOF# in element
  61. 1 0 % rhs of MFC
  62. <LoadBC>
  63. 2 % Global load number
  64. 0 % GN of element
  65. 1 % DOF# in element
  66. 1 0 % rhs of MFC
  67. <LoadBC>
  68. 3 % Global load number
  69. 1 % GN of element
  70. 0 % DOF# in element
  71. 1 0 % rhs of MFC
  72. <LoadBC>
  73. 4 % Global load number
  74. 1 % GN of element
  75. 1 % DOF# in element
  76. 1 0 % rhs of MFC
  77. <END> % End of loads