INSFVMixingLengthReynoldsStress kernel modification #23000
-
I am modifying the INSFVMixingLengthReynoldsStress kernel in a way that I read Reynolds stresses from a .csv file (supplied as auxiliary variables). Below is the code. While the main part is sort of clear, RC interpolation is vague to me. In the original kernel the coefficients were computing using autograd feature. What should I do to make it correctly in my case?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@lindsayad I m curious about your thoughts on a flux kernel with the flux that does not depend on velocity (reynolds stresses preset from a CSV file), whether they should contribute to the RC coefficients. |
Beta Was this translation helpful? Give feedback.
@lindsayad I m curious about your thoughts on a flux kernel with the flux that does not depend on velocity (reynolds stresses preset from a CSV file), whether they should contribute to the RC coefficients.