From 1bf620e9635685ef1c5c7c4f389ed58fe33aec8e Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Tue, 10 May 2022 10:02:35 +0100 Subject: [PATCH] -postProcess: Support changing meshes --- .../db/functionObjects/functionObjectList/postProcess.H | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/OpenFOAM/db/functionObjects/functionObjectList/postProcess.H b/src/OpenFOAM/db/functionObjects/functionObjectList/postProcess.H index f13caaad1a..bae038b43d 100644 --- a/src/OpenFOAM/db/functionObjects/functionObjectList/postProcess.H +++ b/src/OpenFOAM/db/functionObjects/functionObjectList/postProcess.H @@ -97,6 +97,8 @@ if (argList::postProcess(argc, argv)) Info<< "Time = " << runTime.userTimeName() << endl; + mesh.readUpdate(); + FatalIOError.throwExceptions(); try