/*--------------------------------*- 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 multiphaseEuler; startFrom startTime; startTime 0; stopAt endTime; endTime 1.9; deltaT 1e-4; writeControl adjustableRunTime; writeInterval 0.1; purgeWrite 0; writeFormat binary; writePrecision 9; writeCompression off; timeFormat general; timePrecision 8; runTimeModifiable on; adjustTimeStep yes; maxCo 0.1; maxDeltaT 0.01; // ************************************************************************* //