|
[Sponsors] |
January 23, 2016, 08:05 |
|
#21 | |
Senior Member
Michael Prinkey
Join Date: Mar 2009
Location: Pittsburgh PA
Posts: 363
Rep Power: 25 |
Quote:
You will get no where comparing your results to PHYSICAL experimental results to document the order of the method. That is great to establish the physical correctness, but the error bars on even the best fluids experiments are going to be too large to be useful here. Numerical experiments are a different matter. A common technique is to run a problem with as fine a grid as you can manage to simulate with the highest-order technique you have on hand and use it as the "exact" solution. That is useful and can lead to good error convergence plots for the lower resolution/order simulations. It does not, however, establish that the code is giving the correct answer. You can see this if you accidentally included an extra factor of two in the code. The exact answer may be 1.0, but every version of your results will consistently give 2.0, even the ultra-high resolution, high-order results. So, your answers would be consistent with each other but also completely wrong. If you want to do this, look at the lid driven cavity or backward facing step. There are high-resolution baseline results available, and you can use those to verify your high-order/high-resolution results and then work on the error convergences plots as I outlined above. You should be able to establish simple flow configuration with closed-form solutions. For incompressible flow, I've used arrays of Taylor vortices...those exact solutions are sine/cosines and will always have H.O.T.s to converge with normal FD/FV/FE schemes. There is also a technique called the Method of Manufactured Solutions that will always give you a way to build whatever solution you like by the construction of source terms. Note that these techniques require a lot of care in setting up the boundary conditions and/or source terms. Remember in particular for the FV scheme, you need to provide the FACE-AVERAGED values of the exact solution for boundary conditions and the CELL-AVERAGED value for source terms. Good luck. |
||
January 23, 2016, 08:09 |
|
#22 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,849
Rep Power: 73 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to understand high resolution scheme and high order scheme | iilw1314 | Main CFD Forum | 7 | April 12, 2022 13:29 |
Numerical Scheme for a CFD problem | Saturn_V | Main CFD Forum | 8 | September 25, 2013 03:54 |
Solution scheme: 1st, 2nd order, etc in momentum eqs | nottern | Main CFD Forum | 1 | May 11, 2012 01:30 |
Numerical viscosity due to the MUSCL and HLL coulpled scheme | sonsiest | Main CFD Forum | 0 | May 23, 2011 16:37 |
numerical scheme | ado | Main CFD Forum | 3 | October 12, 2000 09:20 |