SlideShare a Scribd company logo
Interface problems Expanding interface problem Shrinking interface problem
Modeling and Computation of Moving Interface
Problems
Shuwang Li 1
1
Applied Math Dept., Illinois Institute of Technology, Chicago
CISC Lunchtime Matchmaking Seminar
October 18, 2017
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
1 Interface problems
2 Expanding interface problem
Classical Hele-Shaw problem
Numerical Methods
Numerical Results
3 Shrinking interface problem
Modified Hele-Shaw problem with lifting plate
Numerical Results
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Interface problems in physical/biological sciences
Moving boundary/interface problems: boundary value problems defined
in a domain whose boundary is a priori unknown and evolving with time;
interface separating different domains.
Examples: multiphase flow in fluids; phase transformations in materials
including crystal growth (solid/liquid), epitaxial thin film growth
(solid/vapor), and elastic precipitate growth/shrink (solid/solid); tumor
growth, bio-membrane, and pattern formation via diffusion in
bio-systems; fluid-structure interactions;
Central question: dynamical stability of the interface
What I can help: modeling and computation (numerics); understand
dynamics and instabilities...
What you can help: new problems; experimental verifications;
interpretations...
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Computational challenges due to expanding/shrinking
Key questions besides solving PDEs: identify the interface and evolve
the interface (front tracking/level set/phase field). Consider a simple
interface: a sphere or a circle driven by an injection flux (growth) or
extraction flux (shrinkage)
Evolving Velocity
3D:
d(volume : 4πR3
(t)/3)
dt
= J, i.e. interface velocity:
dR(t)
dt
=
J
πR2(t)
2D:
d(area : πR2
(t))
dt
= J, i.e. interface velocity:
dR(t)
dt
=
J
πR(t)
Challenges for expanding and shrinking interfaces (open
non-equilibrium system):
slow dynamics for the growth problem (R increase); need to
increase resolution;
fast dynamics for the shrinking problem (R decrease); need to
reduce resolution.
From a computational point of view, we want to: speed up the slow
dynamics for expanding interface or slow down the fast dynamics for
shrinking interface without changing the real physics.
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Example: Hele-Shaw and expanding viscous fingering
Hele-Shaw problem is a classical example for studying the interface
dynamics. Application: oil recovery in petroleum engineering, natural
gas storage.
Saffman-Taylor instability (fingering pattern) occurs when less viscous
fluid is injected into existing viscous fluid.
blue: air
white: oil
Pressure jump at the interface is given by the Laplace-Young condition.
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Governing Equations (air-oil system)
Differential equations (exterior problem):
2
P = 0, x ∈ ΩL
V = − P · n, x ∈ Σ(t)
Pin − Pout = τκ, x ∈ Σ(t)
Σ
∂P
∂n
ds = J(t)
Interface evolution:
dx
dt
· n = V(x), x ∈ Σ(t).
Linear Stability (Mullins-Sekerka, 1963; Saffman-Taylor, 1958).
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Rescaling
The Idea
isolate morphological change from overall growth by mapping onto a new
time and space: (x, t) → (¯x,¯t), i.e. scale out the growth: R(t(¯t)) = ¯R(¯t).
x(α, t) = ¯R(¯t)¯x(α,¯t), ¯t =
t
0
1
ρ(t )
dt .
Integrable ¯ρ(¯t) = ρ(t(¯t)) > 0
speed up or slow down
adaptive
The normal velocity in the rescaled frame ¯V,
¯V(¯t) =
¯ρ
¯R
V(t(¯t)) −
¯x · n
¯R
d ¯R
d¯t
Set
d ¯A
d¯t
= 0,
¯Σ(¯t)
¯Vd¯s = 0 →
d ¯R
d¯t
=
π¯ρ¯J
¯A(0)¯R
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Rescaling contd.
Take ¯ρe =
¯A(0)¯R2
(¯t)
π¯J
, then ¯R(¯t) = exp(¯t), i.e. exponential growth.
Take ¯ρl = b
log(a)(a+b¯t)
¯A(0)
π¯J
¯R, then ¯R(¯t) = log(a+b¯t)
log(a)
, i.e. logarithmic growth.
If you want to use the boundary integral method, the rescaled integral
form for ¯ρe case
¯µ(¯x) −
1
π ¯Σ(¯t)
¯µ(¯x )[
∂ ln |¯x − ¯x |
∂n(¯x )
+ ¯R(¯t)]d¯s(¯x ) = 2τ ¯κ
+ 2¯R(¯t)¯J(ln(¯R(¯t)) + ln |¯x|).
The normal velocity in scaled frame ¯V is given by,
¯V(¯x) =
¯A
2π2¯J
(
1
¯R ¯Σ
¯µ¯s
(¯x − ¯x)⊥
· ¯n(¯s)
|¯x − ¯x|2
d¯s + 2π¯J
¯x · ¯n
|¯x|2
) − ¯x · ¯n,
where ¯x⊥
= (¯y, −¯x). We evolve the interface in the scaled frame
d ¯x(¯t, s)
d¯t
· ¯n = ¯V(¯t, s).
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Critics and Suggestions (exponential fast growth)
Good: ∆¯t is fixed, while equivalent ∆t in the original frame is increasing.
Bad: fast growth requires small time step for numerical stability (a waste
of CPU time at the early growth stage when the interface size is small.)
Ugly (Adaptive): Choose the time scale to be (1) a log function when R
is small; (2) an exponential function when R is large.
0 10 20 30 40 50 60
10
−4
10
−3
10
−2
10
−1
10
0
R
∆t
ρe
ρ
s
original
Figure: shows the corresponding time step in the original real frame.
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Adaptive scaling function
Logarithmic scaling at small R(t)
ρl =
b
log(a)(a + b¯t)
¯A(0)
π¯J
¯R,
¯R =
log(a + b¯t)
log(a)
t =
¯A(0)
2 log2
(a)π¯J
(log2
(a + b¯t)
− log2
(a)),
¯Vl =
b¯A(0)
log(a)(a + b¯t)π¯J ¯R
(
1
2π ¯R ¯Σ
¯µ¯s
(¯x − ¯x)⊥ · ¯n(¯x)
|¯x − ¯x|2
d¯s
+¯J
¯x · ¯n
|¯x|2
)
−
b
log(a)(a + b¯t)¯R
¯x · ¯n.
Switch back to exponential at large R(t)
Switch at ¯t = ¯t0 with ¯R = ¯R0
ρe = c ¯R2
,
¯R = ¯R0 exp(c(¯t − ¯t0)),
t =
R2
0
¯A(0)
2π¯J
(exp(2c(¯t − ¯t0)) − 1)
+
¯A(0)
2π¯J
(¯R2
0 − 1), ¯t ≥ ¯t0,
¯Ve = c(
1
2π ¯R ¯Σ
¯µ¯s
(¯x − ¯x)⊥ · ¯n(¯x)
|¯x − ¯x|2
d¯s
+¯J
¯x · ¯n
|¯x|2
) −
π¯Jc
¯A(0)
¯x · ¯n.
where c =
b¯A(0)
log(a)(a + b¯t0)πJ ¯R0
and
¯R0 =
log(a + b¯t0)
log(a)
is the space scaling factor at
¯t0.
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Adaptive scaling function contd.
Combined Scaling Function
ρs =
b
log(a)
¯A(0)
π¯J
¯R2
(
1
a¯R ¯R
logarithmic part
+
1
a¯R0 ¯R0
exponential part
)
¯Vs =
b¯A(0)
log(a)π¯J
(
1
a¯R ¯R
+
1
aR0 R0
)
(
1
2π ¯R ¯Σ
¯µ¯s
(¯x − ¯x)⊥
· ¯n(¯x)
|¯x − ¯x|2
d¯s
+¯J
¯x · ¯n
|¯x|2
−
π¯J
¯A(0)
¯x · ¯n)
= ¯Vl + ¯Ve.
0 10 20 30 40 50 60
10
0
10
1
10
2
10
3
10
4
R
ρ
ρ
l
ρ
e
ρ
s
R
0
=11
[a]
0 10 20 30 40 50 60
10
1
10
2
10
3
10
4
10
5
10
6
R
CPUtime
ρ
e
ρ
s
[b]
Figure: [a] Relation between the time
scaling function ρ and the radius R. [b]
shows the CPU time to different
scaling factor ρ.Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Efficiency of adaptive scaling function
0 50 100 150
10
−1
10
0
10
1
10
2
10
3
10
4
R
currenttimeT
−10 0 10
−10
0
10
1994, T=45, R=9.41
−50 0 50
−50
0
50
2006, T=500, R=31.62
−100 0 100
−100
0
100
2007, T=2300, R=65.52
−200 0 200
−200
0
200
2016, T=7514, R=122
(40 mins)
(7.9 hours)
(1.09 days)
1994 Hou et al.
50 days
2007 Li et al.
21 days 5.8 days
2016 Zhao et al.
2006 Fast et al.
50 days
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Example: Hele-Shaw and shrinking viscous fingering
Shrinking interface: (1) Hele-Shaw cell with suction has singularity at the
sink; (2) Hele-Shaw cell with time dependent gap has no singularity.
The interior region Ω is oil with viscosity µ.The exterior region is air. ∂Ω
represents the interface. The time dependent gap is b(t). The normal n
is pointing inward.
Air pushes oil from the exterior instead of from the interior for the
expanding fingering problem. This is an interior problem.
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Governing equations
Equations in the viscous fluid domain
u = −
b2
(t)
12µ
P in Ω, (1)
· u = −
˙b(t)
b(t)
in Ω, (2)
[P]t = σκ on ∂Ω, (3)
V = −
b2
(t)
12µ
∂P
∂n
on ∂Ω. (4)
Eq. (1) follows from the Darcy’s law, where u is the velocity, P is the
pressure, b(t) is the time dependent gap, and µ is the viscosity of oil.
Eq. (2) specifies the incompressible fluid with conserved volume. ˙b(t) is
the time derivative of b(t), which is the lifting speed.
Eq. (3) is the Laplace-Young condition given by the product of surface
tension σ and the curvature κ of the interface.
Eq. (4) expresses the normal velocity V and n is the unit inward normal.
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Comparison with experiment
Experiment: τ = 9.6 × 10−6
and b(t) = 1 + t from Nase et al. physical
of fluid (2011). Use random initial shape in simulations.
0 5 10 15
10
0
10
1
10
2
t
numberoffingers
experiment
simulation
ψ= −0.13
[a] [b]
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
Interface problems Expanding interface problem Shrinking interface problem
Fission with exponential gap
(x2
+ y2
)2
= 20x2
3
+ 20y2
5
, b(t) = exp(t) ⇒ ¯b(¯t) = 1 + 0.5¯t; N = 16, 384,
∆¯t = 1E − 4 and τ = 2E − 5.
Show a movie...
Acknowledgement: NSF-DMS
Thank you for your attention...
Modeling and Computation of Moving Interface Problems Shuwang Li, IIT

More Related Content

PDF
FPDE presentation
PDF
B. Dragovich: On Modified Gravity and Cosmology
PDF
MODELING OF REDISTRIBUTION OF INFUSED DOPANT IN A MULTILAYER STRUCTURE DOPANT...
PDF
D04302031042
PDF
Introduction to Bayesian Inference
PDF
The Queue Length of a GI M 1 Queue with Set Up Period and Bernoulli Working V...
PDF
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...
FPDE presentation
B. Dragovich: On Modified Gravity and Cosmology
MODELING OF REDISTRIBUTION OF INFUSED DOPANT IN A MULTILAYER STRUCTURE DOPANT...
D04302031042
Introduction to Bayesian Inference
The Queue Length of a GI M 1 Queue with Set Up Period and Bernoulli Working V...
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...

What's hot (18)

PDF
TSU Seminar, JNCASR, March 2016
PDF
Solved sample-paper4
PDF
11.vibrational characteristics of visco elstic plate with varying thickness
PDF
New Families of Odd Harmonious Graphs
PDF
On prognozisys of manufacturing doublebase
PPTX
Lecture 6-1543909797
PDF
Ob2422972301
PDF
On prognozisys of manufacturing double base
PDF
A novel numerical approach for odd higher order boundary value problems
PDF
Positive and negative solutions of a boundary value problem for a fractional ...
PDF
Special Products and Factoring , Rational Algebraic Expressions Concept Map
PDF
SHA1 weakness
PDF
Introduction to second gradient theory of elasticity - Arjun Narayanan
PDF
Lecture 3: Stochastic Hydrology
PDF
E-Cordial Labeling of Some Mirror Graphs
PDF
Theory overview of flow measurement using differential pressure device
PDF
Exact Solutions for MHD Flow of a Viscoelastic Fluid with the Fractional Bur...
PDF
FURTHER RESULTS ON ODD HARMONIOUS GRAPHS
TSU Seminar, JNCASR, March 2016
Solved sample-paper4
11.vibrational characteristics of visco elstic plate with varying thickness
New Families of Odd Harmonious Graphs
On prognozisys of manufacturing doublebase
Lecture 6-1543909797
Ob2422972301
On prognozisys of manufacturing double base
A novel numerical approach for odd higher order boundary value problems
Positive and negative solutions of a boundary value problem for a fractional ...
Special Products and Factoring , Rational Algebraic Expressions Concept Map
SHA1 weakness
Introduction to second gradient theory of elasticity - Arjun Narayanan
Lecture 3: Stochastic Hydrology
E-Cordial Labeling of Some Mirror Graphs
Theory overview of flow measurement using differential pressure device
Exact Solutions for MHD Flow of a Viscoelastic Fluid with the Fractional Bur...
FURTHER RESULTS ON ODD HARMONIOUS GRAPHS
Ad

Similar to Shuwang Li Moving Interface Modeling and Computation (20)

PDF
Using blurred images to assess damage in bridge structures?
PDF
optimal solution method of integro-differential equaitions under laplace tran...
PPT
PDF
Presentation
PPT
Conference ppt
PDF
Dr. Amir Nejat
PDF
25 johnarry tonye ngoji 250-263
PDF
Solutions for Exercises in Fluid Mechanics, 8th Edition, SI Version by Fox an...
PDF
On Approach to Increase Integration Rate of Elements of a Switched-capacitor ...
PDF
PDF
presentation
PPT
Laplace transforms
PDF
GDQ SIMULATION FOR FLOW AND HEAT TRANSFER OF A NANOFLUID OVER A NONLINEARLY S...
PDF
An Efficient Boundary Integral Method for Stiff Fluid Interface Problems
PDF
SIAM - Minisymposium on Guaranteed numerical algorithms
PDF
IRJET- Analytic Evaluation of the Head Injury Criterion (HIC) within the Fram...
PDF
Fo ode-1
PPT
Stationary Incompressible Viscous Flow Analysis by a Domain Decomposition Method
PDF
reservoir-modeling-using-matlab-the-matalb-reservoir-simulation-toolbox-mrst.pdf
PDF
Decrease hysteresis for Shape Memory Alloys
Using blurred images to assess damage in bridge structures?
optimal solution method of integro-differential equaitions under laplace tran...
Presentation
Conference ppt
Dr. Amir Nejat
25 johnarry tonye ngoji 250-263
Solutions for Exercises in Fluid Mechanics, 8th Edition, SI Version by Fox an...
On Approach to Increase Integration Rate of Elements of a Switched-capacitor ...
presentation
Laplace transforms
GDQ SIMULATION FOR FLOW AND HEAT TRANSFER OF A NANOFLUID OVER A NONLINEARLY S...
An Efficient Boundary Integral Method for Stiff Fluid Interface Problems
SIAM - Minisymposium on Guaranteed numerical algorithms
IRJET- Analytic Evaluation of the Head Injury Criterion (HIC) within the Fram...
Fo ode-1
Stationary Incompressible Viscous Flow Analysis by a Domain Decomposition Method
reservoir-modeling-using-matlab-the-matalb-reservoir-simulation-toolbox-mrst.pdf
Decrease hysteresis for Shape Memory Alloys
Ad

More from SciCompIIT (9)

PDF
Lois Curfman McInnes Exascale CISC Lecture Jan 2018
PDF
Wereszczynski Molecular Dynamics
PDF
Dixon Deep Learning
PDF
Chun Liu Energetic Variational Intro
PDF
Xian He Sun Data-Centric Into
PDF
David Minh Brief Stories 2017 Sept
PDF
XSEDE April 2017
PPTX
GridIIT Open Science Grid
PDF
CISC Introduction
Lois Curfman McInnes Exascale CISC Lecture Jan 2018
Wereszczynski Molecular Dynamics
Dixon Deep Learning
Chun Liu Energetic Variational Intro
Xian He Sun Data-Centric Into
David Minh Brief Stories 2017 Sept
XSEDE April 2017
GridIIT Open Science Grid
CISC Introduction

Recently uploaded (20)

PDF
Formation of Supersonic Turbulence in the Primordial Star-forming Cloud
PPTX
Cell Membrane: Structure, Composition & Functions
PPTX
Introduction to Fisheries Biotechnology_Lesson 1.pptx
PPTX
Protein & Amino Acid Structures Levels of protein structure (primary, seconda...
PPT
The World of Physical Science, • Labs: Safety Simulation, Measurement Practice
PDF
ELS_Q1_Module-11_Formation-of-Rock-Layers_v2.pdf
PPTX
ECG_Course_Presentation د.محمد صقران ppt
PDF
Sciences of Europe No 170 (2025)
PPTX
ANEMIA WITH LEUKOPENIA MDS 07_25.pptx htggtftgt fredrctvg
PDF
An interstellar mission to test astrophysical black holes
PPTX
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
PPT
POSITIONING IN OPERATION THEATRE ROOM.ppt
PDF
AlphaEarth Foundations and the Satellite Embedding dataset
PPTX
Introduction to Cardiovascular system_structure and functions-1
PPTX
7. General Toxicologyfor clinical phrmacy.pptx
PPTX
ognitive-behavioral therapy, mindfulness-based approaches, coping skills trai...
PPTX
INTRODUCTION TO EVS | Concept of sustainability
PPTX
2Systematics of Living Organisms t-.pptx
PPT
protein biochemistry.ppt for university classes
PDF
HPLC-PPT.docx high performance liquid chromatography
Formation of Supersonic Turbulence in the Primordial Star-forming Cloud
Cell Membrane: Structure, Composition & Functions
Introduction to Fisheries Biotechnology_Lesson 1.pptx
Protein & Amino Acid Structures Levels of protein structure (primary, seconda...
The World of Physical Science, • Labs: Safety Simulation, Measurement Practice
ELS_Q1_Module-11_Formation-of-Rock-Layers_v2.pdf
ECG_Course_Presentation د.محمد صقران ppt
Sciences of Europe No 170 (2025)
ANEMIA WITH LEUKOPENIA MDS 07_25.pptx htggtftgt fredrctvg
An interstellar mission to test astrophysical black holes
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
POSITIONING IN OPERATION THEATRE ROOM.ppt
AlphaEarth Foundations and the Satellite Embedding dataset
Introduction to Cardiovascular system_structure and functions-1
7. General Toxicologyfor clinical phrmacy.pptx
ognitive-behavioral therapy, mindfulness-based approaches, coping skills trai...
INTRODUCTION TO EVS | Concept of sustainability
2Systematics of Living Organisms t-.pptx
protein biochemistry.ppt for university classes
HPLC-PPT.docx high performance liquid chromatography

Shuwang Li Moving Interface Modeling and Computation

  • 1. Interface problems Expanding interface problem Shrinking interface problem Modeling and Computation of Moving Interface Problems Shuwang Li 1 1 Applied Math Dept., Illinois Institute of Technology, Chicago CISC Lunchtime Matchmaking Seminar October 18, 2017 Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 2. Interface problems Expanding interface problem Shrinking interface problem 1 Interface problems 2 Expanding interface problem Classical Hele-Shaw problem Numerical Methods Numerical Results 3 Shrinking interface problem Modified Hele-Shaw problem with lifting plate Numerical Results Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 3. Interface problems Expanding interface problem Shrinking interface problem Interface problems in physical/biological sciences Moving boundary/interface problems: boundary value problems defined in a domain whose boundary is a priori unknown and evolving with time; interface separating different domains. Examples: multiphase flow in fluids; phase transformations in materials including crystal growth (solid/liquid), epitaxial thin film growth (solid/vapor), and elastic precipitate growth/shrink (solid/solid); tumor growth, bio-membrane, and pattern formation via diffusion in bio-systems; fluid-structure interactions; Central question: dynamical stability of the interface What I can help: modeling and computation (numerics); understand dynamics and instabilities... What you can help: new problems; experimental verifications; interpretations... Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 4. Interface problems Expanding interface problem Shrinking interface problem Computational challenges due to expanding/shrinking Key questions besides solving PDEs: identify the interface and evolve the interface (front tracking/level set/phase field). Consider a simple interface: a sphere or a circle driven by an injection flux (growth) or extraction flux (shrinkage) Evolving Velocity 3D: d(volume : 4πR3 (t)/3) dt = J, i.e. interface velocity: dR(t) dt = J πR2(t) 2D: d(area : πR2 (t)) dt = J, i.e. interface velocity: dR(t) dt = J πR(t) Challenges for expanding and shrinking interfaces (open non-equilibrium system): slow dynamics for the growth problem (R increase); need to increase resolution; fast dynamics for the shrinking problem (R decrease); need to reduce resolution. From a computational point of view, we want to: speed up the slow dynamics for expanding interface or slow down the fast dynamics for shrinking interface without changing the real physics. Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 5. Interface problems Expanding interface problem Shrinking interface problem Example: Hele-Shaw and expanding viscous fingering Hele-Shaw problem is a classical example for studying the interface dynamics. Application: oil recovery in petroleum engineering, natural gas storage. Saffman-Taylor instability (fingering pattern) occurs when less viscous fluid is injected into existing viscous fluid. blue: air white: oil Pressure jump at the interface is given by the Laplace-Young condition. Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 6. Interface problems Expanding interface problem Shrinking interface problem Governing Equations (air-oil system) Differential equations (exterior problem): 2 P = 0, x ∈ ΩL V = − P · n, x ∈ Σ(t) Pin − Pout = τκ, x ∈ Σ(t) Σ ∂P ∂n ds = J(t) Interface evolution: dx dt · n = V(x), x ∈ Σ(t). Linear Stability (Mullins-Sekerka, 1963; Saffman-Taylor, 1958). Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 7. Interface problems Expanding interface problem Shrinking interface problem Rescaling The Idea isolate morphological change from overall growth by mapping onto a new time and space: (x, t) → (¯x,¯t), i.e. scale out the growth: R(t(¯t)) = ¯R(¯t). x(α, t) = ¯R(¯t)¯x(α,¯t), ¯t = t 0 1 ρ(t ) dt . Integrable ¯ρ(¯t) = ρ(t(¯t)) > 0 speed up or slow down adaptive The normal velocity in the rescaled frame ¯V, ¯V(¯t) = ¯ρ ¯R V(t(¯t)) − ¯x · n ¯R d ¯R d¯t Set d ¯A d¯t = 0, ¯Σ(¯t) ¯Vd¯s = 0 → d ¯R d¯t = π¯ρ¯J ¯A(0)¯R Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 8. Interface problems Expanding interface problem Shrinking interface problem Rescaling contd. Take ¯ρe = ¯A(0)¯R2 (¯t) π¯J , then ¯R(¯t) = exp(¯t), i.e. exponential growth. Take ¯ρl = b log(a)(a+b¯t) ¯A(0) π¯J ¯R, then ¯R(¯t) = log(a+b¯t) log(a) , i.e. logarithmic growth. If you want to use the boundary integral method, the rescaled integral form for ¯ρe case ¯µ(¯x) − 1 π ¯Σ(¯t) ¯µ(¯x )[ ∂ ln |¯x − ¯x | ∂n(¯x ) + ¯R(¯t)]d¯s(¯x ) = 2τ ¯κ + 2¯R(¯t)¯J(ln(¯R(¯t)) + ln |¯x|). The normal velocity in scaled frame ¯V is given by, ¯V(¯x) = ¯A 2π2¯J ( 1 ¯R ¯Σ ¯µ¯s (¯x − ¯x)⊥ · ¯n(¯s) |¯x − ¯x|2 d¯s + 2π¯J ¯x · ¯n |¯x|2 ) − ¯x · ¯n, where ¯x⊥ = (¯y, −¯x). We evolve the interface in the scaled frame d ¯x(¯t, s) d¯t · ¯n = ¯V(¯t, s). Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 9. Interface problems Expanding interface problem Shrinking interface problem Critics and Suggestions (exponential fast growth) Good: ∆¯t is fixed, while equivalent ∆t in the original frame is increasing. Bad: fast growth requires small time step for numerical stability (a waste of CPU time at the early growth stage when the interface size is small.) Ugly (Adaptive): Choose the time scale to be (1) a log function when R is small; (2) an exponential function when R is large. 0 10 20 30 40 50 60 10 −4 10 −3 10 −2 10 −1 10 0 R ∆t ρe ρ s original Figure: shows the corresponding time step in the original real frame. Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 10. Interface problems Expanding interface problem Shrinking interface problem Adaptive scaling function Logarithmic scaling at small R(t) ρl = b log(a)(a + b¯t) ¯A(0) π¯J ¯R, ¯R = log(a + b¯t) log(a) t = ¯A(0) 2 log2 (a)π¯J (log2 (a + b¯t) − log2 (a)), ¯Vl = b¯A(0) log(a)(a + b¯t)π¯J ¯R ( 1 2π ¯R ¯Σ ¯µ¯s (¯x − ¯x)⊥ · ¯n(¯x) |¯x − ¯x|2 d¯s +¯J ¯x · ¯n |¯x|2 ) − b log(a)(a + b¯t)¯R ¯x · ¯n. Switch back to exponential at large R(t) Switch at ¯t = ¯t0 with ¯R = ¯R0 ρe = c ¯R2 , ¯R = ¯R0 exp(c(¯t − ¯t0)), t = R2 0 ¯A(0) 2π¯J (exp(2c(¯t − ¯t0)) − 1) + ¯A(0) 2π¯J (¯R2 0 − 1), ¯t ≥ ¯t0, ¯Ve = c( 1 2π ¯R ¯Σ ¯µ¯s (¯x − ¯x)⊥ · ¯n(¯x) |¯x − ¯x|2 d¯s +¯J ¯x · ¯n |¯x|2 ) − π¯Jc ¯A(0) ¯x · ¯n. where c = b¯A(0) log(a)(a + b¯t0)πJ ¯R0 and ¯R0 = log(a + b¯t0) log(a) is the space scaling factor at ¯t0. Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 11. Interface problems Expanding interface problem Shrinking interface problem Adaptive scaling function contd. Combined Scaling Function ρs = b log(a) ¯A(0) π¯J ¯R2 ( 1 a¯R ¯R logarithmic part + 1 a¯R0 ¯R0 exponential part ) ¯Vs = b¯A(0) log(a)π¯J ( 1 a¯R ¯R + 1 aR0 R0 ) ( 1 2π ¯R ¯Σ ¯µ¯s (¯x − ¯x)⊥ · ¯n(¯x) |¯x − ¯x|2 d¯s +¯J ¯x · ¯n |¯x|2 − π¯J ¯A(0) ¯x · ¯n) = ¯Vl + ¯Ve. 0 10 20 30 40 50 60 10 0 10 1 10 2 10 3 10 4 R ρ ρ l ρ e ρ s R 0 =11 [a] 0 10 20 30 40 50 60 10 1 10 2 10 3 10 4 10 5 10 6 R CPUtime ρ e ρ s [b] Figure: [a] Relation between the time scaling function ρ and the radius R. [b] shows the CPU time to different scaling factor ρ.Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 12. Interface problems Expanding interface problem Shrinking interface problem Efficiency of adaptive scaling function 0 50 100 150 10 −1 10 0 10 1 10 2 10 3 10 4 R currenttimeT −10 0 10 −10 0 10 1994, T=45, R=9.41 −50 0 50 −50 0 50 2006, T=500, R=31.62 −100 0 100 −100 0 100 2007, T=2300, R=65.52 −200 0 200 −200 0 200 2016, T=7514, R=122 (40 mins) (7.9 hours) (1.09 days) 1994 Hou et al. 50 days 2007 Li et al. 21 days 5.8 days 2016 Zhao et al. 2006 Fast et al. 50 days Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 13. Interface problems Expanding interface problem Shrinking interface problem Example: Hele-Shaw and shrinking viscous fingering Shrinking interface: (1) Hele-Shaw cell with suction has singularity at the sink; (2) Hele-Shaw cell with time dependent gap has no singularity. The interior region Ω is oil with viscosity µ.The exterior region is air. ∂Ω represents the interface. The time dependent gap is b(t). The normal n is pointing inward. Air pushes oil from the exterior instead of from the interior for the expanding fingering problem. This is an interior problem. Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 14. Interface problems Expanding interface problem Shrinking interface problem Governing equations Equations in the viscous fluid domain u = − b2 (t) 12µ P in Ω, (1) · u = − ˙b(t) b(t) in Ω, (2) [P]t = σκ on ∂Ω, (3) V = − b2 (t) 12µ ∂P ∂n on ∂Ω. (4) Eq. (1) follows from the Darcy’s law, where u is the velocity, P is the pressure, b(t) is the time dependent gap, and µ is the viscosity of oil. Eq. (2) specifies the incompressible fluid with conserved volume. ˙b(t) is the time derivative of b(t), which is the lifting speed. Eq. (3) is the Laplace-Young condition given by the product of surface tension σ and the curvature κ of the interface. Eq. (4) expresses the normal velocity V and n is the unit inward normal. Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 15. Interface problems Expanding interface problem Shrinking interface problem Comparison with experiment Experiment: τ = 9.6 × 10−6 and b(t) = 1 + t from Nase et al. physical of fluid (2011). Use random initial shape in simulations. 0 5 10 15 10 0 10 1 10 2 t numberoffingers experiment simulation ψ= −0.13 [a] [b] Modeling and Computation of Moving Interface Problems Shuwang Li, IIT
  • 16. Interface problems Expanding interface problem Shrinking interface problem Fission with exponential gap (x2 + y2 )2 = 20x2 3 + 20y2 5 , b(t) = exp(t) ⇒ ¯b(¯t) = 1 + 0.5¯t; N = 16, 384, ∆¯t = 1E − 4 and τ = 2E − 5. Show a movie... Acknowledgement: NSF-DMS Thank you for your attention... Modeling and Computation of Moving Interface Problems Shuwang Li, IIT