58 lines
1.3 KiB
Text
58 lines
1.3 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 1.5 |
|
||
|
| \\ / A nd | Web: http://www.openfoam.org |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class dictionary;
|
||
|
object controlDict;
|
||
|
}
|
||
|
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
startFrom startTime;
|
||
|
|
||
|
startTime 0;
|
||
|
|
||
|
stopAt endTime;
|
||
|
|
||
|
endTime 3;
|
||
|
|
||
|
deltaT 0.001;
|
||
|
|
||
|
writeControl timeStep;
|
||
|
|
||
|
writeInterval 200;
|
||
|
|
||
|
purgeWrite 0;
|
||
|
|
||
|
writeFormat ascii;
|
||
|
|
||
|
writePrecision 6;
|
||
|
|
||
|
writeCompression compressed;
|
||
|
|
||
|
timeFormat general;
|
||
|
|
||
|
timePrecision 6;
|
||
|
|
||
|
graphFormat raw;
|
||
|
|
||
|
runTimeModifiable yes;
|
||
|
|
||
|
adjustTimeStep no;
|
||
|
|
||
|
// maxCo
|
||
|
maxCo 2.5;
|
||
|
|
||
|
// maxDeltaT
|
||
|
maxDeltaT 1;
|
||
|
|
||
|
// ************************************************************************* //
|