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/compressible/realFluidPisoFoam/ras/t-junction/system/controlDict

61 lines
1.3 KiB
Text
Raw Normal View History

2016-06-21 12:50:08 +00:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
2015-08-23 14:26:27 +00:00
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
2017-04-17 13:18:03 +00:00
libs
(
"libcompressibleRASModels.so"
)
2015-08-23 14:26:27 +00:00
application realFluidPisoFoam;
startFrom latestTime;
//startTime 0;
stopAt endTime;
endTime 0.5;
2016-06-06 12:10:12 +00:00
deltaT 1e-6;
2015-08-23 14:26:27 +00:00
writeControl runTime;
2016-06-06 12:10:12 +00:00
writeInterval 1e-2;
2015-08-23 14:26:27 +00:00
purgeWrite 0;
writeFormat ascii;
writePrecision 6;
writeCompression uncompressed;
timeFormat general;
timePrecision 10;
adjustTimeStep yes;
maxCo 0.1;
2015-08-23 14:26:27 +00:00
maxDeltaT 1e-2;
runTimeModifiable yes;
// ************************************************************************* //