mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: foamyHexMesh: Incorrect logic for serial mesh motion
This commit is contained in:
@ -47,7 +47,7 @@ namespace Foam
|
||||
//- Collection of functions for testing relationships between two vectors.
|
||||
namespace vectorTools
|
||||
{
|
||||
//- Test if a and b are parallel: a.b = 1
|
||||
//- Test if a and b are parallel: a^b = 0
|
||||
// Uses the cross product, so the tolerance is proportional to
|
||||
// the sine of the angle between a and b in radians
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user