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/lagrangian/reactingParcelFoam/evaporationTest/system/controlDict

55 lines
1.3 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2013-12-11 16:09:41 +00:00
| \\ / F ield | foam-extend: Open Source CFD |
2015-05-17 13:55:59 +00:00
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
2010-09-23 13:04:10 +00:00
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
2010-09-23 13:04:10 +00:00
application reactingParcelFoam;
startFrom startTime;
startTime 0;
stopAt endTime;
2010-09-23 13:04:10 +00:00
endTime 0.5;
2010-09-23 13:04:10 +00:00
deltaT 1e-03;
writeControl adjustableRunTime;
writeInterval 0.05;
purgeWrite 0;
writeFormat ascii;
2010-09-23 13:04:10 +00:00
writePrecision 10;
writeCompression uncompressed;
timeFormat general;
timePrecision 6;
runTimeModifiable yes;
adjustTimeStep yes;
2010-09-23 13:04:10 +00:00
maxCo 0.3;
maxDeltaT 1e-03;
// ************************************************************************* //