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).
openfoam中的边界网格大小可以用patch().deltaCoeffs()的倒数表示,那任意的网格尺寸用什么表示呢。我在修改level-set算法,源代码用的是外部读取网格尺寸,网格尺寸自己定义,但很多情况下网格尺寸并不是相同的,有没有一个函数可以直接读取网格尺寸呢
网格体积:mesh.V() 网格面矢量 mesh.Sf() 网格面大小 mesh.magSf()
mesh.V()
mesh.Sf()
mesh.magSf()