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

25 lines
786 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.org
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Calculates the enstrophy of the velocity field.
\*---------------------------------------------------------------------------*/
enstrophy
{
type enstrophy;
libs ("libfieldFunctionObjects.so");
field U;
executeControl writeTime;
writeControl writeTime;
}
// ************************************************************************* //