User Tools

Site Tools


unv2oofem:unv2oofem

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
unv2oofem:unv2oofem [2017/02/01 17:38] smilauerunv2oofem:unv2oofem [2021/12/14 09:10] (current) – [Extension for hanging nodes] smilauer
Line 26: Line 26:
 |Quad: 8 nodes, quadratic | 45| QPlanestress2D, Q4Axisymm | |Quad: 8 nodes, quadratic | 45| QPlanestress2D, Q4Axisymm |
 |Tetrahedron: 4 nodes, linear|111| LTRSpace, Tetrah1ht, PY1 3D SUPG | |Tetrahedron: 4 nodes, linear|111| LTRSpace, Tetrah1ht, PY1 3D SUPG |
-|Brick: 8 node, linear|115| LSpace, LSpaceBB, Brick1HT,  Brick1HMT  |+|Brick: 8 node, linear|115| LSpace, LSpaceBB, Brick1HT, Brick1MT,Brick1HMT  |
 |Brick: 20 nodes, quadratic|116| QSpace, QBrick1ht, QBrick1hmt | |Brick: 20 nodes, quadratic|116| QSpace, QBrick1ht, QBrick1hmt |
 |Tetrahedron: 10 nodes, quadratic|118| |Tetrahedron: 10 nodes, quadratic|118|
Line 84: Line 84:
 </code> </code>
      
-==== Run the unv2oofem ==== 
-The unv2oofem convertor creates the OOFEM input file exam.in executing a python command: 
  
-$ unv2oofem.py  exam.unv  exam.ctrl  exam.in 
-  
-All the files can be {{:unv2oofem:exam.zip|downloaded as a ZIP file}}. 
  
 ==== Extension for sets ==== ==== Extension for sets ====
Line 136: Line 131:
 etype[44] PlaneStress2d etype[44] PlaneStress2d
 </code> </code>
 +
 +==== Extension for hanging nodes ====
 +Hanging nodes are nodes located on finite elements. They do not add degrees of freedom but use element interpolation functions instead. For example, reinforcement can be attached to concrete elements using hanging nodes. Any group of nodes in Salome represent hanging nodes when its name starts with "OOFEM-Hanging". OOFEM will automatically find finite elements overlapping with those hanging nodes. This is facilitated through SpatialLocalizerInterface in particular implementation in OOFEM's elements.
 +One way in Salome is creating two independent meshes for concrete and reinforcement. A compound mesh can join both meshes - just be careful not to tick "Merge coincident nodes and elements". Continue with export to unv and process with unv2oofem.py. Reinforcement is normally represented by OOFEM's truss elements. Reinforcement nodes need to be grouped in "OOFEM-Hanging*" group at the end of ctrl file, e.g.
 +<code text>
 +group OOFEM-Hanging-nodes
 +nodeprop dofType 3 2 2 2
 +</code>
 + 
 +
 +==== Run the unv2oofem ====
 +The unv2oofem convertor creates the OOFEM input file exam.in executing a python command:
 +
 +$ unv2oofem.py  exam.unv  exam.ctrl  exam.in
 + 
 +All the files can be {{:unv2oofem:exam.zip|downloaded as a ZIP file}}.
  
unv2oofem/unv2oofem.1485967091.txt.gz · Last modified: 2017/02/01 17:38 by smilauer