|
[Sponsors] |
May 19, 2014, 12:12 |
Meaning of 'bounded' keyword in fvSchemes.
|
#1 |
Senior Member
Canakkale Dardanelspor
Join Date: Aug 2012
Posts: 135
Rep Power: 14 |
Hi,
== 1 == Could someone please explain what the main difference of using "bounded" keyword result in? Code:
divSchemes { ... div(phi,U) bounded Gauss linearUpwind grad(U); ... } Code:
divSchemes { ... div(phi,U) Gauss linearUpwind grad(U); ... } In Table 4.10 of http://www.openfoam.org/docs/user/fvSchemes.php, it is stated that 'linearUpwind' is 'bounded'. Despite this, why do we need to add 'bounded' keyword to the scheme arguments? ==3== Many thanks in advance. |
|
May 19, 2014, 12:20 |
|
#2 |
Senior Member
Canakkale Dardanelspor
Join Date: Aug 2012
Posts: 135
Rep Power: 14 |
==1==
My understanding based on the tutorial cases in OF 2.2.x, 'bounded' keyword is only added when the corresponding simulation is 'steadyState'. ==2== Even if so, the main reason is absent for myself. |
|
June 1, 2014, 17:57 |
|
#3 |
Senior Member
Canakkale Dardanelspor
Join Date: Aug 2012
Posts: 135
Rep Power: 14 |
Hi,
The following clearly explains 'bounded' keyword's meaning: http://www.openfoam.org/version2.2.0/numerics.php |
|
June 2, 2014, 02:16 |
|
#4 | |
Senior Member
|
Good Question
As stated on the link: Quote:
(1) From where this reference is taken? (2) What if Source is zero? Then, what it is the significance of the "bounded" term? Any better explanation for these with reference (in relation to papers or books)? |
||
August 22, 2014, 09:07 |
|
#5 |
Member
Pratik Nanavati
Join Date: May 2014
Location: Munich, Germany
Posts: 40
Rep Power: 12 |
Agree with Tushar,
On the Given link they have explained, but its on quite High Note for the beginners. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to use bounded in fvSchemes? | immortality | OpenFOAM Running, Solving & CFD | 2 | February 15, 2016 20:19 |
compressible flow tutorial - bounded warning | flux | OpenFOAM Running, Solving & CFD | 2 | December 1, 2013 23:32 |
simpleFoam in parallel issue | plucas | OpenFOAM Running, Solving & CFD | 3 | July 17, 2013 12:30 |
bounded Gauss and normal Gauss question | Tobi | OpenFOAM | 2 | June 18, 2013 01:35 |
flux required keyword in fvSchemes | srinath | OpenFOAM Running, Solving & CFD | 1 | June 19, 2008 12:44 |