diff --git a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.C index f56c7f2184..71231a5865 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/turbulentInlet/turbulentInletFvPatchField.C @@ -181,11 +181,11 @@ void turbulentInletFvPatchField::updateCoeffs() scalar rmsCorr = sqrt(12*(2*alpha_ - sqr(alpha_)))/alpha_; patchField = - (rmsCorr*(1 - alpha_))*patchField - + (rmsCorr*alpha_)* + (1 - alpha_)*patchField + + alpha_* ( referenceField_ - + cmptMultiply + + rmsCorr*cmptMultiply ( randomField - 0.5*pTraits::one, fluctuationScale_