mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Lagrangian - added new PatchInteractionFields cloud function object
Creates volume fields whose boundaries are used to store patch interaction
statistics.
Current field output per patch face:
- \<cloud\>\<model\>:count - cumulative particle hits
- \<cloud\>\<model\>:mass - cumuluative mass of hitting particles
Fields can be reset according to:
- none: fields are not reset
- timeStep: reset at each time step
- writeTime: reset at each write time
Usage
patchInteractionFields1
{
type patchInteractionFields;
resetMode writeTime;
}
This commit is contained in:
committed by
Andrew Heather
parent
8268d8aaba
commit
9d765adaf4
@ -199,6 +199,12 @@ cloudFunctions
|
||||
cycLeft
|
||||
);
|
||||
}
|
||||
|
||||
patchInteractionFields1
|
||||
{
|
||||
type patchInteractionFields;
|
||||
resetMode writeTime;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user