CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   pointVolInterpolation exists anymore? (https://www.cfd-online.com/Forums/openfoam-programming-development/127604-pointvolinterpolation-exists-anymore.html)

ooo December 15, 2013 13:14

pointVolInterpolation exists anymore?
 
Hi everybody,

I've already interpolated a volVectorField to a pointField successfully with "interpolation" class.
Now i want to interpolate the value of a pointField, to a volVectorField.
I've found that "pointVolInterpolation" can do it for me but i cannot find this file in :http://www.openfoam.org/docs/cpp/.
The volPointInterpolation can be found but not pointVolInterpolation!(it also cannot be found in the OpenFOAM's files in my computer)

Is there any alternative approach to do my job?
Thank you in advance.

ngj December 15, 2013 16:48

Good evening OOO,

I have looked (quickly) in a couple of OF versions (1.6-ext, 1.7.1, 2.1.0 and 2.2.0) and it is only present in OF-1.6-ext, which indicates that you will not find it in the standard release.

Kind regards

Niels

ooo December 15, 2013 16:50

Quote:

Originally Posted by ngj (Post 466545)
Good evening OOO,

I have looked (quickly) in a couple of OF versions (1.6-ext, 1.7.1, 2.1.0 and 2.2.0) and it is only present in OF-1.6-ext, which indicates that you will not find it in the standard release.

Kind regards

Niels

Thank you but do you know how i can interpolate the value of a pointField, to a volVectorField?

ngj December 16, 2013 01:03

I suggest that you look in the source code of 1.6-ext.

Kind regards

Niels

wyldckat December 29, 2013 20:02

Greetings to all!

The correct class name should be "volPointInterpolation". You can find it by at the path given by this command:
Code:

echo $FOAM_SRC/finiteVolume/interpolation/volPointInterpolation
By the way, if anyone needs to have a single git repository of OpenFOAM with the whole public commit history (not the internal development version by OpenCFD ;)), check this post: http://www.cfd-online.com/Forums/ope...tml#post467684 post #12

Best regards,
Bruno


All times are GMT -4. The time now is 20:20.