/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.1.1 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application cavitatingFoam; startFrom latestTime; startTime 0; stopAt endTime; endTime 0.00042; deltaT 1e-08; writeControl adjustableRunTime; writeInterval 1e-05; purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression compressed; timeFormat general; runTimeModifiable yes; adjustTimeStep on; maxCo 0.2; maxAcousticCo 20; functions { fieldAverage1 { type fieldAverage; functionObjectLibs ( "libfieldFunctionObjects.so" ); enabled false; outputControl outputTime; fields ( U { mean on; prime2Mean off; base time; } p { mean on; prime2Mean off; base time; } gamma { mean on; prime2Mean off; base time; } ); } } // ************************************************************************* //