Files
openfoam/etc/caseDicts/postProcessing/fields/ddt
2018-12-19 18:07:52 +00:00

22 lines
760 B
C++

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