1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: dev |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object postProcessingDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 fieldCoordinateSystemTransform1
21 // Type of functionObject
22 type fieldCoordinateSystemTransform;
24 // Where to load it from (if not already in solver)
25 functionObjectLibs ("libfieldCoordinateSystemTransform.so");
27 // Function object enabled flag
30 // When to output the average fields
31 outputControl outputTime;
33 // Fields to be transformed - runTime modifiable
50 // ************************************************************************* //