This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/mesh/cfMesh/cartesianMesh/sBendOctree/system/controlDict

36 lines
1.1 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | cfMesh: A library for mesh generation |
| \\ / O peration | |
| \\ / A nd | Author: Franjo Juretic |
| \\/ M anipulation | E-mail: franjo.juretic@c-fields.com |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object meshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application ;
deltaT 0.001;
endTime 2;
graphFormat raw;
purgeWrite 0;
runTimeModifiable yes;
startFrom latestTime;
startTime 0;
stopAt endTime;
timeFormat general;
timePrecision 6;
writeCompression compressed;
writeControl timeStep;
writeFormat binary;
writeInterval 100;
writePrecision 6;
// ************************************************************************* //