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

Interpolation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 23, 2004, 10:15
Default I create an interpolator using
  #1
Rasmus Hemph (Hemph)
Guest
 
Posts: n/a
I create an interpolator using the below command:

UInterpolator_
(
interpolation::New
(
interpolationSchemes_,
volPointInterpolation_,
U_
)
);

I am guessing that a change in U_ will be taken into account, but
will the point/node values be updated when U_ changes, or do I have to remove and create the interpolator at every timestep?

If so, is there a way to only update the point values, so I do not have to recreate the interpolator for every timestep?
  Reply With Quote

Old   November 23, 2004, 10:57
Default Hello Rasmus, You indeed n
  #2
Mattijs Janssens (Mattijs)
Guest
 
Posts: n/a
Hello Rasmus,

You indeed need to remove and create the interpolator at every time step. It is cheap to construct though. It is the point interpolate of the U_ field so needs to change every time U_ changes.

The volPointInterpolation_ can stay; it holds only the geometric weighing factors which are constant provided your mesh is not moving.

Mattijs

p.s. saw your hour-glass animation. Very impressive.
  Reply With Quote

Reply


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
3D interpolation Nena CFX 0 October 31, 2007 04:12
interpolation rakesh CFX 1 March 7, 2005 16:36
2D-Interpolation Don Tron Main CFD Forum 3 October 30, 2003 03:40
Interpolation res-->def Stex CFX 2 June 25, 2003 11:04
Interpolation A. Mohamed CFX 1 April 25, 2003 07:40


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