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:
Mark Olesen
2022-11-22 17:07:40 +01:00
parent 9114e01de9
commit d69ac516e8
5 changed files with 255 additions and 224 deletions

View File

@ -735,7 +735,7 @@ bool Foam::noiseModel::read(const dictionary& dict)
);
}
Info<< nl << endl;
Info<< endl;
return true;
}