cyclicAMIPolyPatch: Correct report of sweep angle
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1716
This commit is contained in:
parent
59134ff9f8
commit
c54cc16017
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue