|
[Sponsors] |
January 6, 2011, 14:40 |
Fortran to Fluent
|
#1 |
New Member
Join Date: Dec 2010
Posts: 5
Rep Power: 15 |
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 |
|
January 6, 2011, 21:49 |
|
#2 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 19 |
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 |
|
January 8, 2011, 16:06 |
|
#3 |
Member
Join Date: Jul 2010
Posts: 38
Rep Power: 16 |
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) ... |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to open Icem mesh in Ansys Fluent? | emmkell | FLUENT | 27 | February 6, 2018 04:34 |
How to call FLUENT in my Fortran source? | Sandia | FLUENT | 2 | December 1, 2012 16:33 |
Fluent 6.3 32bit vs Fluent 12.0 64bit | ibex7 | FLUENT | 7 | April 18, 2011 03:44 |
CFX11 + Fortran compiler ? | Mohan | CFX | 20 | March 30, 2011 19:56 |
Advanced Turbulence Modeling in Fluent, Realizable k-epsilon Model | Jonas Larsson | FLUENT | 5 | March 13, 2000 04:27 |