Import of external mesh file (.msh etc.) #140
Replies: 12 comments 29 replies
-
Hi. |
Beta Was this translation helpful? Give feedback.
-
It would not be hard. |
Beta Was this translation helpful? Give feedback.
-
It is simple. Just create a class named "MshFileImport", put a method "Import()" and write the import code inside... |
Beta Was this translation helpful? Give feedback.
-
These are present elements: |
Beta Was this translation helpful? Give feedback.
-
Thanks for the link. its a large file i need to see on PC which will do today or tommorrow. I just found a link from google, is it right format? http://www.manpagez.com/info/gmsh/gmsh-2.2.6/gmsh_63.php Next step is to make a class and implement the code. I just created the empty class: |
Beta Was this translation helpful? Give feedback.
-
I think its Binary option of export problem, make new files in .msh, .dat and .inp Maybe if you can’t open it, then you should try later with a different file or format... I decided to create a code with my simple (Cartesian mesh with 5 elements) model (a console with one fixed wall and a load applied to the other edge) according to the coordinates of the nodes. But I found that I can't add more than two nodes to the model for the BarElement class. I understand that a large (100000+) number of nodes is possible only for the TetrahedronElement class? Tell me please, how can I implement the code for my model (I can make Tetrahedron mesh for it). My code: |
Beta Was this translation helpful? Give feedback.
-
Question is about code. What I'm missing, especially in material properties (Young and Shear modulus). And do I need calc moments of inertia and set it? It's the same model/mesh: |
Beta Was this translation helpful? Give feedback.
-
How to chek Internal Forces in each element for Tetrahedron class? Didnt find it in TetrahedronElement.cs |
Beta Was this translation helpful? Give feedback.
-
Yes you are right. it is not implemented yet. Added and issue for it #142 . |
Beta Was this translation helpful? Give feedback.
-
If I can help with it, tell me |
Beta Was this translation helpful? Give feedback.
-
inactivity |
Beta Was this translation helpful? Give feedback.
-
Good day for all, is there possibility to import and use external mesh file for this code?
Beta Was this translation helpful? Give feedback.
All reactions