/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application foamRun; solver incompressibleVoF; startFrom startTime; startTime 0; stopAt endTime; endTime 200; deltaT 0.05; writeControl adjustableRunTime; writeInterval 1; purgeWrite 0; writeFormat binary; writePrecision 6; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable yes; adjustTimeStep no; maxCo 1; maxAlphaCo 1; maxDeltaT 1; functions { interfaceHeight1 { type interfaceHeight; libs ("libfieldFunctionObjects.so"); locations ((300 0 0) (450 0 0) (600 0 0)); alpha alpha.water; } } // ************************************************************************* //