Files
OpenFOAM-12/etc/caseDicts/postProcessing/numerical/time
2018-07-09 12:28:56 +01:00

23 lines
795 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd |
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Writes run time, CPU time and clock time
and optionally the CPU and clock times per time step
\*---------------------------------------------------------------------------*/
type time;
libs ("libutilityFunctionObjects.so");
writeControl timeStep;
writeInterval 1;
perTimeStep no;
// ************************************************************************* //