Skip to content
Snippets Groups Projects
Commit 206914ce authored by Mark OLESEN's avatar Mark OLESEN
Browse files

TUT: consistent indentation in controlDict

parent 0ea219ad
No related branches found
No related tags found
No related merge requests found
...@@ -14,37 +14,37 @@ FoamFile ...@@ -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;
// ************************************************************************* // // ************************************************************************* //
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment