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

Abt. Ghost Fluid Method in one-dim.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 23, 2007, 23:55
Default Abt. Ghost Fluid Method in one-dim.
  #1
jinwon
Guest
 
Posts: n/a
I am studying about the GFM for my reserach work. To do it, I bought Fedkiw's book and read all his papers. In doing it, I am stuck with the ghost cell. As mentioned in his book, I implemented the procedure for GFM to solve the problem which two phase gases(gamma=1.4 and 1.6) exist but I couldn't obtain a desirable solution. But I obtained reasonable solutions(w/ sharper interface than standard method) for single phase gas problem w/ GFM. My procedures are absolutely followed by his book.

Let me explain briefly. First, find the interface location using the level set function Second, compute the entropy at the real fluid part entropy=p/density**gamma Third, obtain the density based on the isentropic assumption, density=(p/entropy)**(1.0/gamma) Fourth, update the conservative variables using recomputed density above

I did all directed in his book and references but I couldn't desirable interface location and continuous variable at there.

Please let me know what I misunderstood.

Step 1. Find the interface location based on the level function

int=i-1 when the interface lies between cell i and i-1

!----------------------

! GHOST FLUID METHOD !

!----------------------

Step 2. Compute the entropy at cell i-1 with gamma1=1.4

ent1=p(int-1)/rho(int-1)**gamma1 <- Isentropic assumption

!

!-----> EXTRAPOLATING of ENTROPY TO FIND THE DENSITY

Step 3. Extrapolate the density at cell i w/ gamma2=1.6

rho(i)=(p(int)/ent1)**(1.d0/gamma2)

!

Step 4. Update the conservative variable

m=rho(int)*v(int)

e=p/(gamma2-1.d0)+0.5*rho(int)*v(int)*v(int)

!

! For int w/ int+1

.....................................

  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
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
for incompressible fluid projection method mfclovegyy Main CFD Forum 2 May 23, 2012 00:58
Intl Conf Computational Methods in Fluid Power Jacek Stecki Main CFD Forum 0 November 10, 2002 05:49
My Revised "Time Vs Energy" Article For Review Abhi Main CFD Forum 2 July 9, 2002 09:08
Terrible Mistake In Fluid Dynamics History Abhi Main CFD Forum 12 July 8, 2002 09:11


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