Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
vector uNew = ( (p.position() - centrePoint_)/mag((p.position() - centrePoint_)) ) ^ rotationAxis_;
各位前辈:我最近在摸索open foam中的边界条件,这是源代码中的几行,请问代码里面的^符号代表什么矢量运算?前后都是矢量,^应该不是幂
叉乘吧
@我是河滩 是这样的,代码看懂了,谢谢指导。