|
[Sponsors] |
Display regions central linear and upwind for gamma scheme |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 12, 2008, 14:26 |
Hi,
has anyone a hint, how
|
#1 |
Senior Member
Fabian Braennstroem
Join Date: Mar 2009
Posts: 407
Rep Power: 19 |
Hi,
has anyone a hint, how to display regions of central differencing and upwind scheme when using gamma (and filteredLinear)? I am having trouble to understand the implementation and would like to postprocess the use of the schemes... Fabian |
|
May 13, 2008, 06:33 |
Not a bad idea, but I don't th
|
#2 |
Senior Member
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21 |
Not a bad idea, but I don't think anyone has ever done this - at least I haven't seen any pictures to this effect.
Your first problem is that the discretization is defined for the faces of the mesh, not the cells, so you wouldn't be able to look at the raw results in a post-processor. Secondly, the interpolation schemes do not have references to the database within their scope, so you can't access registered fields without major effort. Should you have a solution for this, I would simply proceed to calculate the limiter for each face using the existing schemes outside of the solution loop and then check the value of the limiter to determine how much blending is being used. You would require some understanding of how the limiters are constructed and their method parameters are defined, so I wouldn't consider this a simple exercise. |
|
May 14, 2008, 09:42 |
Thanks. I just tried to insert
|
#3 |
Senior Member
Fabian Braennstroem
Join Date: Mar 2009
Posts: 407
Rep Power: 19 |
Thanks. I just tried to insert a simple 'Info' statement into Gamma and filteredLinear files writing out phict and the limiter.
I understand the postprocessing problems, but would'nt it be possible to average the limiter for each cell and write those values inside of the interpolation schemes!? Fabian |
|
May 28, 2008, 04:49 |
One way to calculate the limit
|
#4 |
Senior Member
Fabian Braennstroem
Join Date: Mar 2009
Posts: 407
Rep Power: 19 |
One way to calculate the limiter is to collect the neighbouring values and calculate the limter by hand, but how is this done for an arbitrary cell. What are in these cases the upwind and downwind cells?
Fabian |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
AUSM scheme ? Central Scheme | boling | Main CFD Forum | 7 | January 7, 2016 03:41 |
Upwing vs Central scheme | Ruben | Main CFD Forum | 15 | August 8, 2005 07:13 |
central, upwind, UTOPIA, staggered grids | Maciej Matyka | Main CFD Forum | 2 | July 8, 2004 15:02 |
Central differencing scheme | alice | FLUENT | 1 | March 11, 2004 20:07 |
Central Difference vs Upwind Defference | S. Balasubramanyam | Main CFD Forum | 5 | January 16, 2002 02:58 |