OpenFOAM-4.x-lab/src/OpenFOAM
Henry Weller e9d69df161 Utility sample: replaced by 'postProcess -func sample'
To re-use existing 'sampleDict' files simply add the following entries:

    type sets;
    libs ("libsampling.so");

and run

    postProcess -func sampleDict

It is probably better to also rename 'sampleDict' -> 'sample' and then run

    postProcess -func sampleDict
2016-06-13 14:27:46 +01:00
..
algorithms Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
containers foamDebugSwitches -> foamList -debug 2016-06-10 13:34:58 +01:00
db Utility sample: replaced by 'postProcess -func sample' 2016-06-13 14:27:46 +01:00
dimensionedTypes src/OpenFOAM: Use Zero rather than pTraits<Type> 2016-03-22 10:38:30 +00:00
dimensionSet Added forward declaration of friend functions 2016-05-29 22:28:37 +01:00
fields postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
global foamDebugSwitches -> foamList -debug 2016-06-10 13:34:58 +01:00
graph Change field loop index from "fieldI" to "fieldi" 2016-05-02 18:20:48 +01:00
include postProcess: Added '-list' option to list the available configured functionObjects 2016-06-01 16:28:07 +01:00
interpolations Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
Make postProcessing: Replaced 'foamCalc' and the 'postCalc' utilities 2016-05-28 18:58:48 +01:00
matrices Added forward declaration of friend functions 2016-05-29 22:28:37 +01:00
memory tmp: Added 'move' constructor to simplify return of unchanged 'tmp' arguments. 2016-05-23 12:01:36 +01:00
meshes checkMesh: Added writing of faceSets and cellSets containing errors 2016-06-12 20:51:07 +01:00
primitives Added forward declaration of friend functions 2016-05-29 22:28:37 +01:00