openfoam插值
-
铁铁们,假如我得到了一系列的(x,y,z)的值,想根据这些值对任意x,y进行插值得到z。OpenFOAM有什么函数能实现吗
-
@cccrrryyy 感谢,这个插值我有注意到
-
应该再把问题具体一点。现在我只有Boundary上的faces中心点的位移,然后想插值得到boundary上的points的位移。看了几个Interpolate似乎没找到合适的函数
-
void Foam::volPointInterpolation::interpolateBoundaryField
-
这个函数似乎比较符合我的要求,但是
vf
和pf
这个类型我没看懂,大家知道如何构造vf
和pf
这两个数据类型吗。。void Foam::volPointInterpolation::interpolateBoundaryField ( const GeometricField<Type, fvPatchField, volMesh>& vf, GeometricField<Type, pointPatchField, pointMesh>& pf ) -
2020年6月3日 14:58
6/11
2020年6月4日 11:17