mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cyclicFvPatch : get hold of other side patch
This commit is contained in:
@ -108,7 +108,7 @@ public:
|
||||
}
|
||||
|
||||
//- Return processor number
|
||||
virtual const cyclicLduInterface& neighbPatch() const
|
||||
virtual const cyclicFvPatch& neighbPatch() const
|
||||
{
|
||||
return refCast<const cyclicFvPatch>
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user