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

Level set method---reinitiallization and boundary conditions

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 4, 2015, 04:56
Default Level set method---reinitiallization and boundary conditions
  #1
Senior Member
 
Freedom
Join Date: May 2014
Posts: 209
Rep Power: 13
wenxu is on a distinguished road
Hello, friends,

Now I use level set method to simulate the premixed flame. However, I encounter two problems as follows,
  1. About the reinitiallization process : I use Sussman's method (1994) to reinitialize the level set field to enforce the level set to sign distance function. I solve the reinitialization equation using the level set field as the initial field and then impose this reinitialized level set field to the initial level set field.
  2. About the boundary conditions for level set equation and reinitialization equation. I use zeroGradient boundary condition for both fields and for all of the patches. But I privately think that the fixedGradient boundary condition should be implemented to the reinitialization equation. Because the sign distance function should be satisfied.
PS: The initial level set field is initialized with the funkySetFields tool to meet the sign distance function.

I am not sure whether the methods described above are right. But the problem is that the zero level set surface does not move a little!!!!

Could anyone give me some suggestions? Many thanks. Every idea is appreciated!

Best,
Wen
wenxu is offline   Reply With Quote

Old   September 13, 2015, 23:02
Default
  #2
Senior Member
 
Freedom
Join Date: May 2014
Posts: 209
Rep Power: 13
wenxu is on a distinguished road
Now I figure it out that if I do not use the reinitialization step, the zero level set does can capture the flame front at the first times. However, the front will biased as the time proceeds.

When the initialization step is implemented into the level set process, the zero level set moves with a irregular routine. The reinitialization step code is as follows:
Quote:
fvScalarMatrix GReinitialEqn
(
fvm::ddt(GEReinitial)
==
signG0*(scalar(1.) - mag(fvc::grad(GEReinitial))*dimChange1)*dimChange2
);

GReinitialEqn.solve(mesh.solver("GRe"));
Any one could give me some hints what's wrong with the reinitialization step?

Thank you in advance!

Best regards,
Wen
wenxu is offline   Reply With Quote

Old   February 28, 2018, 11:43
Default 0 level set
  #3
cyw
Member
 
Yuanwei Cao
Join Date: Jun 2017
Location: Munich,Germany
Posts: 54
Rep Power: 9
cyw is on a distinguished road
Quote:
Originally Posted by wenxu View Post
Now I figure it out that if I do not use the reinitialization step, the zero level set does can capture the flame front at the first times. However, the front will biased as the time proceeds.

When the initialization step is implemented into the level set process, the zero level set moves with a irregular routine. The reinitialization step code is as follows:

Any one could give me some hints what's wrong with the reinitialization step?

Thank you in advance!

Best regards,
Wen
It is a long time. May I ask you how to use funkySetFields to initialize the yero level set?

Best Regards
CYW
cyw 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



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