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
@ -564,9 +564,9 @@ in this ways the particles hitting the patches will be classified in the followi
|
||||
maxStoredParcels 100000000;
|
||||
}
|
||||
|
||||
patchPostProcessing1
|
||||
particlePostProcessing1
|
||||
{
|
||||
type patchPostProcessing;
|
||||
type particlePostProcessing;
|
||||
fields (position origId d);
|
||||
maxStoredParcels 100000000;
|
||||
patches
|
||||
|
||||
@ -181,9 +181,9 @@ cloudFunctions
|
||||
maxStoredParcels 20;
|
||||
}
|
||||
|
||||
patchPostProcessing1
|
||||
particlePostProcessing1
|
||||
{
|
||||
type patchPostProcessing;
|
||||
type particlePostProcessing;
|
||||
fields (position "U.*" d T nParticle);
|
||||
maxStoredParcels 20;
|
||||
patches
|
||||
|
||||
@ -175,9 +175,9 @@ subModels
|
||||
|
||||
cloudFunctions
|
||||
{
|
||||
patchPostProcessing1
|
||||
particlePostProcessing1
|
||||
{
|
||||
type patchPostProcessing;
|
||||
type particlePostProcessing;
|
||||
maxStoredParcels 100;
|
||||
patches ( outlet );
|
||||
}
|
||||
|
||||
@ -177,9 +177,9 @@ subModels
|
||||
|
||||
cloudFunctions
|
||||
{
|
||||
patchPostProcessing1
|
||||
particlePostProcessing1
|
||||
{
|
||||
type patchPostProcessing;
|
||||
type particlePostProcessing;
|
||||
maxStoredParcels 100;
|
||||
patches ( outlet );
|
||||
}
|
||||
|
||||
@ -177,9 +177,9 @@ subModels
|
||||
|
||||
cloudFunctions
|
||||
{
|
||||
patchPostProcessing1
|
||||
particlePostProcessing1
|
||||
{
|
||||
type patchPostProcessing;
|
||||
type particlePostProcessing;
|
||||
maxStoredParcels 100;
|
||||
patches ( outlet );
|
||||
}
|
||||
|
||||
@ -158,9 +158,9 @@ subModels
|
||||
|
||||
cloudFunctions
|
||||
{
|
||||
patchPostProcessing1
|
||||
particlePostProcessing1
|
||||
{
|
||||
type patchPostProcessing;
|
||||
type particlePostProcessing;
|
||||
maxStoredParcels 20;
|
||||
patches
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user