/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2506 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application cavitatingFoam; startFrom latestTime; startTime 0; stopAt endTime; endTime 0.0001; deltaT 1e-08; writeControl adjustable; writeInterval 5e-06; purgeWrite 0; writeFormat binary; writePrecision 6; writeCompression off; timeFormat general; runTimeModifiable yes; adjustTimeStep on; maxCo 0.5; maxAcousticCo 50; functions { fieldAverage1 { type fieldAverage; libs (fieldFunctionObjects); writeControl writeTime; fields ( U { mean on; prime2Mean off; base time; } p { mean on; prime2Mean off; base time; } alpha.vapour { mean on; prime2Mean off; base time; } ); } } // ************************************************************************* //