|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Fabian Peng Karrholm
Join Date: Mar 2009
Posts: 61
Rep Power: 6 ![]() |
I have been looking into the implementation of TVD schemes in OpenFOAM, and I found something that I'm not entirely sure I understand.
When the function for the limiter variable is calculated in LimitedScheme.C (so before it is actually calculated) it goes into LimitFuncs.C where it does magSqr if the variable that's being interpolated is a vectorField. So, later on when the gradient is calculated, it is not the gradient of the field but the gradient of the mag-squared field. The idea I have is that this is done because the later calculations of the limiter etc requires a scalar. And since it doesn't really matter if we use magSqr or mag of the field, the one that's cheaper to calculate is used. Is my theory to why magsqr is used correct? Or is it some entirely different reason? /Fabian |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| temperature limited | zhhuang | FLUENT | 4 | August 23, 2011 02:44 |
| temperature limited - absolute pressure limited | Asashi | FLUENT | 2 | March 31, 2011 18:35 |
| temperature limited | Y.harnane | FLUENT | 1 | October 2, 2007 09:27 |
| viscosity limited | rick | FLUENT | 4 | August 22, 2007 05:23 |
| Reg :Temperature limited to 1e+05 | GANESH | FLUENT | 4 | March 11, 2006 00:12 |