diff --git a/etc/caseDicts/postProcessing/fields/lambVector b/etc/caseDicts/postProcessing/fields/lambVector new file mode 100644 index 0000000000..f8692fd715 --- /dev/null +++ b/etc/caseDicts/postProcessing/fields/lambVector @@ -0,0 +1,23 @@ +/*--------------------------------*- C++ -*----------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | Version: v1906 + \\ / A nd | Web: www.OpenFOAM.com + \\/ M anipulation | +------------------------------------------------------------------------------- +Description + Calculates and writes the second largest eigenvalue of the sum of the + square of the symmetrical and anti-symmetrical parts of the velocity + gradient tensor. + +\*---------------------------------------------------------------------------*/ + +type lambVector; +libs ("libfieldFunctionObjects.so"); + +field U; + +executeControl writeTime; +writeControl writeTime; + +// ************************************************************************* //