|
[Sponsors] |
May 15, 2014, 10:12 |
vanalbada limiter
|
#1 |
Member
Join Date: Feb 2014
Posts: 32
Rep Power: 12 |
Hi Foamers.
Does anybody know why the vanAlbada limiter (src/finiteVolume / interpolation / surfaceInterpolation / limitedSchemes / vanAlbada/vanAlbada.H) isimplemented as : r*(r + 1)/(sqr(r) + 1) Where the van albada limiter is actually, r*(r + 1)/(r**2 + 1) (see for example wikipedia or Berger and Aftosmis, nalysis of Slope Limiters on Irregular Grids). Another troubling aspect is that the OF implementation does not fulfill Sweby conditions for limiters. The limiter is greater than 2 when r is greater then ~ 1.7. |
|
May 15, 2014, 10:19 |
|
#2 |
Senior Member
|
Hi,
sqr(r) == r**2 (square root is sqrt in C) Last edited by alexeym; May 15, 2014 at 10:43. Reason: typo |
|
May 15, 2014, 10:21 |
|
#3 |
Member
Join Date: Feb 2014
Posts: 32
Rep Power: 12 |
oh my mistake I thought it is square root...
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ultimate Flux Limiter | gentela | Main CFD Forum | 1 | August 2, 2016 21:55 |
Production limiter only used for k - kOmegaSST - OpenFOAM 2.2.x | Bokse | OpenFOAM Programming & Development | 8 | September 21, 2015 09:55 |
slope limiter and flux limiter ?? | Ameya J | Main CFD Forum | 1 | June 13, 2011 13:05 |
Definition of limiter function for central dirrerencing scheme | sebastian_vogl | OpenFOAM Running, Solving & CFD | 0 | January 5, 2009 12:08 |
Moment limiter in DG method. | jinwon park | Main CFD Forum | 0 | May 15, 2008 13:18 |