mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: PointEdgeWave : incorrect transform
This commit is contained in:
@ -473,7 +473,7 @@ void Foam::PointEdgeWave<Type>::handleProcPatches()
|
||||
// Apply transform to received data for non-parallel planes
|
||||
if (!procPatch.parallel())
|
||||
{
|
||||
transform(procPatch.reverseT(), patchInfo);
|
||||
transform(procPatch.forwardT(), patchInfo);
|
||||
}
|
||||
|
||||
updateFromPatchInfo
|
||||
|
||||
Reference in New Issue
Block a user