Hello @Carlos_Ramirez, @mas985, and other SimScale users,
We have been investigating the reason for this inconsistency in the results of the turbulent flow validation case, and I have good news and bad news.
The good news is that we know the reason why this inconsistency exists, I will try to explain this here. First, some background information:
- For every face of its mesh, OpenFOAM defines an attribute called
type. By default, we set this type to bewall. - As input, OpenFOAM also requires a set of files that define the initial and boundary conditions for simulation variables. For turbulent cases (e.g. for the
K-Omega SSTmodel), the workflow is influenced by whether or not the file for the variablenutis present among these files. - If
nutis present, then OpenFOAM will proceed normally with the boundary-conditions (BCs) written by the user. - If
nutis absent, then for all turbulence variables (kandomega, for example) OpenFOAM will replace all faces of typewallwith the BCwallFunction.
With this information in hand, we look at the actual issue.
- Back when the turbulent flow validation case was created, the
nutfile was by default NOT written. This caused OpenFOAM to replace all BCs for all turbulence variables withwallFunction. This happened irrespective of whether the actual BC supplied waszeroGradientorwallFunction(orinlet/outlet, for that matter). - For some reason, even with this incorrect setup, the observed results were physically in the correct range of values. And since the user could not see the actual OpenFOAM files, there was no way to tell that the actual “solver-level” case setup was in fact not what was expected.
- At some point in time, we corrected this behaviour by writing the
nutfiles by default. This caused OpenFOAM to follow the correct behaviour.
The bad news, of course, is that with the correct simulation setup we get incorrect results. But this could be for multiple reasons: the mesh we use might not be good enough; the y+ near the walls needs better and smoother resolution; the numerics might need some treatment.
Our team will investigate this, and we will fix the turbulent flow validation case at the earliest. In the meanwhile, we have taken down the validation page for that case. As soon as the issue is resolved, we will update this thread.
Thank you @Carlos_Ramirez and @mas985 for bringing this issue to our attention. 