Hele Shaw Cell Experiment

Numerically simulate 2D Lennard-Jones Fluid using Fortran

Hele-Shaw Cell Experiment

1. Experiment Setup

2. Binary Every Frame and Reducing Noise

3. Calculate Area and Perimeter

4. Calculate the Length of Fingers

5. Calculate Injection Rate and Growth of Fingers

6. Fractal Dimension

Distance Dimension
0.0 1.8312
0.11 1.8603
0.16 1.8746
0.24 1.9081

7. Another Way to Calculate Fractal Dimension

Distance Dimension(1) Dimension(2)
0.0 1.8312 1.87355
0.11 1.8603 2.21685
0.16 1.8746 3.01599
0.24 1.9081 1.91585

8. Hele-Shaw Cell in Polar Coordinate

9. Number of Fingers and Difficulty

We try to use the result that we transform the experiment data to polar coordinate and calculate the number of finger with changing of time. Firstly, we try to find the slope where it is zero, but it didn’t get the accurate result from experiment. And then we try different method also want to calculate the number of fingers, but we didn’t success. The main reason is that the data are not continuous. So I think the next thing we need to do is use cubic spline method to make the data more smooth.

10. Additional Resources