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:
@ -735,7 +735,7 @@ bool Foam::noiseModel::read(const dictionary& dict)
|
||||
);
|
||||
}
|
||||
|
||||
Info<< nl << endl;
|
||||
Info<< endl;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user