CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Looking for paper "Implementation of level set method ..." by Bitan Shu, et al

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 8, 2007, 15:40
Default Looking for paper "Implementation of level set method ..." by Bitan Shu, et al
  #1
Member
 
vof_user
Join Date: Mar 2009
Posts: 67
Rep Power: 17
asaha is on a distinguished road
Hello All,

It would be really great if you all can send me this
"Implementation of level set method based on OpenFOAM for Capturing the free interface
in incompressible fluid flows"
Bitan Shu, Frank Dammel, Peter Stephan - Technische Universität Darmstadt, Germany
which was presented recently at the OpenFOAM International Conference.
asaha is offline   Reply With Quote

Old   December 8, 2007, 18:09
Default I am also interested in this p
  #2
Senior Member
 
Srinath Madhavan (a.k.a pUl|)
Join Date: Mar 2009
Location: Edmonton, AB, Canada
Posts: 703
Rep Power: 21
msrinath80 is on a distinguished road
I am also interested in this paper. I would appreciate if someone can send it to me as well. Thanks.
msrinath80 is offline   Reply With Quote

Old   December 10, 2007, 02:43
Default I'm also interested! Has anybo
  #3
Member
 
sradl's Avatar
 
Stefan Radl
Join Date: Mar 2009
Location: Graz, Austria
Posts: 82
Rep Power: 18
sradl is on a distinguished road
I'm also interested! Has anybody at least an abstract?!?
sradl is offline   Reply With Quote

Old   December 10, 2007, 03:30
Default Me, too! I'm also interested i
  #4
Senior Member
 
Holger Marschall
Join Date: Mar 2009
Location: Darmstadt, Germany
Posts: 125
Rep Power: 19
holger_marschall is on a distinguished road
Send a message via Skype™ to holger_marschall
Me, too! I'm also interested in that paper.
__________________
Holger Marschall
web: http://www.holger-marschall.info
mail: holgermarschall@yahoo.de
holger_marschall is offline   Reply With Quote

Old   December 11, 2007, 03:41
Default Same applies to me! I would ap
  #5
New Member
 
mediode
Join Date: Mar 2009
Posts: 27
Rep Power: 17
mediode is on a distinguished road
Same applies to me! I would apreciate receiving the paper.
G
m.
mediode is offline   Reply With Quote

Old   December 11, 2007, 05:19
Default The entire proceeding, includi
  #6
Senior Member
 
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21
eugene is on a distinguished road
The entire proceeding, including presentations, should be available from the conference website in a few weeks time.
eugene is offline   Reply With Quote

Old   December 12, 2007, 09:25
Default Hi, I am glad to see that you
  #7
shu
New Member
 
Bitan SHU
Join Date: Mar 2009
Posts: 14
Rep Power: 17
shu is on a distinguished road
Hi,
I am glad to see that you are also interested in the LSM. If anyone wants the paper, please drop me an e-mail.

Regards,
Bitan Shu
shu is offline   Reply With Quote

Old   November 3, 2008, 10:23
Default I currently try to implement a
  #8
Member
 
Matthias Kern
Join Date: Mar 2009
Location: Karlsruhe, Germany
Posts: 36
Rep Power: 17
make is on a distinguished road
I currently try to implement a level-set equation into OpenFOAM for a simulation of flame propagation.
As I see Bitan probably used a structured grid for the gradient calculation within the reinitialization of the distance function and implemented an own discretization scheme for the gradients (WENO).

Can anybody give me a hint how I could deal with the reinitialization of the distance function on an arbitrary unstructured mesh?

My Problem is as follows:
During the transport equation step I actually solve as first test the simple equation

fvm::div(phi,gmean) == 0

In a second reinitialization step I have to solve the equation mag(grad(gmean)) == 1 for all regions where gmean!=0 to reinitialize the distance function.

My problems is now that I use zeroGradient for the boundary conditions of gmean during the transport equation step which is not valid for the reinitialization. How can I deal with the patch gradients in that case? Has anybody done anything similar?

regards,
Matthias
make is offline   Reply With Quote

Old   November 3, 2008, 20:17
Default Yes, I have done level set. M
  #9
Senior Member
 
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,905
Rep Power: 33
hjasak will become famous soon enough
Yes, I have done level set. Make two fields, with different boundary conditions. Run the normal solver on the first, reinitialisation on the second and copy the result.

Enjoy,

Hrv
wenxu likes this.
__________________
Hrvoje Jasak
Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk
hjasak is offline   Reply With Quote

Old   November 4, 2008, 03:12
Default Hrv, thanks a lot for your qui
  #10
Member
 
Matthias Kern
Join Date: Mar 2009
Location: Karlsruhe, Germany
Posts: 36
Rep Power: 17
make is on a distinguished road
Hrv, thanks a lot for your quick reply.
Yes your idea is straight forward.
Can you give me a last hint? Is there a boundary condition already implemented which will fit for the reinitialisation? Cause I need neither fixedGradient nor zeroGradient, it would be a kind of fixedMagGrad, wouldn't it.

greetings,
Matthias
make is offline   Reply With Quote

Old   November 6, 2008, 05:59
Default Has anybody a hint for me, how
  #11
Member
 
Matthias Kern
Join Date: Mar 2009
Location: Karlsruhe, Germany
Posts: 36
Rep Power: 17
make is on a distinguished road
Has anybody a hint for me, how to deal with the boundary condition during the reinitialization of the level-set function?

I would be very grateful,
Matthias
make is offline   Reply With Quote

Old   November 11, 2008, 04:22
Default Would anybody like to send me
  #12
New Member
 
Bao, Kai
Join Date: Mar 2009
Posts: 5
Rep Power: 17
paean is on a distinguished road
Would anybody like to send me a copy of the level set paper with OpenFoam by Bitan SHU?

My email is PaeanBall (AT) gmail.com.

Thank you very much.

Best Regards,
Bao Kai
paean is offline   Reply With Quote

Old   November 12, 2008, 03:51
Default The paper has been received, t
  #13
New Member
 
Bao, Kai
Join Date: Mar 2009
Posts: 5
Rep Power: 17
paean is on a distinguished road
The paper has been received, thanks a lot.
paean is offline   Reply With Quote

Old   November 12, 2008, 04:23
Default Dear Bitan, I am also interes
  #14
New Member
 
nicasch
Join Date: Mar 2009
Posts: 23
Rep Power: 17
nicasch is on a distinguished road
Dear Bitan,
I am also interested in your implementation, it would be great if you could send me your manuscript.
Thanks a lot!

nicasch@gmail.com
nicasch is offline   Reply With Quote

Old   November 12, 2008, 05:05
Default Dear Bitan, I'm interest to
  #15
Member
 
norman1981's Avatar
 
Norman Del Puppo
Join Date: Mar 2009
Location: Hinwil, CH
Posts: 57
Rep Power: 17
norman1981 is on a distinguished road
Dear Bitan,

I'm interest to this paper too!
I think this will become a long list... ;-)

This is my email address:

ndelpuppo@units.it

Thanks a lot!

Norman
norman1981 is offline   Reply With Quote

Old   November 12, 2008, 05:37
Default Dear Bitan, I would love th
  #16
erik023
Guest
 
Posts: n/a
Dear Bitan,

I would love the paper as well!

could you please send to erik.ekedahl(at)gmail.com

thanks a lot!
Erik
  Reply With Quote

Old   June 18, 2009, 02:22
Default
  #17
Senior Member
 
isabel
Join Date: Apr 2009
Location: Spain
Posts: 171
Rep Power: 16
isabel is on a distinguished road
I am interested in the paper too

lamasgaldo@yahoo.es
isabel is offline   Reply With Quote

Old   July 7, 2009, 08:27
Default
  #18
Senior Member
 
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 334
Rep Power: 18
phsieh2005 is on a distinguished road
Hi,

I am wondering if anyone here has successfully implemented Level Set into OpenFOAM and is willing to share the code?

Pei
phsieh2005 is offline   Reply With Quote

Old   July 7, 2009, 13:43
Default
  #19
Senior Member
 
isabel
Join Date: Apr 2009
Location: Spain
Posts: 171
Rep Power: 16
isabel is on a distinguished road
Look for Shu, Stephan papers. They implemented the code in OpenFOAM
Dhir too, but not in OpenFOAM.
isabel is offline   Reply With Quote

Old   July 29, 2009, 12:19
Default
  #20
Member
 
matteo lombardi
Join Date: Apr 2009
Posts: 67
Rep Power: 16
matteoL is on a distinguished road
Hello,
has anyone managed to implement the level set formulation as proposed in the paper by shu?

1)In particular, have you managed to implement the the gradient term (eq (11-12)) for the reinitialization procedures?

2)and also, I have some strange velocity pressure peaks at the interface whenevr the interface change cell, has anyone had the same issue?any solution?
The error come sprobably to some non smoothnes of the rhoPhi term, or nu but I can't solve it..(yes, i applied smoothing as suggested..)

Thanks,
Matteo
matteoL 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
setting of level set method as initial condition sooroo3 FLUENT 4 July 31, 2018 04:20
calculating Normal vector in level set method amir2920 Main CFD Forum 1 July 21, 2009 07:25
Level set vs VOF steve Main CFD Forum 11 September 16, 2008 00:22
level set for multi-fluids system? Pei-Ying Hsieh Main CFD Forum 1 July 19, 2000 16:42
level set method with TVD scheme? zhanglei Main CFD Forum 1 April 25, 2000 14:01


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