CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

boundedness property

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By ysh1227

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 19, 2012, 11:20
Default boundedness property
  #1
New Member
 
Seon Hye
Join Date: Feb 2012
Location: South Korea
Posts: 18
Rep Power: 14
ysh1227 is on a distinguished road
Hi, guys.
I'm new in CFD and I have one question.
When I read the OpenFOAM programmer's guide, I found 'boundedness'.

For example,

1. Euler implicit uses implicit discretisation of the spatial terms, thereby taking current values.
It is forst order accurate in time, guarantees boundedness and is uncontionally stable.
2. Crank-nicholson uses the trapezoid rule to discretise the spatial terms, thereby taking a mean of current values and old values.
It is second order accurate in time, is unconditionally stable but does not guarantee boundedness.


I understood above all except about boundedness.
I know that this is basic question in CFD, but I can not understand that meaning exactly.
Could you explain about 'boundedness'? plz.
ahparvin likes this.
ysh1227 is offline   Reply With Quote

Old   June 19, 2012, 15:37
Default
  #2
Senior Member
 
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20
cfdnewbie is on a distinguished road
it seems that the solution stays bounded (i.e. no infinity) in time, so your code does not blow up due to unphysical values.
cfdnewbie is offline   Reply With Quote

Old   June 19, 2012, 16:16
Default
  #3
Senior Member
 
sbaffini's Avatar
 
Paolo Lampitella
Join Date: Mar 2009
Location: Italy
Posts: 2,152
Blog Entries: 29
Rep Power: 39
sbaffini will become famous soon enoughsbaffini will become famous soon enough
Send a message via Skype™ to sbaffini
To make it more clear, imagine having a variable density flow or the transport of some artificial scalar (e.g., vof, progress variable, mixture fraction). Given a physically sound field at some time, independently from the accuracy of your scheme, you have to be sure that your integration of the equations will produce a physically sound distribution at the next time step (e.g., none of the above scalars can become negative). As a consequence, to avoid things going bad, you need a bounded scheme to integrate your equation in time.

This, of course, is the fast-easy explanation (the only one i'm able to give). There is a pretty huge mathematical basis now on boundedness, which can be found in several books.
sbaffini is offline   Reply With Quote

Old   June 19, 2012, 16:30
Default
  #4
Senior Member
 
cfdnewbie
Join Date: Mar 2010
Posts: 557
Rep Power: 20
cfdnewbie is on a distinguished road
or to offer another perspective: boundedness is usually a property of the scheme that prevents your numerical crimes (underresolution, wrong model) etc from biting you in the behind.

Another name for this concept would be TVB or TVD schemes.
cfdnewbie is offline   Reply With Quote

Old   June 19, 2012, 22:44
Default
  #5
New Member
 
Seon Hye
Join Date: Feb 2012
Location: South Korea
Posts: 18
Rep Power: 14
ysh1227 is on a distinguished road
Thanks, everyone.
Your comments are helpful for me.

And could I ask you one more thing?

What is the hypernyms of boundedness that could help to find the reference?
Just I want to know more about it.
ysh1227 is offline   Reply With Quote

Old   June 20, 2012, 02:40
Default
  #6
Senior Member
 
Join Date: Dec 2011
Location: Madrid, Spain
Posts: 134
Rep Power: 15
michujo is on a distinguished road
Hi, you could have a look at the book "Numerical computation of internal and external flows" from Charles Hirsch, where some pages are devoted entirely to this concept.

Cheers.
michujo is offline   Reply With Quote

Old   June 20, 2012, 03:22
Default
  #7
New Member
 
Seon Hye
Join Date: Feb 2012
Location: South Korea
Posts: 18
Rep Power: 14
ysh1227 is on a distinguished road
thanks, michujo.
ysh1227 is offline   Reply With Quote

Old   June 20, 2012, 04:50
Default
  #8
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,764
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
The starting observation is the Godunov theorem: Any linear monotone discretization of a PDE can be only first order accurate.
For example, solving
df/dt +c df/dx=0 with c=constant
with bounded initial data on f (e.g. [0,1]]), has a monotone solution only if you use a FTUS scheme, for any other linear discretization you are sure that new minimum and maximum extrema are created. To circumvent the Godunov theorem you must use non-linear schemes also for this linear PDE.
Many books treat the theoretical issue about monotone schemes and TVD property.
FMDenaro is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Boundedness Property Ferreira Main CFD Forum 3 October 8, 2018 10:35
How to define the liquid property? alloveyou CFX 1 April 25, 2012 05:34
bug while forcing boundedness Orgogozo OpenFOAM 0 June 1, 2011 11:14
Non-Newtonian Fluids Property Ben FLOW-3D 8 April 28, 2009 10:57
URGENT custom property for UDF Sandilya Garimella FLUENT 0 May 19, 2008 12:35


All times are GMT -4. The time now is 10:20.