BUG: cyclicAMI - fixed transform for case that angle is given - mantis #1217
This commit is contained in:
parent
e2343fa4d4
commit
b99b1d21a2
1 changed files with 2 additions and 2 deletions
|
|
@ -154,13 +154,13 @@ void Foam::cyclicAMIPolyPatch::calcTransforms
|
|||
tensor RPos
|
||||
(
|
||||
T
|
||||
+ cos(rotationAngle_)*(tensor::I + T)
|
||||
+ cos(rotationAngle_)*(tensor::I - T)
|
||||
+ sin(rotationAngle_)*S
|
||||
);
|
||||
tensor RNeg
|
||||
(
|
||||
T
|
||||
+ cos(-rotationAngle_)*(tensor::I + T)
|
||||
+ cos(-rotationAngle_)*(tensor::I - T)
|
||||
+ sin(-rotationAngle_)*S
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue