BUG: cyclicAMI: differentiate between coupled geometry and coupled fields

This commit is contained in:
mattijs
2011-11-14 15:15:06 +00:00
parent 0143ef82ea
commit 35395ea438
17 changed files with 87 additions and 46 deletions

View File

@ -316,7 +316,7 @@ Foam::FacePostProcessing<CloudType>::FacePostProcessing
if
(
!pp.coupled()
!magSf.boundaryField()[patchI].coupled()
|| refCast<const coupledPolyPatch>(pp).owner()
)
{