CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Limiter in gamma scheme

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 7, 2015, 16:48
Default Limiter in gamma scheme
  #1
New Member
 
Oliver Garbrecht
Join Date: May 2014
Posts: 1
Rep Power: 0
bamaoli is on a distinguished road
Hi everyone,

I wrote a little post-processing tool to evaluate in which areas of my domain the upwind scheme is used for interpolation when using the gamma scheme.
The limiter / blending factor in the gamma scheme is calculated by

Code:
min(max(phict/k_, 0), 1);
For a phict larger than k_, the limiter is 1 and the scheme is 100% central differencing.
However, I don't understand what happens if phict is larger than +1. The scheme should then be 100% upwind, as stated in the gamma-paper by Prof. Jasak. However, the limiter still is 1 instead of 0. What am I missing here?

Many thanks in advance,
Oliver
bamaoli is offline   Reply With Quote

Reply

Tags
gamma scheme, phict


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
Flux Limiter and Interpolation Scheme pablitobass OpenFOAM Programming & Development 10 December 3, 2016 13:15
Why RNGkepsilon model gives floating error shipman OpenFOAM Running, Solving & CFD 3 September 7, 2013 08:00
Gamma differencing vs Venkatakrishnan limiter ganesh Main CFD Forum 0 December 3, 2010 12:52
Definition of limiter function for central dirrerencing scheme sebastian_vogl OpenFOAM Running, Solving & CFD 0 January 5, 2009 11:08
Differences between serial and parallel runs carsten OpenFOAM Bugs 11 September 12, 2008 11:16


All times are GMT -4. The time now is 05:44.