STYLE: verbose point field decompose/reconstruct (#120)

TUT: use redistributePar for multiphase/interFoam/RAS/DTCHull
This commit is contained in:
Mark Olesen
2022-06-22 18:28:34 +02:00
parent e84c2d84ad
commit b51e0d4c1c
6 changed files with 16 additions and 12 deletions

View File

@ -1087,13 +1087,11 @@ int main(int argc, char *argv[])
: fileHandler()
);
// Make sure to call findTimes on all processors to force caching of
// time directories
(void)fileHandler().findTimes(args.path(), "constant");
// Need this line since we don't include "setRootCase.H"
#include "foamDlOpenLibs.H"
const bool reconstruct = args.found("reconstruct");
@ -1109,6 +1107,7 @@ int main(int argc, char *argv[])
if (optVerbose)
{
// Report on output
faMeshDistributor::verbose_ = 1;
parPointFieldDistributor::verbose_ = 1;
}