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/cavity_IAPWS97/system/controlDict

61 lines
1.3 KiB
Text
Raw Normal View History

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