Files
openfoam/tutorials
Andrew Heather a4dc9966ed ENH: Added new AMIWeights function object
Reports the min|max|average AMI weights to text file and optionally
writes VTK surfaces of the sum of the weights, and mask field for
ACMI patches.

Example usage:

    AMIWeights
    {
        type            AMIWeights;
        libs            ("libfieldFunctionObjects.so");
        writeControl    writeTime;
        writeFields     yes;
    }
2018-12-07 17:24:13 +00:00
..
2018-12-03 16:06:20 -08:00
2018-12-03 16:06:20 -08:00
2018-11-27 11:11:47 +01:00
2018-12-07 09:49:39 +00:00