/*--------------------------------*- 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 multicomponentFluid; startFrom latestTime; startTime 0; stopAt endTime; endTime 300; deltaT 1; writeControl timeStep; writeInterval 10; purgeWrite 20; writeFormat ascii; writePrecision 10; writeCompression off; timeFormat general; timePrecision 6; runTimeModifiable yes; functions { surfaceFieldValue1 { type surfaceFieldValue; libs ("libfieldFunctionObjects.so"); writeControl writeTime; log yes; writeFields no; select patch; name outlet; operation average; weightField phi; fields ( H2O T ); } } // ************************************************************************* //