30 lines
1.1 KiB
INI
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;
|
|
}
|
|
}
|
|
}
|
|
|
|
// ************************************************************************* //
|