59 lines
1.4 KiB
C++
59 lines
1.4 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 3.1 |
|
|
| \\ / A nd | Web: http://www.extend-project.de |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "system";
|
|
object controlDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
applicationClass bubbleInterTrackFoam;
|
|
|
|
startFrom startTime;
|
|
|
|
startTime 0;
|
|
|
|
stopAt endTime;
|
|
|
|
endTime 0.3;
|
|
|
|
deltaT 1e-5;
|
|
|
|
writeControl runTime;
|
|
|
|
writeInterval 0.001;
|
|
|
|
cycleWrite 0;
|
|
|
|
writeFormat ascii;
|
|
|
|
writeCompression compressed;
|
|
|
|
timeFormat general;
|
|
|
|
timePrecision 6;
|
|
|
|
runTimeModifiable yes;
|
|
|
|
//functions
|
|
//(
|
|
// history
|
|
// {
|
|
// type bubbleHistory;
|
|
// functionObjectLibs
|
|
// (
|
|
// "libbubbleHistory.so"
|
|
// );
|
|
// }
|
|
//);
|
|
|
|
// ************************************************************************* //
|
|
|