|
[Sponsors] |
Fortran Code for Grid generation.(please help me if you can) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 15, 2010, 07:07 |
Fortran Code for Grid generation.(please help me if you can)
|
#1 |
New Member
Join Date: Feb 2010
Posts: 1
Rep Power: 0 |
Hi guys,
I wanna write a program that generates grid for a rectangular domain.I just need to define nodes (with arrays).actually a program that just reads nodes based on the lengths of rectangle and number of cells for each length.and then import it to PLOT3D.should I define all nodes inside the rectangle or just on boundaries?how can i define the connection between nodes? I don't know how to do it exactly.please help me. Best Regards, |
|
February 15, 2010, 07:18 |
|
#2 |
Member
Anonymous
Join Date: Jul 2009
Posts: 44
Rep Power: 17 |
I don't know about plot3D, but if it permits structured grids, the easiest way is to make a structured grid, in that case you don't need any connectivity table.
|
|
February 15, 2010, 14:08 |
use algbriac interpolation
|
#3 |
Member
|
hi
first do a planar case and then stack it. u need to define only the boundary points, and based on the number points on the boundaries u can generate points. this is simple to do only thing is u need to write a gridgen program in 2d and generate the point list and increment the z co-ordinate to get the 3d one |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
parallel fortran code | Ahmed | Main CFD Forum | 1 | October 23, 2008 08:15 |
biCGSTAB Fortran code, unstructured mesh | Nico | Main CFD Forum | 4 | September 12, 2006 12:12 |
Fortran Cuthill-McKee code | Leon | Main CFD Forum | 2 | September 12, 2005 06:20 |
Design Integration with CFD? | John C. Chien | Main CFD Forum | 19 | May 17, 2001 16:56 |
Multi-dimensional heat conduction fortran code | odat | Main CFD Forum | 1 | August 6, 1999 01:18 |