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).
这个方程里面对面进行积分怎么表示
二维的话,第一个等号后面就是1S⋅Nu⋅S,S=H2。三维的话第一个等号后面就是1V⋅Nu⋅V,V=H3。在OpenFOAM里面就是体平均,差不多是
forAll(Nu, cell) { test += Nu*mesh.V(); } test /= V;
@东岳 谢谢 岳老师
1/3
2019年6月28日 04:14