CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

3D interpolation: From FVM to FEM nodes and back

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 14, 2008, 10:06
Default 3D interpolation: From FVM to FEM nodes and back
  #1
vasilis
Guest
 
Posts: n/a
Hi,

I am doing fluid-structure interaction. There exists a code which solves the N.S eqns with FVM, and I am developing a code to deform the structure with FEM. At the interface I will transfer the stresses from the fluid to the solid mesh, and for that I need to interpolate from the FVM nodes to the FEM nodes. Initially, the domain is a cylinder.

I am thinking that the best way to achieve this is to find a function that goes through all the FVM nodes, and then use this function to calculate the value of the stress at the FEM nodes. For the moment I will consider the simplest form for the function, i.e. f(x,y,z)=Sum a(i,j,k) x^i y^j z^k, and this sum goes from 0 to 2 for i,j,k.

There are two thing that bother me: 1) The above function has 10 coefficients whose value will be determined by n points (n>10). I am thinking of the least square method for that. 2) Will this function be able to capture the abnormality of the surface?

Could someone suggest me a paper to read. I know that there is a lot of work on splines, and so I really need someone to direct me to the proper paper.

Thank you in advanced for your time
  Reply With Quote

Old   October 14, 2008, 14:49
Default Re: 3D interpolation: From FVM to FEM nodes and ba
  #2
Harish
Guest
 
Posts: n/a
Do you use different elements for your NS and solids simulations? It would be easier to try a linear interpolation first before considering high-order interpolations assuming that your solutions do not use high-order schemes.
  Reply With Quote

Old   October 15, 2008, 03:33
Default Re: 3D interpolation: From FVM to FEM nodes and ba
  #3
vasilis
Guest
 
Posts: n/a
Yes, I do use different elements. On the face of a cell, the FEM has 9 nodes, but FVM has only 1 node. To improve the accuracy of the interpolation, for each FEM cell, there are 4 FVM cels. Thus, each FEM node is surrounded by 4 FVM nodes, except the nodes which are on the inlet/outlet boundary.

I could do a linear interpolation with these four FVM nodes, but this requires that I know which FVM nodes surround which FEM node. But, the only thing I have is a set of data.

  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
SIMPLE algorithm SamR Main CFD Forum 19 April 26, 2019 13:06


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