CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Programming & Development (https://www.cfd-online.com/Forums/openfoam-programming-development/)
-   -   Looking for paper "Implementation of level set method ..." by Bitan Shu, et al (https://www.cfd-online.com/Forums/openfoam-programming-development/60742-looking-paper-implementation-level-set-method-bitan-shu-et-al.html)

asaha December 8, 2007 15:40

Looking for paper "Implementation of level set method ..." by Bitan Shu, et al
 
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.

msrinath80 December 8, 2007 18:09

I am also interested in this p
 
I am also interested in this paper. I would appreciate if someone can send it to me as well. Thanks.

sradl December 10, 2007 02:43

I'm also interested! Has anybo
 
I'm also interested! Has anybody at least an abstract?!?

holger_marschall December 10, 2007 03:30

Me, too! I'm also interested i
 
Me, too! I'm also interested in that paper.

mediode December 11, 2007 03:41

Same applies to me! I would ap
 
Same applies to me! I would apreciate receiving the paper.
G
m.

eugene December 11, 2007 05:19

The entire proceeding, includi
 
The entire proceeding, including presentations, should be available from the conference website in a few weeks time.

shu December 12, 2007 09:25

Hi, I am glad to see that you
 
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

make November 3, 2008 10:23

I currently try to implement a
 
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

hjasak November 3, 2008 20:17

Yes, I have done level set. M
 
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

make November 4, 2008 03:12

Hrv, thanks a lot for your qui
 
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 November 6, 2008 05:59

Has anybody a hint for me, how
 
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

paean November 11, 2008 04:22

Would anybody like to send me
 
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 November 12, 2008 03:51

The paper has been received, t
 
The paper has been received, thanks a lot.

nicasch November 12, 2008 04:23

Dear Bitan, I am also interes
 
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

norman1981 November 12, 2008 05:05

Dear Bitan, I'm interest to
 
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

erik023 November 12, 2008 05:37

Dear Bitan, I would love th
 
Dear Bitan,

I would love the paper as well!

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

thanks a lot!
Erik

isabel June 18, 2009 02:22

I am interested in the paper too

lamasgaldo@yahoo.es

phsieh2005 July 7, 2009 08:27

Hi,

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

Pei

isabel July 7, 2009 13:43

Look for Shu, Stephan papers. They implemented the code in OpenFOAM
Dhir too, but not in OpenFOAM.

matteoL July 29, 2009 12:19

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

Ingenierias2003 April 5, 2010 16:27

Dear Professor Hjasak
 
My name is Javier Basurco I am doing my PhD in Mechanical Engineering in Rio de Janeiro. I am working with modeling of slug flow of air - water two - phase flow. I am using Fluent to simulate this pattern. When I know the OpenFOAM I stay very intersted in about the software. In the first moment I am compare my solution from fluent to OpenFOAM with VOF method my next step is implement a level set method to compared which method reconstructed better the interface.
I woul like to advice in this way, I really appreciated your advice to programming.

Thanks for the pacience
Respectfully
Javier Basurco

Quote:

Originally Posted by hjasak (Post 204140)
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


g.redondo April 8, 2010 10:29

May I ask for the paper as well?
 
May I ask for the paper as well?

Regards,

Gonzalo

gwierink April 9, 2010 05:42

Hi Gonzalo,

You can get the paper from the Open Source CFD 2007 conference proceedings here. Are you working/planning to work with level set? I am tying to develop some bubble model with it ... but is work in progress :) ...

g.redondo April 9, 2010 06:02

Actually not yet, just gathering info :)

ak2009 April 29, 2010 12:36

paper
 
Hi...

I am using level set method to study the interface behavior in two phas flows (surface aeration).

I came across the link to below paper by Bitan Shu. Would it be possible to refer to this paper ?

Implementation of level set method based on OpenFOAM for Capturing the free interface in incompressible fluid flows

my email address is akforu2000@yahoo.co.in

gwierink April 30, 2010 04:19

Hi ak2009,

Quote:

Would it be possible to refer to this paper ?
Ehm, of course ... What is your question really?
Just follow the link above in my post.

ak2009 April 30, 2010 04:37

paper
 
Thanks Gijs,

I checked the link. However could not download it due to some internet problems.

Can you send the soft copy.

My email address is akforu2000@yahoo.co.in


Thanks
Ajit

gwierink April 30, 2010 07:57

Hi Ajit,

Quote:

Can you send the soft copy.
Sure, I'll send it right away :).

ak2009 May 1, 2010 06:09

paper
 
Thanks Gijsbert.

Received both the article and ppt.

Thanks
Ajit

ishancd December 6, 2011 10:54

level set with VOF MODEL fluent
 
Am currently working with the motion of a single bubble in a flowing fluid. I didnt understand what you said in youre comment about re-initialization and running the solver seperately for the second one. I am relatively new in fluent and am having trouble how to couple the level set function with VOF model. Can you take some time out and provide me with a step by step process (or a tutorial ) on how to do that ? Will be grateful.My email address is ishancd@yahoo.com

kathrin_kissling December 7, 2011 03:02

ishan,

this is OpenFOAM not Fluent.

But for coupling level-set and vof read the articles of sussman, and the ones which reference him! Theres a lot out there.

Best

Kathrin

Friederike November 4, 2013 15:40

Hallo Matthias,
did you find out what BC's need to be set? If so could you give me a hint?
Friederike

marco.espinoza April 16, 2015 04:20

Inplementation of Level Set
 
Hello,

I am very new in OpenFoam and I am working in the implementation of Level Set in interFoam solver. I created the fields necessaries for the method; however, I don't understand how I can initialize the level set function. Can help me? I am reading Implementation of the Level Set Method into OpenFOAM for captiring the Free Interface in Incompressible Fluid Flows by Bitan Shu.

Thank you

Friederike April 16, 2015 07:35

Hey Marco,
initializing the level-set-function can be done by using the application funkySetFields which is part of swak4foam.
https://openfoamwiki.net/index.php/Contrib/swak4Foam
Best regards
Friederike

wenxu July 12, 2015 09:09

Could anyone in this thread send Bitan's paper to me? Thank you in advance!
981588592@qq.com

regards,
Wen Xu

wenxu July 15, 2015 09:01

Hi, Gijsbert.

Could you send the paper to me? Thank you very much!!!

Best regards,
Wen

gwierink July 15, 2015 09:26

Hi Wen,

Sorry, can't find the article. I guess the best would be to ask Bitan Shu personally: http://www.tecies.de

wenxu July 15, 2015 09:38

Thank you for the link!

regards,
wen

moblimostafa July 31, 2015 10:13

field intialization for level set
 
Hello,

Is there anybody who have successfully implemented Level Set in OpenFoam? I have some questions about the implementation.
How Should I initialize the field? I have read that I can do this with funkySetFields but I couldn't figure out how to initialize the field as a signed distance function from the interface.
I also have some questions about the flux calculations.

Thanks for your reply in advance

wenxu August 1, 2015 21:03

Could you tell me how you reinitialize the level set field?

regards,
Wen


All times are GMT -4. The time now is 09:53.