Files
OpenFOAM-6/etc/caseDicts/postProcessing/fields/div
2018-07-06 21:42:54 +01:00

22 lines
781 B
C++

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