diff --git a/src/functionObjects/field/yPlus/yPlus.C b/src/functionObjects/field/yPlus/yPlus.C index 32a0e3f951..99895924eb 100644 --- a/src/functionObjects/field/yPlus/yPlus.C +++ b/src/functionObjects/field/yPlus/yPlus.C @@ -175,6 +175,14 @@ bool Foam::functionObjects::yPlus::execute() WarningInFunction << "Unable to find turbulence model in the " << "database: yPlus will not be calculated" << endl; + + if (postProcess) + { + WarningInFunction + << "Please try to use the solver option -postProcess, e.g.:" + << " -postProcess -func yPlus" << endl; + } + return false; }