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

Trying to understand math eq in a paper: extrapolating back the force to grid point?

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 1 Post By t.teschner
  • 1 Post By FMDenaro
  • 1 Post By FMDenaro
  • 1 Post By FMDenaro

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 20, 2015, 05:47
Smile Trying to understand math eq in a paper: extrapolating back the force to grid point?
  #1
New Member
 
Biswajit Ghosh
Join Date: Oct 2014
Location: Durgapur, India
Posts: 21
Rep Power: 11
Alisha is on a distinguished road
JOURNAL OF COMPUTATIONAL PHYSICS 123, 450–465 (1996)
ARTICLE NO. 0036
Numerical Simulation of a Cylinder in Uniform Flow: Application of
a Virtual Boundary Method
E. M. SAIKI AND S. BIRINGEN

can any one explain the math given in eq 7...

extrapolating back the force to grid point ? <3
Alisha is offline   Reply With Quote

Old   August 20, 2015, 13:00
Default
  #2
Senior Member
 
Tom-Robin Teschner
Join Date: Dec 2011
Location: Cranfield, UK
Posts: 204
Rep Power: 16
t.teschner is on a distinguished road
well, look at figure 4b as an example. lets say you are at x=4.12 and y=5.32 (roughly). here we have part of the cylinder surface which does not coincide with the grid points (shown here by the intersection of solid lines). you want to know how much force you need to add here so that the fluid surrounding this point (here called the virtual boundary point, i.e. point x=4.12 and y=5.32 for example) is zero (satisfies the no-slip condition). maybe the concept of adding forces is confusing? well, if you did not have any force acting on the fluid, the flow would simply pass through the cylinder (because the mesh is not aligned with the flow, as you can see, the cylinder geometry is just put on top of the mesh, as in figure 4a). so we need this force to slow down the flow and we want the flow to be zero at the boundary. with the method described in the paper, they can calculate the force necessary at any point x_s that would slow down the flow to zero at the boundary. to understand equation 7, you need to understand equation 1 first. you have the fluid velocity U and the body velocity v of the cylinder. for stationary cyclinders you have v=0. if the cylinder is moving in space (for example oscilating or simply translating in one coordinate direction) then v is not equal 0 and needs to be computed from v=dx_s / dt. so you have v, by choosing alpha and beta you can observe the effect of F on U. I have to admit at this point that this concept is a bit strange to me (but probably more so because I am not very familiar with the immersed boundary method) because I would assume U should equal v in order to get a no slip condition. However, I have seen seminars where they computed a virtual flow field inside the cylinder so as to match the zero velocity on the boundary so it might go in this direction. Anyhow, with U, v, alpha and beta you can calculate the force necessary to slow the flow down so as to simulate the presence of the cyclinder. You use that force in equation 7, along with a weight function, if you want to see it this way (D_i,j) to calculate the force (F_i,j) needed at the grid points i,j (which is not the same as in equation 1, remember that equation 1 calculates the forces at the virtual boundary x_s). So yeah, in equation 7 you really just extrapolating the information from x_s back to i,j i.e. the force at x_s to the points i,j which are the points that are available to you in your solver and where you solve the momentum equation on.

i know, it was a bit more detailed but i did not quit know where your problem was so i took some more steps inbetween, hoped that helped anyway.
Alisha likes this.
t.teschner is offline   Reply With Quote

Old   August 20, 2015, 13:16
Default
  #3
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,776
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
I suggest a careful reading of the paper of Peskin in JCP 1977, it give much details about the ideas of immersed boundary method.
The key is that Cartesian and Lagrangian equations exchange each other some coupling term expressed by discrete Dirac representation.
Alisha likes this.
FMDenaro is offline   Reply With Quote

Old   August 21, 2015, 06:04
Default hello Tom-Robin Teschner!
  #4
New Member
 
Biswajit Ghosh
Join Date: Oct 2014
Location: Durgapur, India
Posts: 21
Rep Power: 11
Alisha is on a distinguished road
thanks for your reply... I got some helpful info <3
but I think, I could not pose my question properly....

I want to know how the extrapolation is derived in eq 7 ???
Alisha is offline   Reply With Quote

Old   August 21, 2015, 12:06
Default
  #5
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,776
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Quote:
Originally Posted by Alisha View Post
thanks for your reply... I got some helpful info <3
but I think, I could not pose my question properly....

I want to know how the extrapolation is derived in eq 7 ???

As I wrote, the paper of Peskin gives that idea: the force on a node (i,j) of a Cartesian grid is "extrapolated" by considering the portion of the body contour that has effect on a weighted area. That can be mathematically defined by an integral containing the Dirac function that modulates the distance of interaction. Peskin defined a discretization of such integral that provides the "extrapolation" to the Cartesian grid. You can then see the similarity of Eq.(7) you are asking for
Alisha likes this.
FMDenaro is offline   Reply With Quote

Old   September 1, 2015, 05:35
Default thanks every one once again... my code worked!!!
  #6
New Member
 
Biswajit Ghosh
Join Date: Oct 2014
Location: Durgapur, India
Posts: 21
Rep Power: 11
Alisha is on a distinguished road
here is the result :
CLICK HERE!

your comment and suggestion was quite helpful!
Alisha is offline   Reply With Quote

Old   September 1, 2015, 07:03
Default
  #7
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,776
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
Seems good!
Alisha likes this.
FMDenaro is offline   Reply With Quote

Old   September 2, 2015, 03:25
Default
  #8
Senior Member
 
Simbelmynė's Avatar
 
Join Date: May 2012
Posts: 548
Rep Power: 15
Simbelmynė is on a distinguished road
Quote:
Originally Posted by FMDenaro View Post
Seems good!
Isn't this difficult to say without knowledge of the mesh density and also some information about sensitive parameters such as drag and lift?

But I agree, it looks very nice
Simbelmynė is offline   Reply With Quote

Old   September 2, 2015, 04:08
Default
  #9
Senior Member
 
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,776
Rep Power: 71
FMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura aboutFMDenaro has a spectacular aura about
yes, such methods must be validated quantitatively by assessing that the normal velocity on a wall is really zero...bu the movie is nice
FMDenaro is offline   Reply With Quote

Old   September 2, 2015, 04:53
Default
  #10
New Member
 
Biswajit Ghosh
Join Date: Oct 2014
Location: Durgapur, India
Posts: 21
Rep Power: 11
Alisha is on a distinguished road
Yes Simbelmynė, FM you surely have a point of argument!

I just extended my LD cavity code with some extra module to see whether I can do it or not...

right now I am doing the validation part with flow over cylinder...

Thanks for your comment and suggestion... love this forum
Alisha 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
Solving euler eq on unstructured grid: how do i transform the flux back...? csnemes Main CFD Forum 0 February 15, 2012 06:07
How to mesh the 1st grid point? Daniel Main CFD Forum 1 October 8, 2007 02:27
udf to set vel. = 0 at a grid point or a cell Ralf Schmidt FLUENT 0 September 22, 2006 09:45
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19
Grid Independent Solution Chuck Leakeas Main CFD Forum 2 May 26, 2000 11:18


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