Skip to content
Snippets Groups Projects
Commit aa09dd3f 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 c8ff51b8
Branches
Tags
1 merge request!60Merge foundation
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