Skip to content
Snippets Groups Projects
Commit 81041e5d authored by Henry Weller's avatar Henry Weller
Browse files

functionObjects/field/histogram: New functionObject to write the...

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;
    }
parent 62c62abd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment