Skip to content
Snippets Groups Projects
user avatar
Henry Weller authored
functionObjects/field/histogram: New functionObject to write the volume-weighted histogram of a volScalarField

e.g.
    pressureHistogram
    {
        type            histogram;

        functionObjectLibs ("libfieldFunctionObjects.so");

        field           p;
        nBins           100;
        min             -5;
        max             5;
        setFormat       gnuplot;
    }
81041e5d