Files
OpenFOAM-12/etc/caseDicts/functions/fields/Q
2024-07-06 16:02:47 +01:00

23 lines
798 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Calculates the second invariant of the velocity gradient tensor.
\*---------------------------------------------------------------------------*/
type Q;
libs ("libfieldFunctionObjects.so");
U U;
field $U;
executeControl writeTime;
writeControl writeTime;
// ************************************************************************* //