mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
cyclicAMIPolyPatch: Correct report of sweep angle
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1716
This commit is contained in:
@ -261,7 +261,7 @@ void Foam::cyclicAMIPolyPatch::calcTransforms
|
||||
|
||||
if (debug)
|
||||
{
|
||||
scalar theta = radToDeg(acos(n0 & n1));
|
||||
scalar theta = radToDeg(acos(-(n0 & n1)));
|
||||
|
||||
Pout<< "cyclicAMIPolyPatch::calcTransforms: patch:"
|
||||
<< name()
|
||||
|
||||
Reference in New Issue
Block a user