/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object fvOptions; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // source1 { type limitTemperature; active yes; limitTemperatureCoeffs { active yes; selectionMode all; Tmin 288; // OF4 Tmax 298; // OF4 min $Tmin; // OF5,OF6 max $Tmax; // OF5,OF6 } }