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
This commit is contained in:
Henry Weller
2016-06-13 14:27:46 +01:00
parent 6dd7046b7b
commit e9d69df161
22 changed files with 122 additions and 573 deletions

View File

@ -32,6 +32,6 @@
Script=${0##*/}
echo $Script "has been superceded by the postProcess utility:"
echo "postProcess -func '"$Script"(name=inlet,p)'"
echo " postProcess -func '"$Script"(name=inlet,p)'"
#------------------------------------------------------------------------------