CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

How to use volPointInterpolation

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By hjasak

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   October 16, 2007, 07:24
Default Hello, How to use volPoint
  #1
New Member
 
Oleg Weinstein
Join Date: Mar 2009
Location: Berlin, Germany
Posts: 6
Rep Power: 17
oleg_weinstein is on a distinguished road
Hello,

How to use volPointInterpolation?

I had looked on the follows examples:

OpenFOAM-1.3/applications/utilities/postProcessing/miscellaneous/sample/sample.C
OpenFOAM-1.3/applications/utilities/postProcessing/dataConversion/foamToVTK/foam ToVTK.C

But I not succeed to apply this to my case.

I have the field

volScalarField T
(
IOobject
(
"T",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
mesh
);

Inside the program I use the lines:

// Set up interpolation
autoPtr<pointmesh> pMeshPtr(new pointMesh(mesh));
autoPtr<volpointinterpolation> pInterpPtr
(
new volPointInterpolation(mesh, pMeshPtr())
);

How I can thus found pointScalarField Tp?
oleg_weinstein is offline   Reply With Quote

 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



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