openfoam/applications/utilities/postProcessing/velocityField/Lambda2/FoamX/Lambda2.cfg
2008-04-15 18:56:58 +01:00

30 lines
1.1 KiB
INI

/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.0 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
// Lambda2 tool definition
description "Calculate the second largest eigenvalue of the sum of the
square of the symmetrical and anti-symmetrical parts of the velocity
gradient tensor";
Lambda2Dict
{
type dictionary;
description "Lambda2 control dictionary";
dictionaryPath "system";
entries
{
arguments
{
type rootCaseTimeArguments;
}
}
}
// ************************************************************************* //