CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Meaning of 'bounded' keyword in fvSchemes.

Register Blogs Community New Posts Updated Threads Search

Like Tree6Likes
  • 6 Post By HakikiCanakkaleli

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 19, 2014, 11:12
Default Meaning of 'bounded' keyword in fvSchemes.
  #1
Senior Member
 
Canakkale Dardanelspor
Join Date: Aug 2012
Posts: 135
Rep Power: 13
HakikiCanakkaleli is on a distinguished road
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);
...
}
== 2 ==
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.
HakikiCanakkaleli is offline   Reply With Quote

Old   May 19, 2014, 11:20
Default
  #2
Senior Member
 
Canakkale Dardanelspor
Join Date: Aug 2012
Posts: 135
Rep Power: 13
HakikiCanakkaleli is on a distinguished road
==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.
HakikiCanakkaleli is offline   Reply With Quote

Old   June 1, 2014, 16:57
Default
  #3
Senior Member
 
Canakkale Dardanelspor
Join Date: Aug 2012
Posts: 135
Rep Power: 13
HakikiCanakkaleli is on a distinguished road
Hi,

The following clearly explains 'bounded' keyword's meaning:

http://www.openfoam.org/version2.2.0/numerics.php
emjay, reza2031, nanavati and 3 others like this.
HakikiCanakkaleli is offline   Reply With Quote

Old   June 2, 2014, 01:16
Thumbs up
  #4
Senior Member
 
T. Chourushi
Join Date: Jul 2009
Posts: 321
Blog Entries: 1
Rep Power: 17
Tushar@cfd is on a distinguished road
Good Question

As stated on the link:

Quote:
In particular, for steady-state it is necessary to use the bounded form, equivalent to fvm::div(phi, h) - fvm::Sp(fvc::div(phi), h). For transient solutions, it is usually better to implement only the fvm::div(phi, h) term.
I have few difficulties:
(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)?
Tushar@cfd is offline   Reply With Quote

Old   August 22, 2014, 08:07
Default
  #5
Member
 
Pratik Nanavati
Join Date: May 2014
Location: Munich, Germany
Posts: 40
Rep Power: 11
nanavati is on a distinguished road
Agree with Tushar,

On the Given link they have explained, but its on quite High Note for the beginners.
nanavati is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to use bounded in fvSchemes? immortality OpenFOAM Running, Solving & CFD 2 February 15, 2016 19:19
compressible flow tutorial - bounded warning flux OpenFOAM Running, Solving & CFD 2 December 1, 2013 22:32
simpleFoam in parallel issue plucas OpenFOAM Running, Solving & CFD 3 July 17, 2013 11:30
bounded Gauss and normal Gauss question Tobi OpenFOAM 2 June 18, 2013 00:35
flux required keyword in fvSchemes srinath OpenFOAM Running, Solving & CFD 1 June 19, 2008 11:44


All times are GMT -4. The time now is 11:52.