OpenFOAM-5.x/etc/caseDicts/postProcessing/fields/mag
2016-06-11 08:53:04 +01:00

24 lines
773 B
C++

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