|
[Sponsors] |
Level Set Method and Immersed Interface Method |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 7, 2017, 03:37 |
Level Set Method and Immersed Interface Method
|
#1 |
Member
Jun
Join Date: Nov 2015
Posts: 57
Rep Power: 11 |
Dear all,
I am a master course student who is currently doing research using Immersed Interface Method and Level Set Method. Now, I am trying to represent my surface with signed distance function. I can calculate the minimum distance easily, but I don't know how to determine whether the grid point is inside or outside of the surface. I have searched about the method but usually they gave me a simple example like circle which can be represented with exact function. Specifically, I want to know how to get the initial level set function with discrete surface control points. Is there anyone who can help me? Jun |
|
August 5, 2017, 12:48 |
|
#2 |
Senior Member
Join Date: Aug 2011
Posts: 272
Rep Power: 16 |
Hi,
In the level set method the distance function is a signed function. If it is positive you are in fluid 1 (inside the surface), if it is negative you are in fluid 2 (outside the surface). Of course it depends on the way you initialized this function according what is for you inside or outside or (fluid1 or fluid 2). Leflix |
|
August 5, 2017, 13:31 |
|
#3 |
Senior Member
|
There is a variety of methods. The basic one uses raytracing, but you need a smart data structure for your surface. What method do you use for your distance calculation? There are chances that you can use that with a simple check to also determine the side.
|
|
Tags |
level set method |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
On the immersed boundary method | sbaffini | Main CFD Forum | 31 | December 5, 2019 05:39 |
implementation of the Immersed Boundary Method | mi_cfd | Main CFD Forum | 19 | April 24, 2019 02:24 |
[ImmersedBoundary] Immersed Boundary Method | DoQuocVu | OpenFOAM Community Contributions | 11 | July 13, 2018 10:36 |
On the alpha Eqn of VOF method when using Immersed boundary method in OpenFOAM | keepfit | OpenFOAM | 4 | January 31, 2014 15:32 |
smoothed interface capturing method: compressible. | jinwon | Main CFD Forum | 0 | May 14, 2007 01:20 |