mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: ParticlePostProcessing: refactor PatchPostProcessing function object
- enable 'faceZones' support. - enable 'writeFile' support to better control file output. - rename 'PatchPostProcessing' as 'ParticlePostProcessing' for better clarity. - fix #1808
This commit is contained in:
committed by
Andrew Heather
parent
c177637db2
commit
2eb2de5f8e
@ -158,9 +158,9 @@ subModels
|
||||
|
||||
cloudFunctions
|
||||
{
|
||||
patchPostProcessing1
|
||||
particlePostProcessing1
|
||||
{
|
||||
type patchPostProcessing;
|
||||
type particlePostProcessing;
|
||||
maxStoredParcels 20;
|
||||
patches
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user