Hi all,
Hope you're keeping well.
I was trying to understand the working of the Power Kernel in the context of SVV. The input coefficient related to this kernel is to be scaled by a*h/P (according to Moura's original paper) where a is some measure of local elemental velocity and h/P gives local mesh size.
So, I ventured into VelocityCorrectionScheme.cpp. Now,
- I could see where h/P is multiplied but not a (I imagined that a would vary in space but seems like a=1 for the whole domain). Could someone kindly point out where that would be?
- I noticed that the said scaling takes place just once, in the beginning of the simulation. Is that correct?
Thank you in advance.