openfoam/tutorials/multiphase/compressibleInterDyMFoam/laminar/sphereDrop/system/controlDict
2021-12-20 14:18:01 +00:00

62 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2112 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application compressibleInterDyMFoam;
startFrom startTime;
startTime 0;
stopAt endTime;
endTime 0.07;
deltaT 5e-05;
writeControl adjustable;
writeInterval 0.001;
purgeWrite 0;
writeFormat ascii;
writePrecision 10;
writeCompression off;
timeFormat general;
timePrecision 6;
runTimeModifiable true;
adjustTimeStep yes;
maxCo 0.1;
maxAlphaCo 0.1;
libs
(
sixDoFRigidBodyMotion
topoChangerFvMesh
);
// ************************************************************************* //