openfoam/tutorials
Andrew Heather e1a7c0ed1d 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
        );
    }
2019-12-09 23:31:01 +00:00
..
basic STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
combustion Merge branch 'master' into develop-v1906 2019-12-06 12:05:32 +00:00
compressible TUT: simple tutorial with expression boundary conditions and setExprFields 2019-12-10 13:09:22 +01:00
discreteMethods STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
DNS/dnsFoam/boxTurb16 STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
electromagnetics STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
financial/financialFoam/europeanCall RELEASE: Version clean-up for release 2019-06-25 11:51:19 +01:00
finiteArea STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
heatTransfer STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
incompressible TUT: use foamDictionary without runApplication wrapper 2019-11-18 12:18:43 +01:00
IO ENH: generalize string expression evaluation 2019-12-09 19:44:23 +01:00
lagrangian ENH: Particle PatchPostProcessing - enable users to filter particle property output 2019-12-09 23:31:01 +00:00
mesh STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
multiphase STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
preProcessing STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
resources/geometry ENH: semiPermeableBaffle: Added two new boundary conditions and a tutorial 2017-10-19 10:00:36 +01:00
stressAnalysis STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
verificationAndValidation STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allclean STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allcollect STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allrun STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Alltest STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00