CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   SU2 (https://www.cfd-online.com/Forums/su2/)
-   -   Regarding wall functions in SU2 v6.0 Falcon (https://www.cfd-online.com/Forums/su2/200152-regarding-wall-functions-su2-v6-0-falcon.html)

omdemircan March 26, 2018 04:47

Regarding wall functions in SU2 v6.0 Falcon
 
For those who use the latest version of SU2,

In the new config template, there is a section for defining wall functions which wasn't there before:

Code:

% Viscous wall markers for which wall functions must be applied. (NONE = no marker)
% Format: ( marker name, wall function type, ... )
MARKER_WALL_FUNCTIONS= ( wall, NO_WALL_FUNCTION )

As far as I know, there were no wall functions in the previous version so I think this is a very important addition to the code.

I would like to ask if anyone uses this functionality and if they could share their experiences as to what kind of wall functions are implemented and how they are used.

Thank you.

CSMDakota September 30, 2018 15:05

1 Attachment(s)
Hi omdemircan,

I found a list of possible models in the SU2 doxygen documentation:

NO_WALL_FUNCTION
No wall function treatment, integration to the wall. Default behavior.

STANDARD_WALL_FUNCTION
Standard wall function.

ADAPTIVE_WALL_FUNCTION
Adaptive wall function. Formulation depends on y+.

SCALABLE_WALL_FUNCTION
Scalable wall function.

EQUILIBRIUM_WALL_MODEL
Equilibrium wall model for LES.

NONEQUILIBRIUM_WALL_MODEL
Non-equilibrium wall model for LES.

TKatt October 1, 2018 03:05

Hi,

I am not sure however how mature the feature is. See https://github.com/su2code/SU2/pull/530 for more information. Without the mentioned V&V I personally wouldn't recommend to rely on the solutions (if it runs fine in the first place).
If you want to get involved you are more than welcome to contribute, e.g. setting up simple Testcases.

Cheers, Tobi

CSMDakota October 1, 2018 11:05

Thanks, Tobi.

Yes, it appears these wall function options are just placeholders for now - when the job is executed the code reports "Wall function treatment not implemented yet".


All times are GMT -4. The time now is 16:37.