March 11, 2022, 15:31
|
PointToPointPlanarInterpolation
|
#1
|
New Member
mfr
Join Date: Nov 2021
Posts: 13
Rep Power: 5
|
Hi foamers,
I want to try planar interpolation from source patch to target patch using codedfixedvalue in U dict;
Code:
pointToPointPlanarInterpolation ptp(srcPoints,destPoints,0,false);
Foam::Field<Foam::Vector<double>> Uasd = ptp.interpolate(U_outlet);
But when ı use interpolate func of pointToPointPlanarInterpolation class it gives uniform field although my source field is not uniform. Any solution?
|
|
|