diff --git a/applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/execFlowFunctionObjects.C b/applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/execFlowFunctionObjects.C index a4e0e6ddd9..0680449a3e 100644 --- a/applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/execFlowFunctionObjects.C +++ b/applications/utilities/postProcessing/miscellaneous/execFlowFunctionObjects/execFlowFunctionObjects.C @@ -290,6 +290,8 @@ void calc mesh ); + // Note: fvOptions not directly used but constructs fvOptions so + // e.g. porosity modelling is effective for use in forces fo. #include "createFvOptions.H" if (phi.dimensions() == dimVolume/dimTime) @@ -445,6 +447,11 @@ int main(int argc, char *argv[]) "noFlow", "suppress creating flow models" ); + argList::addBoolOption + ( + "noRead", + "do not read any field data" + ); #include "addDictOption.H" #include "setRootCase.H"