|
[Sponsors] |
which schemes are mixed using the "blended" scheme? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 13, 2012, 05:13 |
which schemes are mixed using the "blended" scheme?
|
#1 |
New Member
Jan Östh
Join Date: Feb 2012
Location: Gothenburg/Sweden
Posts: 17
Rep Power: 14 |
Hi
I'm using v2.1.0. When using the blended scheme for the divergence in the momentum equations, which schemes are actually blended? Is it standard Central Differencing (CD) scheme of second order accurancy and a Upwind Scheme of second order, or is it CD and Upwind of first order? I use the blended scheme by setting the following in fvSchemes: divSchemes { default none; div(phi,U) Gauss blended 0.9; .... } Is this correct? Kind regards Jan |
|
March 13, 2012, 11:30 |
|
#2 |
Senior Member
Steven van Haren
Join Date: Aug 2010
Location: The Netherlands
Posts: 149
Rep Power: 16 |
blended blends with CD and first order Upwind
You can find this in: $FOAM_SRC/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/blended You can also check out the other schemes you might need here. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to implement power law or hybrid schemes?? | kamkari | OpenFOAM Programming & Development | 13 | January 13, 2018 07:35 |
2nd order upwind vs 2nd order upwind!!! | Far | Main CFD Forum | 7 | March 14, 2013 13:29 |
Accuracy problem of HO schemes on unstructured mesh, HO scheme gives 1st order result | gemini | Main CFD Forum | 12 | December 27, 2011 22:01 |
2nd order upwind scheme (Fluent and CFX) | Far | FLUENT | 0 | May 22, 2011 02:50 |
Standard for checking and testing numerical schemes? | X. Ye | Main CFD Forum | 7 | August 31, 1999 18:05 |