Hi all,
I’m new to the high-order CFD world. I just have started playing around with PyFR and was hoping to implement Smagorinsky SGS model in the code.
This model requires velocity gradients which I think are being calculated in flux calculation of navstokes solver (pyfr/solvers/navstokes/kernels/flux.mako) (??).
May be I can directly calculate mu_sgs using the vel. gradients here and add it to mu_c.
My question is: Are these gradients being calculated in the physical space or the standard element space (transformed space)? If the answer is latter, then
can someone please suggest how to transform these gradients into the physical space in order to be able to use them in the SGS model?
Regards,
Vishal