Links with FEA #29
Replies: 4 comments 7 replies
-
The biggest challenge is the meshing. We are currently focusing on interacting with quasi-meshless sim packages, like Intact solutions, etc. The good thing about a Computational Engineering Model is that it knows the purpose of the geometry it is generating, so it is possible to automatically "tag" the meshes in the right way. But meshing is a bit of a dark art, so "someone" has to translate the rules into code. But PicoGK can output triangle meshes, and from there, it should be possible. We will explore this further from LEAP 71 as we go along, but, again, we are more focused on meshless right now, because our voxel fields feed right into that method (Lattice-Boltzmann etc.). @josefinelissner put up a few examples in this repo, so check it out. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hi @virtuamechanica ! |
Beta Was this translation helpful? Give feedback.
-
Hello, always related to the topic of link with simulation: As a final stage, i would need to compute the result with FEA again. |
Beta Was this translation helpful? Give feedback.
-
Dear @LinKayser, I am planning to do some work to 'link' PicoGK geometries to FEA/CFD simulations. The approach that Josefine described (https://github.com/leap71/PicoGK_SimulationExample) is to put geometries and boundary conditions together and export as a .vdb file. This .vdb file should then be imported in a simulation software for processing. The problem is that open-source simulation software don't import .vdb files. I could solve this by a piece of code to output to formats that are readable by open-source software. Do you have any thoughts on this (usefull? anything that I am overlooking for this to work smoothly)? Best, Thijs |
Beta Was this translation helpful? Give feedback.
-
I was wondering about possibilities of this Amazing library to transfer data for structural analysis (homogenization, etc) with FE solver such as Abaqus or Open-source Calculix,..).
Beta Was this translation helpful? Give feedback.
All reactions