writeCellCentres utility: Replaced by writeCellCentres functionObject

postProcess -func writeCellCentres
This commit is contained in:
Henry Weller
2016-06-27 07:51:19 +01:00
parent 67e5e20c65
commit 53717e9137
11 changed files with 518 additions and 148 deletions

View File

@ -0,0 +1,21 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.org
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Writes the cell-centres volVectorField and the three component fields as
volScalarFields useful for post-processing
thresholding.
\*---------------------------------------------------------------------------*/
type writeCellCentres;
libs ("libfieldFunctionObjects.so");
executeControl writeTime;
writeControl writeTime;
// ************************************************************************* //