ENH: processorField: added etc/caseDicts file. Fixes #807.

This commit is contained in:
mattijs
2018-05-21 09:45:55 +01:00
parent 1275c71e50
commit 447ee9e027

View File

@ -0,0 +1,19 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.com
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Writes a volScalarField with processor number. Useful for postprocessing.
\*---------------------------------------------------------------------------*/
type processorField;
libs ("libfieldFunctionObjects.so");
executeControl writeTime;
writeControl writeTime;
// ************************************************************************* //