mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
committed by
Mark Olesen
parent
6748f10d5d
commit
e1a7c0ed1d
@ -164,6 +164,7 @@ cloudFunctions
|
||||
patchPostProcessing1
|
||||
{
|
||||
type patchPostProcessing;
|
||||
fields (position "U.*" d T nParticle);
|
||||
maxStoredParcels 20;
|
||||
patches
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user