diffvof-simulation-data / scripts /stokes_controlDict_template
AlanZee's picture
Upload folder using huggingface_hub
ed552fd verified
Raw
History Blame Contribute Delete
1.37 kB
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1906 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application interFoam;
startFrom startTime;
startTime 0;
stopAt endTime;
endTime 20.0;
deltaT 0.01;
writeControl adjustableRunTime;
writeInterval 0.8; // endTime/25 → 25 帧
purgeWrite 0;
writeFormat ascii;
writePrecision 6;
writeCompression off;
timeFormat general;
timePrecision 6;
runTimeModifiable yes;
adjustTimeStep on;
maxCo 0.65;
maxAlphaCo 0.65;
maxDeltaT 0.05;
functions {};
// ************************************************************************* //