coordinateSystems::cylindrical: Corrected addressing of the rotation tensor for a cellZone
This commit is contained in:
@ -209,7 +209,7 @@ void Foam::cylindrical::updateCells
|
||||
vector dir = cc[celli] - origin_;
|
||||
dir /= mag(dir) + vSmall;
|
||||
|
||||
R[celli] = this->R(dir);
|
||||
R[i] = this->R(dir);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user