|
[Sponsors] |
I Need Source Code for 2D Incompressible Flow |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 20, 2008, 11:33 |
I Need Source Code for 2D Incompressible Flow
|
#1 |
Guest
Posts: n/a
|
Please,
I am trying to implement the SIMPLE method of Patankar in a half staggered grid, but unfortunately, I can not find where the mistakes in my code are. I am using a central difference scheme in the convective terms. I would like to know where I can find a source code of a 2D incompressible flow implementation? |
|
June 20, 2008, 11:46 |
Re: I Need Source Code for 2D Incompressible Flow
|
#2 |
Guest
Posts: n/a
|
||
June 20, 2008, 11:47 |
Re: I Need Source Code for 2D Incompressible Flow
|
#3 |
Guest
Posts: n/a
|
Peric code is the best for educational purpose,
you could download it from: ftp://ftp.springer.de/pub/technik/peric/peric.tar.gz good luck |
|
June 20, 2008, 11:51 |
Re: I Need Source Code for 2D Incompressible Flow
|
#4 |
Guest
Posts: n/a
|
Many Thanks.
|
|
June 20, 2008, 20:18 |
Re: I Need Source Code for 2D Incompressible Flow
|
#5 |
Guest
Posts: n/a
|
do not use central difference to start with. Use upwind first , when you get results with it, then switch to central differencing. your code probably is unstable because you are using CDS
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |
[Gmsh] Compiling gmshFoam with OpenFOAM-1.5 | BlGene | OpenFOAM Meshing & Mesh Conversion | 10 | August 6, 2009 05:26 |
Design Integration with CFD? | John C. Chien | Main CFD Forum | 19 | May 17, 2001 16:56 |
I'm looking for a flow solver (source code) | Steve Collie | Main CFD Forum | 2 | January 26, 2001 13:24 |
UDFs for Scalar Eqn - Fluid/Solid HT | Greg Perkins | FLUENT | 0 | October 11, 2000 04:43 |