OpenFOAM-5.x/src/functionObjects
Will Bainbridge ab2b257269 functionObjects/field: Added interfaceHeight
This function object reports the height of the interface above a set of
locations. It writes the height above the location, above the boundary,
and the point on the interface. It uses an integral approach, so if
there are multiple interfaces above or below a location, this method
will compute an average.

It can be enabled with the following entry in the system/controlDict:

    functions
    {
        interfaceHeight1
        {
            type           interfaceHeight;
            libs           ("libfieldFunctionObjects.so");
            alpha          alpha.water;
            locations      ((0 0 0) (10 0 0) (20 0 0));
        }
    }

This work was supported by Jan Kaufmann and Jan Oberhagemann at DNV GL.
2017-05-31 10:08:59 +01:00
..
field functionObjects/field: Added interfaceHeight 2017-05-31 10:08:59 +01:00
forces functionObjects::forceCoeffs: Corrected setting of rhoRef for compressible flow 2016-12-14 10:39:32 +00:00
lagrangian functionObjects: Further simplification and rationalization using the fvMeshFunctionObject base-class 2016-08-10 12:29:19 +01:00
solvers functionObjects::scalarTransport: Corrected typo 2017-02-13 18:25:33 +00:00
utilities codedFunctionObject.H: Removed spurious '"' 2017-05-18 12:39:34 +01:00
Allwmake Allwmake: Remove 'set -x' which generates a lot of noise 2016-11-13 18:08:22 +00:00