OpenFOAM-4.x/src
Henry Weller aa09dd3f7b 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;
    }
2016-04-28 20:40:32 +01:00
..
combustionModels GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
conversion Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
dummyThirdParty scripts: Reformat with consistent section separators 2016-02-15 18:30:24 +00:00
dynamicFvMesh GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
dynamicMesh GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
edgeMesh vector::zero -> Zero 2016-04-16 18:34:41 +01:00
engine boundaryField() -> boundaryFieldRef() 2016-04-23 23:16:30 +01:00
fileFormats Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
finiteVolume Remove .internalField() clutter for const-access to the internal field 2016-04-28 12:37:31 +01:00
fvAgglomerationMethods Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
fvMotionSolver GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
fvOptions Remove .internalField() clutter for const-access to the internal field 2016-04-28 12:37:31 +01:00
genericPatchFields Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
lagrangian GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
mesh GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
meshTools Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
ODE SquareMatrix, SymmetricSquareMatrix: Changed the constructor from size to require only n 2016-03-22 14:13:48 +00:00
OpenFOAM GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
OSspecific/POSIX Removed duplicate, inconsistent and spurious comments in .C files 2016-02-29 18:33:54 +00:00
parallel GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
postProcessing functionObjects/field/histogram: New functionObject to write the volume-weighted histogram of a volScalarField 2016-04-28 20:40:32 +01:00
Pstream src/Pstream/mpi/UPstream.C: Updated for Int64 2016-04-16 13:26:41 +01:00
randomProcesses OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
regionCoupled Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
regionModels Remove .internalField() clutter for const-access to the internal field 2016-04-28 12:37:31 +01:00
renumber Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
rigidBodyDynamics rigidBodyDynamics: Generalized the interface to the restraints 2016-04-19 21:58:10 +01:00
rigidBodyMeshMotion rigidBodyDynamics: Added support for running in parallel 2016-04-19 10:32:25 +01:00
sampling Remove .internalField() clutter for const-access to the internal field 2016-04-28 12:37:31 +01:00
sixDoFRigidBodyMotion Updated header 2016-04-18 15:40:57 +01:00
surfMesh Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
thermophysicalModels Remove .internalField() clutter for const-access to the internal field 2016-04-28 12:37:31 +01:00
topoChangerFvMesh Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
transportModels GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
triSurface Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
TurbulenceModels GeometricField::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +01:00
Allwmake src/Allwmake: Added the new rigidBodyMeshMotion library 2016-04-19 11:11:22 +01:00