/*--------------------------------*- 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 10; deltaT 1e-3; writeControl adjustableRunTime; writeInterval 0.1; purgeWrite 0; writeFormat binary; writePrecision 10; writeCompression off; timeFormat general; timePrecision 9; runTimeModifiable yes; adjustTimeStep yes; maxCo 0.25; maxDeltaT 1e-2; functions { #includeFunc cellMin(T.steam,T.water,p) #includeFunc cellMax(T.steam,T.water,p) } // ************************************************************************* //