Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Mark Olesen
2019-08-06 16:03:39 +02:00
3 changed files with 28 additions and 3 deletions

View File

@ -1,2 +1,2 @@
api=1907
patch=190724
patch=190806

View File

@ -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;
// ************************************************************************* //

View File

@ -7,9 +7,9 @@
\*---------------------------------------------------------------------------*/
// An OpenFOAM dictionary of colourTables.
// The names should match those in the colourTables class.
// The predefined enumerations in the colourTables class *must* also appear
// here, but the file can also contain additional custom colour tables too.
6
(
coolToWarm
@ -91,6 +91,8 @@ xray
);
}
// Additional tables (without code enumeration)
)
// ************************************************************************* //