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; }
Showing
- src/postProcessing/functionObjects/field/Make/files 3 additions, 0 deletionssrc/postProcessing/functionObjects/field/Make/files
- src/postProcessing/functionObjects/field/histogram/histogram.C 221 additions, 0 deletions...ostProcessing/functionObjects/field/histogram/histogram.C
- src/postProcessing/functionObjects/field/histogram/histogram.H 204 additions, 0 deletions...ostProcessing/functionObjects/field/histogram/histogram.H
- src/postProcessing/functionObjects/field/histogram/histogramFunctionObject.C 46 additions, 0 deletions...functionObjects/field/histogram/histogramFunctionObject.C
- src/postProcessing/functionObjects/field/histogram/histogramFunctionObject.H 54 additions, 0 deletions...functionObjects/field/histogram/histogramFunctionObject.H
Please register or sign in to comment