mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: consistent indentation in controlDict
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user