Files
OpenFOAM-12/etc/caseDicts/postProcessing/fields/ddt
2017-11-05 10:58:07 +00:00

22 lines
760 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.org
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Calculates the Eulerian time derivative of a field.
\*---------------------------------------------------------------------------*/
type ddt;
libs ("libfieldFunctionObjects.so");
field <fieldName>;
executeControl writeTime;
writeControl writeTime;
// ************************************************************************* //