Files
openfoam/tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/controlDict
Mark Olesen 3fef72510e STYLE: use switch value for 'writeCompression' in controlDict's
- simpler/clearer to use "on/off" instead of "compressed/uncompressed"
2010-04-09 13:12:35 +02:00

54 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application rhoCentralFoam;
startFrom latestTime;
startTime 0;
stopAt endTime;
endTime 2e-05;
deltaT 1e-10;
writeControl adjustableRunTime;
writeInterval 2e-05;
cycleWrite 0;
writeFormat ascii;
writePrecision 15;
writeCompression off;
timeFormat general;
timePrecision 6;
adjustTimeStep yes;
maxCo 0.5;
maxDeltaT 1;
// ************************************************************************* //