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/multiSolver/multiSolverDemo/teeFitting2d/system/controlDict

40 lines
1.1 KiB
Text
Raw Normal View History

2011-06-20 00:52:40 +00:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2013-08-29 22:04:32 +00:00
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
2011-06-20 00:52:40 +00:00
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application multiSolverDemo;
2011-06-20 00:52:40 +00:00
deltaT 0.01;
writeControl timeStep;
writeInterval 1;
startFrom startTime;
startTime 0;
2011-06-20 00:52:40 +00:00
stopAt noWriteNow;
2011-06-20 00:52:40 +00:00
endTime 0.1;
timeFormat scientific;
timePrecision 6;
// ************************************************************************* //