/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source CFD | | \\ / O peration | Version: 4.1 | | \\ / A nd | Web: http://www.foam-extend.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // libs ( "liblduSolvers.so" "libfoam.so" "libsurfMesh.so" "libsampling.so" "libimmersedBoundary.so" ) application scalarTransportFoam; startFrom startTime; startTime 0; stopAt endTime; endTime 3; deltaT 0.02; writeControl timeStep; writeInterval 10; purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression compressed; timeFormat general; timePrecision 6; runTimeModifiable yes; adjustTimeStep no; maxCo 0.2; functions ( minMaxT { type minMaxField; // Where to load it from (if not already in solver) functionObjectLibs ("libfieldFunctionObjects.so"); name T; } ); // ************************************************************************* //