Importing 3D Mesh into MATLAB QuickerSim Toolbox
14 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to create a T-junction 3D geometry using GMSH and create a mesh to import into QuickerSim CFD toolbox. I have my geometry attached as FocusingMesh3DV1Geo.txt. I have two intersecting boxes that will model the mixing of fluid A coming in from the side inlets and fluid B from the center inlet. What can I possibly change from my gmsh file (see attached FocusingMesh3DV1Msh.txt) so that I can import the file through the import mesh quickerSim routine (see importMeshGmsh.m attached below) in matlab? Or perhaps any recomendations on how I can improve the geometry? Thank you.
I seem to be getting an error message of "undefined function or variable 'K'" in line 218 of the imporMeshGmsh.m file: tmp(i,:) = [L K];
0 Kommentare
Antworten (1)
QuickerSim
am 5 Aug. 2021
Bearbeitet: Walter Roberson
am 7 Aug. 2021
Check out the files here, it should be fine now: https://quickersim-my.sharepoint.com/:f:/p/j_patejuk/Ev6mydvCSmNKi66Vghr4LZIBfRw_hfNDNgetT0k4o-AB1Q?e=XtvBhE
You can also watch our gmsh tutorials: https://www.youtube.com/watch?v=Lfnp8StrSLw&list=PLZsgQL03AlrfMxhDwOWJooqCcnODSidkc
0 Kommentare
Siehe auch
Kategorien
Mehr zu Computational Fluid Dynamics (CFD) finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!