writeCellCentres utility: Replaced by writeCellCentres functionObject
postProcess -func writeCellCentres
This commit is contained in:
21
etc/caseDicts/postProcessing/fields/writeCellCentres
Normal file
21
etc/caseDicts/postProcessing/fields/writeCellCentres
Normal 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;
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user