diff --git a/src/functionObjects/field/CourantNo/CourantNo.C b/src/functionObjects/field/CourantNo/CourantNo.C index 617356f6ca..7e21b4ab4e 100644 --- a/src/functionObjects/field/CourantNo/CourantNo.C +++ b/src/functionObjects/field/CourantNo/CourantNo.C @@ -83,7 +83,7 @@ bool Foam::functionObjects::CourantNo::calc() ) ); - if (foundObject(resultName_)) + if (foundObject(resultName_, false)) { volScalarField& Co ( diff --git a/src/functionObjects/field/blendingFactor/blendingFactor.C b/src/functionObjects/field/blendingFactor/blendingFactor.C index de66522a2f..4c5bcc592b 100644 --- a/src/functionObjects/field/blendingFactor/blendingFactor.C +++ b/src/functionObjects/field/blendingFactor/blendingFactor.C @@ -171,8 +171,7 @@ bool Foam::functionObjects::blendingFactor::write() reduce(nCellsScheme2, sumOp