mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: allow configurable field send/receive for surfaceNoise (#2639)
- replaced PstreamBuffers mechanism with globalIndex for both gather and scatter operations. Use scheduled communication by default, but is selectable. - reduced communication with ensemble averaging and no-write
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: v2206 |
|
||||
| \\ / O peration | Version: v2212 |
|
||||
| \\ / A nd | Website: www.openfoam.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -37,6 +37,9 @@ surfaceNoiseCoeffs
|
||||
|
||||
areaAverage yes;
|
||||
|
||||
// commsType scheduled; // nonBlocking
|
||||
// broadcast false;
|
||||
|
||||
// Surface reader
|
||||
reader ensight;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user