Files
OpenFOAM-6/etc/caseDicts/postProcessing/fields/yPlus
2018-07-06 21:42:54 +01:00

20 lines
783 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Website: https://openfoam.org
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Calculates the turbulence y+, outputting the data as a yPlus field.
\*---------------------------------------------------------------------------*/
type yPlus;
libs ("libfieldFunctionObjects.so");
executeControl writeTime;
writeControl writeTime;
// ************************************************************************* //