ENH: Particle PatchPostProcessing - enable users to filter particle property output

The optional 'fields' entry can be used to limit which particle fields are
written to file.  If empty/not specified, all properties are written to
maintain backwards compatibility.

    patchPostProcessing1
    {
        type            patchPostProcessing;
        maxStoredParcels 20;
        fields          (position "U.*" d T nParticle);
        patches
        (
            cycLeft_half0
            cycLeft_half1
        );
    }
This commit is contained in:
Andrew Heather
2019-12-09 23:31:01 +00:00
committed by Mark Olesen
parent 6748f10d5d
commit e1a7c0ed1d
3 changed files with 44 additions and 31 deletions

View File

@ -164,6 +164,7 @@ cloudFunctions
patchPostProcessing1
{
type patchPostProcessing;
fields (position "U.*" d T nParticle);
maxStoredParcels 20;
patches
(