TUT: consistent indentation in controlDict

This commit is contained in:
Mark Olesen
2017-06-13 07:17:37 +02:00
parent 0ea219adf5
commit 206914ceae

View File

@ -14,37 +14,37 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application interPhaseChangeFoam;
application interPhaseChangeFoam;
startFrom latestTime;
startFrom latestTime;
startTime 0;
startTime 0;
stopAt endTime;
stopAt endTime;
endTime 0.05;
endTime 0.05;
deltaT 1e-8;
deltaT 1e-8;
writeControl adjustableRunTime;
writeControl adjustableRunTime;
writeInterval 0.001;
writeInterval 0.001;
purgeWrite 0;
purgeWrite 0;
writeFormat ascii;
writeFormat ascii;
writePrecision 6;
writePrecision 6;
writeCompression off;
writeCompression off;
timeFormat general;
timeFormat general;
runTimeModifiable yes;
runTimeModifiable yes;
adjustTimeStep on;
adjustTimeStep on;
maxCo 5;
maxCo 5;
// ************************************************************************* //