mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: cyclicAMI: differentiate between coupled geometry and coupled fields
This commit is contained in:
@ -316,7 +316,7 @@ Foam::FacePostProcessing<CloudType>::FacePostProcessing
|
||||
|
||||
if
|
||||
(
|
||||
!pp.coupled()
|
||||
!magSf.boundaryField()[patchI].coupled()
|
||||
|| refCast<const coupledPolyPatch>(pp).owner()
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user