Files
OpenFOAM-12/etc/caseDicts/postProcessing/fields/yPlus
2016-06-11 08:53:04 +01:00

23 lines
774 B
C++

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