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

Interpolation question

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 8, 2009, 13:54
Default Interpolation question
  #1
sdk
New Member
 
Join Date: Dec 2009
Posts: 2
Rep Power: 0
sdk is on a distinguished road
Hi,
I'm a newbie to CFD and I am having some trouble with interpolation.


I am trying to implement a 1D flow using the SIMPLE algorithm. I am using Pantakar's Heat Transfer and Fluid Flow for reference. Accordingly, I'm setting up a main grid and staggered grid. Also, I am ignoring diffusion for now.

My problem has to do with setting up the momentum equation for the staggered grid. In order to do so, I need the following term:
m_E*u_E

where m is the mass flux and u is the velocity, both at interface E (which is pt E on the main grid). m_E is just the density at E times the velocity at E. I need to interpolate the velocity here. For arguments sake, lets say I use a central differencing scheme, or u_E=0.5*(u_e+u_ee) for equal grid spacing.
My question is this: when I calculate m_E*u_E, can I now use an upwind scheme for convecting m_E? That is, can I write:

m_E*u_E=u_e*Max|m_E,0| - u_w*Max|-m_E,0| ?

I feel like there are issues with this statement, since I am effectively trying to convect velocity based on the direction of the mass flow. How does one convect velocty?! The other problem I see is that I have two different values for velocity at E! Any advice?

Thanks in advance,
Scott

Last edited by sdk; December 8, 2009 at 17:33.
sdk is offline   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
Unanswered question niklas OpenFOAM 2 July 31, 2013 16:03
momentum interpolation for collocated grid Hadian Main CFD Forum 4 December 25, 2009 07:25
Question About solvers and interpolation schemes titio OpenFOAM Running, Solving & CFD 0 July 9, 2009 11:41
Pressure Interpolation VOF nico765 OpenFOAM Running, Solving & CFD 2 January 3, 2009 14:47
question K.L.Huang Siemens 1 March 29, 2000 04:57


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