|
[Sponsors] |
June 19, 2012, 05:36 |
What is Gauss linear upwind?
|
#1 |
New Member
Join Date: Oct 2011
Posts: 19
Rep Power: 15 |
Hi,
i have a question concerning an existing case i didn't create by myself, but I have to use it. There's a divScheme i don't understand: div((nuEff*def(grad(U).T()))) Gauss linear upwind; I know linear is second order interpolation. I know upwind is first order interpolation. But I don't know how this one behaves and which on the argument of the other one is. Could someone tell me something like Gauus <interpolationScheme> <...>? Gauss <...> <interpolationScheme>? Thanks for your help, okroud |
|
June 20, 2012, 19:38 |
|
#2 |
Senior Member
Kyle Mooney
Join Date: Jul 2009
Location: San Francisco, CA USA
Posts: 323
Rep Power: 18 |
You could check out the source code for it here:
Code:
/src/finiteVolume/lnInclude/linearUpwind.C |
|
June 20, 2012, 19:52 |
|
#3 |
New Member
Join Date: Oct 2011
Posts: 19
Rep Power: 15 |
Thanks. So you think that linear upwind is the same as linearUpwind and therefore a second Order Scheme?
|
|
June 20, 2012, 19:55 |
|
#4 |
Senior Member
Kyle Mooney
Join Date: Jul 2009
Location: San Francisco, CA USA
Posts: 323
Rep Power: 18 |
I'm not completely sure. I've actually never seen anything with that particular syntax. I've seen
Code:
Gauss linear Code:
Gauss linearUpwind phi |
|
July 2, 2012, 11:04 |
|
#5 | |
New Member
Join Date: Oct 2011
Posts: 19
Rep Power: 15 |
Quote:
I'd realy like to understand the mathematical background of some of the schemes by watching the sourcecode, is there any source or work where the schemes are mathematically further explained? |
||
Tags |
divscheme, first order, linear upwind, second order |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Free Surface Ship Flow | timfranke | OpenFOAM Running, Solving & CFD | 322 | March 3, 2021 10:04 |
Problem in fvschemes divSchemes cannot use Gauss linearUpwind | nico765 | OpenFOAM Bugs | 30 | August 9, 2018 08:39 |
please help me which solver is better for my application | Ger_US | OpenFOAM | 8 | January 8, 2013 13:29 |
solution diverges when linear upwind interpolation scheme is used | subash | OpenFOAM | 0 | May 29, 2010 02:23 |
Water pump OpenFOAM 15 ANSYS CFX 110 comparation | waynezw0618 | OpenFOAM Running, Solving & CFD | 39 | March 5, 2009 13:57 |