Files
OpenFOAM-12/src/sampling/Make
Will Bainbridge cfead3c2c0 sampledSet: Added cellSet and faceSet sampled sets
Added sets for sampling the cell-centres and face-centres of a cellSet
or faceSet. Example usage:

    sets
    (
        c0
        {
            type cellSet;
            set c0;
            axis xyz;
        }

        f0
        {
            type faceSet;
            set f0;
            axis xyz;
        }
    );
2020-01-06 14:22:33 +00:00
..