|
[Sponsors] |
November 25, 1999, 09:00 |
Test Cases to validate 2D Euler Schemes
|
#1 |
Guest
Posts: n/a
|
I have written 8 Schemes to solve 2D Euler Problems, and am planning to add some more. Right now I am looking for test cases to check how my code responses to them. One I have tested is BUMP PROBLEM. Are there any, what are they????
|
|
November 25, 1999, 09:50 |
Re: Test Cases to validate 2D Euler Schemes
|
#2 |
Guest
Posts: n/a
|
These are standard cases.
1 NACA0012 Mach AOA 0.63 2.0 0.80 1.25 0.85 1.0 1.20 0.0 2 Semicylinder, mach=3.0 3 Cylinder, low mach number, something like 0.1 4 Flow over a ramp, which will have an oblique shock, expansion fan, and shock reflection. |
|
November 30, 1999, 19:39 |
Re: Test Cases to validate 2D Euler Schemes
|
#3 |
Guest
Posts: n/a
|
hi nitin, i worked with some fellows who were developing a euler code. to start off they did a lot of problems that had analytical solutions. some of them might seem exceedingly simple but since you know the answer you can make perfect compariosn to results. while the NACA 0012 is a well tested airfoil (as are the ONERA M6 and a certain RAE foil) comparing euler results to experimental data doesn't always make sense since the experimental results are viscous (real) while the euler results are inviscid (idealised). good test cases include 1-d shock tube (very basic but good), compresssion ramps , expansion corners (typical table solution), subsonic flow over a cylinder (you should of course have perfect pressure recovery and a symmetric flow field). there are a few other test problems you might want to work on. things you should look for include: constant (zero) entropy (or vorticity) for shock free flows, constant stagnation temperatures for all flows, zero drag on closed bodies, and grid independence. also you could test your boundary conditions using acoustic simulations to test for non reflection (if you're using non reflecting BC). i think it's best to stick to problems with analytical solutions. good luck.
|
|
December 7, 1999, 20:03 |
Re: Test Cases to validate 2D Euler Schemes
|
#4 |
Guest
Posts: n/a
|
could you send me information on your code
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
critical error during installation of openfoam | Fabio88 | OpenFOAM Installation | 21 | June 2, 2010 04:01 |
OF 1.6 | Ubuntu 9.10 (64bit) | GLIBCXX_3.4.11 not found | piprus | OpenFOAM Installation | 22 | February 25, 2010 14:43 |
Problems in compiling paraview in Suse 10.3 platform | chiven | OpenFOAM Installation | 3 | December 1, 2009 08:21 |
Test Cases | tstorm | FLUENT | 1 | May 27, 2009 04:41 |
test cases | Maciej Matyka | Main CFD Forum | 3 | November 24, 2004 09:27 |