Files
OpenFOAM-12/tutorials/multicomponentFluid/nc7h16/system/controlDict

57 lines
1.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
application foamRun;
solver multicomponentFluid;
startFrom startTime;
startTime 0;
stopAt endTime;
endTime 0.001;
deltaT 1e-7;
maxDeltaT 1e-3;
adjustTimeStep yes;
writeControl adjustableRunTime;
writeInterval 5e-5;
purgeWrite 0;
writeFormat ascii;
writeCompression off;
timeFormat general;
timePrecision 6;
runTimeModifiable yes;
DebugSwitches
{
SolverPerformance 0;
}
// ************************************************************************* //