mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
@ -1,2 +1,2 @@
|
|||||||
api=1907
|
api=1907
|
||||||
patch=190724
|
patch=190806
|
||||||
|
|||||||
23
etc/caseDicts/postProcessing/fields/lambVector
Normal file
23
etc/caseDicts/postProcessing/fields/lambVector
Normal 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;
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
@ -7,9 +7,9 @@
|
|||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
// An OpenFOAM dictionary of colourTables.
|
// 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
|
coolToWarm
|
||||||
@ -91,6 +91,8 @@ xray
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Additional tables (without code enumeration)
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user