Files
openfoam/etc/caseDicts/postProcessing/fields/writeCellCentres
2016-09-27 15:17:55 +01:00

22 lines
829 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.com
\\/ 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;
// ************************************************************************* //