|
[Sponsors] | |||||
|
|
|
#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? |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
||
|
||
|
|
|
#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 |
|
|
||
|
|
|
#4 |
|
Guest
Posts: n/a
|
Many Thanks.
|
|
|
||
|
|
|
#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
|
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 120 | December 2, 2009 10:23 |
| Compiling gmshFoam with OpenFOAM-1.5 | BlGene | Open Source Meshers: Gmsh, Netgen, CGNS, ... | 10 | August 6, 2009 04:26 |
| Design Integration with CFD? | John C. Chien | Main CFD Forum | 19 | May 17, 2001 15:56 |
| I'm looking for a flow solver (source code) | Steve Collie | Main CFD Forum | 2 | January 26, 2001 12:24 |
| UDFs for Scalar Eqn - Fluid/Solid HT | Greg Perkins | FLUENT | 0 | October 11, 2000 03:43 |