View Issue Details

IDProjectCategoryView StatusLast Update
0001716OpenFOAMBugpublic2015-05-28 16:30
Reporterjacob Assigned Tohenry  
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version15.04
Summary0001716: cyclicAMIPolyPatch::calcTransforms reports wrong sweep when no rotationAngle is given
DescriptionWhen no rotationAngle is given to a rotationally tranformed cyclicAMI, the rotation is being computed from assumed normals n0 and n1 of some far faces. The angle, reported in debug output section of cyclicAMIPolyPatch::calcTransforms as acos(n0 & n1), is then the angle between the normals. The sweep angle should be its complement to 180°, i.e. acos(-n0 & n1).
Additional InformationcyclicAMIPolyPatch::calcTransforms, line 265
version 2.4.x-6c9dc8867f9dac4c0e6441ade629a1b30128e51b
TagsNo tags attached.

Activities

henry

2015-05-28 16:30

manager   ~0004829

Resolved by commit c54cc16017f3802bcbdbdfc9f0c6dae3d2232c28 in OpenFOAM-dev
commit 756043acb12986303df9cfdcbc07aa2192426886 in OpenFOAM-2.4.x

Issue History

Date Modified Username Field Change
2015-05-28 11:22 jacob New Issue
2015-05-28 16:30 henry Note Added: 0004829
2015-05-28 16:30 henry Status new => resolved
2015-05-28 16:30 henry Resolution open => fixed
2015-05-28 16:30 henry Assigned To => henry