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

FVM and BFC

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 16, 2000, 22:07
Default FVM and BFC
  #1
Z. Zeng
Guest
 
Posts: n/a
Would you please suggest me some references on the finite volume methods(FVM) in body fitting coordinate(BFC). (method and application)

Thanks in advance.

Zeng
  Reply With Quote

Old   May 18, 2000, 01:24
Default Re: FVM and BFC
  #2
CONSULTANT
Guest
 
Posts: n/a
I can suggest the following JOURNALS/NOTES as general reference material for both theory and application. A more specific statement of your requirements may get a better response !

1. Journal of Computational Physics.

2. VKI Lecture Notes (past 5-6 years).

3. Computers and Fluids.

4. AIAA Journal.

5. International Journal of Numerical Methods in Fluids.

6. International Journal of Numerical Methods in Engineering.

You can also refer to books by the following authors:

1. HIRSCH (vol I & II)

2. Dale Anderson, Tannehill, Pletcher.

3. C.A.J. Fletcher.

Hope this helps,

CONSULTANT.
  Reply With Quote

Old   May 18, 2000, 23:49
Default Re: FVM and BFC
  #3
Zeng
Guest
 
Posts: n/a
Thanks for your suggestions. In fact, I have experience on the FVM in Cartesian & cylindrical coordinate systems. Now, I would like to get same basic ideas on the FVM in BFC in following aspect:

(1) Comparing with FVM in Cartesian & cylindrical coordinate system, what is the difference for the expressions of governing equations in BFC?

(2) What is the main difference in programming for FVM between BFC and Cartesian & cylindrical coordinate systems? ( I am considering to modify a code of FVM in Cartesian & cylindrical coordinate systems to BFC).

Thanks for your response in advance.
  Reply With Quote

Old   May 19, 2000, 02:27
Default Re: FVM and BFC
  #4
CONSULTANT
Guest
 
Posts: n/a
Hi,

The main difference is in the definition of flux normal to an interface.

In the case of 2-D Cartesian grid, the grid normals to interfaces perpandicular to the co-ordinate axes x & y coincide with x & y respectively.

But, in the case of body fitted grid, this may not be true. The grid normals may not coincide with the local co-ordinate directions say, i & j, in the x-y plane.

So, you have to transform the equations to local co-ordinates.

Consider a 2-D problem in which the two components of fluxes are f and g, for example.

Then the flux normal to an interface (F) can be obtained by taking the scalar product with the local grid notmal vector n {= (dy/ds) i - (dx/ds) j }.

i.e.

F = f (dy/ds) - g (dx/ds) ..................(1)

For example, in the case of 2-D Cartesian grids dx = dy = ds where ds = SQRT(dx*dx+dy*dy). The above expression can be simplified for an interface that is perpandicular to x-axis (dx=0 & ds=dy) as

F = f

and for an interface that is perpandicular to y-axis (dy=0 & ds=dx)

F = g.

But, you have to retain the form [ Eqn. (1) ] for the body fitted grid because, dx & dy may be non-zero and non-uniform in general.

As for the programming is concerned, it should be clear from the above discussions that both the components (f & g) contribute to the computation of fluxes for ALL the interfaces and that involve normal and tangent vectors.

It is a better idea to write the expression for flux as in Eqn. (1) and compute dx, dy and ds for all interfaces and store them in a one-dimensional array because it can be used for both Cartesian as well as body fitted grid methods.

There are many papers in the references I had posted earlier that give the required forms of equations. Otherwise, you can derive them yourself.

Good Luck,

CONSULTANT
  Reply With Quote

Old   May 19, 2000, 09:20
Default Re: FVM and BFC
  #5
John Law
Guest
 
Posts: n/a
You may find the following paper useful since it does not use equation transfer (and this methodology is actually used in many leading FV based commercial CFD codes):

I. Demirdzic and M Peric 'Finite volume method for prediction of fluid flow in arbitrary shaped domains with moving boundary', Int. J. for numerical methods in fluids, Vol. 10, pp771-790, 1990.
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
References about FVM in BFC Z. Zeng Main CFD Forum 3 January 19, 2000 13:48


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