|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Join Date: Dec 2010
Posts: 5
Rep Power: 4 ![]() |
Hello everyone,
Sorry if my question sounds silly to most of you, i have sets of point need to be plotted in gambit, however i found this job very tedious to me, since it contains hundreds of point to be plotted, then i came across with an idea if i can create a program in fortran/c++ that reads all the points, plot, mesh it and solve it in fluent, i would be grateful if you can guide me, share some knowledge in this matter since i am very new to cfd, i started learning cfd last 3 weeks because my final year project title is all about cfd |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Nov 2009
Posts: 409
Rep Power: 8 ![]() |
Hello,
I'm afraid you didn't described clearly your problem ... What exactly are you trying to achieve in Gambit ? By the way Gambit is intended for mesh generation and not for plotting results. Please give more details about what you need and maybe someone will be able to point you in the right direction. Do |
|
|
|
|
|
|
|
|
#3 |
|
Member
Join Date: Jul 2010
Posts: 38
Rep Power: 4 ![]() |
If you just want to read in the points for geometry generation in Gambit, it's simple enough to do. Use Import > ICEM Input and select your file. However, there are some formatting requirements. The format that has worked for me for 2D geometries is:
(Number of points per edge) (Number of edges) (x1 edge 1) (y1 edge 1) (z1 edge 1) (x2 edge 1) (y2 edge 1) (z2 edge 1) ... (x1 edge 2) (y1 edge 2) (z1 edge 2) (x2 edge 2) (y2 edge 2) (z2 edge 2) ... (x1 edge 3) (y1 edge 3) (z1 edge 3) (x2 edge 3) (y2 edge 3) (z2 edge 3) ... |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to call FLUENT in my Fortran source? | Sandia | FLUENT | 2 | December 1, 2012 15:33 |
| How to open Icem mesh in Ansys Fluent? | emmkell | FLUENT | 13 | June 25, 2012 11:59 |
| Fluent 6.3 32bit vs Fluent 12.0 64bit | ibex7 | FLUENT | 7 | April 18, 2011 02:44 |
| CFX11 + Fortran compiler ? | Mohan | CFX | 20 | March 30, 2011 18:56 |
| Advanced Turbulence Modeling in Fluent, Realizable k-epsilon Model | Jonas Larsson | FLUENT | 6 | June 21, 2009 10:02 |