/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 11 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // functions { cartesianToCylindrical { type cylindrical; libs ("libfieldFunctionObjects.so"); origin (0 0 0); axis (0 0 1); field U; writeControl outputTime; writeInterval 1; } } // ************************************************************************* //