SlideShare a Scribd company logo
1 of 16
Download to read offline
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

What's hot

TSU Seminar, JNCASR, March 2016
TSU Seminar, JNCASR, March 2016TSU Seminar, JNCASR, March 2016
TSU Seminar, JNCASR, March 2016Amit Bhattacharjee
 
Solved sample-paper4
Solved sample-paper4Solved sample-paper4
Solved sample-paper4RAHUL-CSE
 
11.vibrational characteristics of visco elstic plate with varying thickness
11.vibrational characteristics of visco elstic plate with varying thickness11.vibrational characteristics of visco elstic plate with varying thickness
11.vibrational characteristics of visco elstic plate with varying thicknessAlexander Decker
 
New Families of Odd Harmonious Graphs
New Families of Odd Harmonious GraphsNew Families of Odd Harmonious Graphs
New Families of Odd Harmonious GraphsIJMIT JOURNAL
 
On prognozisys of manufacturing doublebase
On prognozisys of manufacturing doublebaseOn prognozisys of manufacturing doublebase
On prognozisys of manufacturing doublebaseijaceeejournal
 
Lecture 6-1543909797
Lecture 6-1543909797Lecture 6-1543909797
Lecture 6-1543909797Canh Le
 
On prognozisys of manufacturing double base
On prognozisys of manufacturing double baseOn prognozisys of manufacturing double base
On prognozisys of manufacturing double basemsejjournal
 
A novel numerical approach for odd higher order boundary value problems
A novel numerical approach for odd higher order boundary value problemsA novel numerical approach for odd higher order boundary value problems
A novel numerical approach for odd higher order boundary value problemsAlexander Decker
 
Positive and negative solutions of a boundary value problem for a fractional ...
Positive and negative solutions of a boundary value problem for a fractional ...Positive and negative solutions of a boundary value problem for a fractional ...
Positive and negative solutions of a boundary value problem for a fractional ...journal ijrtem
 
Special Products and Factoring , Rational Algebraic Expressions Concept Map
Special Products and Factoring , Rational Algebraic Expressions Concept MapSpecial Products and Factoring , Rational Algebraic Expressions Concept Map
Special Products and Factoring , Rational Algebraic Expressions Concept MapRocyl Anne Javagat
 
SHA1 weakness
SHA1 weaknessSHA1 weakness
SHA1 weaknesscnpo
 
Introduction to second gradient theory of elasticity - Arjun Narayanan
Introduction to second gradient theory of elasticity - Arjun NarayananIntroduction to second gradient theory of elasticity - Arjun Narayanan
Introduction to second gradient theory of elasticity - Arjun NarayananArjun Narayanan
 
Lecture 3: Stochastic Hydrology
Lecture 3: Stochastic HydrologyLecture 3: Stochastic Hydrology
Lecture 3: Stochastic HydrologyAmro Elfeki
 
E-Cordial Labeling of Some Mirror Graphs
E-Cordial Labeling of Some Mirror GraphsE-Cordial Labeling of Some Mirror Graphs
E-Cordial Labeling of Some Mirror GraphsWaqas Tariq
 
Theory overview of flow measurement using differential pressure device
Theory overview of flow measurement using differential pressure deviceTheory overview of flow measurement using differential pressure device
Theory overview of flow measurement using differential pressure deviceMidoOoz
 
Exact Solutions for MHD Flow of a Viscoelastic Fluid with the Fractional Bur...
Exact Solutions for MHD Flow of a Viscoelastic Fluid with the  Fractional Bur...Exact Solutions for MHD Flow of a Viscoelastic Fluid with the  Fractional Bur...
Exact Solutions for MHD Flow of a Viscoelastic Fluid with the Fractional Bur...IJMER
 
FURTHER RESULTS ON ODD HARMONIOUS GRAPHS
FURTHER RESULTS ON ODD HARMONIOUS GRAPHSFURTHER RESULTS ON ODD HARMONIOUS GRAPHS
FURTHER RESULTS ON ODD HARMONIOUS GRAPHSgraphhoc
 

What's hot (18)

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

Similar to Shuwang Li Moving Interface Modeling and Computation

Using blurred images to assess damage in bridge structures?
Using blurred images to assess damage in bridge structures?Using blurred images to assess damage in bridge structures?
Using blurred images to assess damage in bridge structures? Alessandro Palmeri
 
optimal solution method of integro-differential equaitions under laplace tran...
optimal solution method of integro-differential equaitions under laplace tran...optimal solution method of integro-differential equaitions under laplace tran...
optimal solution method of integro-differential equaitions under laplace tran...INFOGAIN PUBLICATION
 
Dr. Amir Nejat
Dr. Amir NejatDr. Amir Nejat
Dr. Amir Nejatknowdiff
 
25 johnarry tonye ngoji 250-263
25 johnarry tonye ngoji 250-26325 johnarry tonye ngoji 250-263
25 johnarry tonye ngoji 250-263Alexander Decker
 
On Approach to Increase Integration Rate of Elements of a Switched-capacitor ...
On Approach to Increase Integration Rate of Elements of a Switched-capacitor ...On Approach to Increase Integration Rate of Elements of a Switched-capacitor ...
On Approach to Increase Integration Rate of Elements of a Switched-capacitor ...BRNSS Publication Hub
 
GDQ SIMULATION FOR FLOW AND HEAT TRANSFER OF A NANOFLUID OVER A NONLINEARLY S...
GDQ SIMULATION FOR FLOW AND HEAT TRANSFER OF A NANOFLUID OVER A NONLINEARLY S...GDQ SIMULATION FOR FLOW AND HEAT TRANSFER OF A NANOFLUID OVER A NONLINEARLY S...
GDQ SIMULATION FOR FLOW AND HEAT TRANSFER OF A NANOFLUID OVER A NONLINEARLY S...AEIJjournal2
 
An Efficient Boundary Integral Method for Stiff Fluid Interface Problems
An Efficient Boundary Integral Method for Stiff Fluid Interface ProblemsAn Efficient Boundary Integral Method for Stiff Fluid Interface Problems
An Efficient Boundary Integral Method for Stiff Fluid Interface ProblemsAlex (Oleksiy) Varfolomiyev
 
SIAM - Minisymposium on Guaranteed numerical algorithms
SIAM - Minisymposium on Guaranteed numerical algorithmsSIAM - Minisymposium on Guaranteed numerical algorithms
SIAM - Minisymposium on Guaranteed numerical algorithmsJagadeeswaran Rathinavel
 
IRJET- Analytic Evaluation of the Head Injury Criterion (HIC) within the Fram...
IRJET- Analytic Evaluation of the Head Injury Criterion (HIC) within the Fram...IRJET- Analytic Evaluation of the Head Injury Criterion (HIC) within the Fram...
IRJET- Analytic Evaluation of the Head Injury Criterion (HIC) within the Fram...IRJET Journal
 
Stationary Incompressible Viscous Flow Analysis by a Domain Decomposition Method
Stationary Incompressible Viscous Flow Analysis by a Domain Decomposition MethodStationary Incompressible Viscous Flow Analysis by a Domain Decomposition Method
Stationary Incompressible Viscous Flow Analysis by a Domain Decomposition MethodADVENTURE Project
 
reservoir-modeling-using-matlab-the-matalb-reservoir-simulation-toolbox-mrst.pdf
reservoir-modeling-using-matlab-the-matalb-reservoir-simulation-toolbox-mrst.pdfreservoir-modeling-using-matlab-the-matalb-reservoir-simulation-toolbox-mrst.pdf
reservoir-modeling-using-matlab-the-matalb-reservoir-simulation-toolbox-mrst.pdfRTEFGDFGJU
 
Decrease hysteresis for Shape Memory Alloys
Decrease hysteresis for Shape Memory AlloysDecrease hysteresis for Shape Memory Alloys
Decrease hysteresis for Shape Memory Alloyshongcai20072008
 

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

Using blurred images to assess damage in bridge structures?
Using blurred images to assess damage in bridge structures?Using blurred images to assess damage in bridge structures?
Using blurred images to assess damage in bridge structures?
 
optimal solution method of integro-differential equaitions under laplace tran...
optimal solution method of integro-differential equaitions under laplace tran...optimal solution method of integro-differential equaitions under laplace tran...
optimal solution method of integro-differential equaitions under laplace tran...
 
ASME2014
ASME2014ASME2014
ASME2014
 
Presentation
PresentationPresentation
Presentation
 
Conference ppt
Conference pptConference ppt
Conference ppt
 
Dr. Amir Nejat
Dr. Amir NejatDr. Amir Nejat
Dr. Amir Nejat
 
25 johnarry tonye ngoji 250-263
25 johnarry tonye ngoji 250-26325 johnarry tonye ngoji 250-263
25 johnarry tonye ngoji 250-263
 
On Approach to Increase Integration Rate of Elements of a Switched-capacitor ...
On Approach to Increase Integration Rate of Elements of a Switched-capacitor ...On Approach to Increase Integration Rate of Elements of a Switched-capacitor ...
On Approach to Increase Integration Rate of Elements of a Switched-capacitor ...
 
577hw2s
577hw2s577hw2s
577hw2s
 
presentation
presentationpresentation
presentation
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 
GDQ SIMULATION FOR FLOW AND HEAT TRANSFER OF A NANOFLUID OVER A NONLINEARLY S...
GDQ SIMULATION FOR FLOW AND HEAT TRANSFER OF A NANOFLUID OVER A NONLINEARLY S...GDQ SIMULATION FOR FLOW AND HEAT TRANSFER OF A NANOFLUID OVER A NONLINEARLY S...
GDQ SIMULATION FOR FLOW AND HEAT TRANSFER OF A NANOFLUID OVER A NONLINEARLY S...
 
An Efficient Boundary Integral Method for Stiff Fluid Interface Problems
An Efficient Boundary Integral Method for Stiff Fluid Interface ProblemsAn Efficient Boundary Integral Method for Stiff Fluid Interface Problems
An Efficient Boundary Integral Method for Stiff Fluid Interface Problems
 
SIAM - Minisymposium on Guaranteed numerical algorithms
SIAM - Minisymposium on Guaranteed numerical algorithmsSIAM - Minisymposium on Guaranteed numerical algorithms
SIAM - Minisymposium on Guaranteed numerical algorithms
 
IRJET- Analytic Evaluation of the Head Injury Criterion (HIC) within the Fram...
IRJET- Analytic Evaluation of the Head Injury Criterion (HIC) within the Fram...IRJET- Analytic Evaluation of the Head Injury Criterion (HIC) within the Fram...
IRJET- Analytic Evaluation of the Head Injury Criterion (HIC) within the Fram...
 
Fo ode-1
Fo ode-1Fo ode-1
Fo ode-1
 
Stationary Incompressible Viscous Flow Analysis by a Domain Decomposition Method
Stationary Incompressible Viscous Flow Analysis by a Domain Decomposition MethodStationary Incompressible Viscous Flow Analysis by a Domain Decomposition Method
Stationary Incompressible Viscous Flow Analysis by a Domain Decomposition Method
 
reservoir-modeling-using-matlab-the-matalb-reservoir-simulation-toolbox-mrst.pdf
reservoir-modeling-using-matlab-the-matalb-reservoir-simulation-toolbox-mrst.pdfreservoir-modeling-using-matlab-the-matalb-reservoir-simulation-toolbox-mrst.pdf
reservoir-modeling-using-matlab-the-matalb-reservoir-simulation-toolbox-mrst.pdf
 
Decrease hysteresis for Shape Memory Alloys
Decrease hysteresis for Shape Memory AlloysDecrease hysteresis for Shape Memory Alloys
Decrease hysteresis for Shape Memory Alloys
 
3. UJRRA_22_04.pdf
3. UJRRA_22_04.pdf3. UJRRA_22_04.pdf
3. UJRRA_22_04.pdf
 

More from SciCompIIT

Lois Curfman McInnes Exascale CISC Lecture Jan 2018
Lois Curfman McInnes Exascale CISC Lecture Jan 2018Lois Curfman McInnes Exascale CISC Lecture Jan 2018
Lois Curfman McInnes Exascale CISC Lecture Jan 2018SciCompIIT
 
Wereszczynski Molecular Dynamics
Wereszczynski Molecular DynamicsWereszczynski Molecular Dynamics
Wereszczynski Molecular DynamicsSciCompIIT
 
Dixon Deep Learning
Dixon Deep LearningDixon Deep Learning
Dixon Deep LearningSciCompIIT
 
Chun Liu Energetic Variational Intro
Chun Liu Energetic Variational IntroChun Liu Energetic Variational Intro
Chun Liu Energetic Variational IntroSciCompIIT
 
Xian He Sun Data-Centric Into
Xian He Sun Data-Centric IntoXian He Sun Data-Centric Into
Xian He Sun Data-Centric IntoSciCompIIT
 
David Minh Brief Stories 2017 Sept
David Minh Brief Stories 2017 SeptDavid Minh Brief Stories 2017 Sept
David Minh Brief Stories 2017 SeptSciCompIIT
 
XSEDE April 2017
XSEDE April 2017XSEDE April 2017
XSEDE April 2017SciCompIIT
 
GridIIT Open Science Grid
GridIIT Open Science GridGridIIT Open Science Grid
GridIIT Open Science GridSciCompIIT
 
CISC Introduction
CISC IntroductionCISC Introduction
CISC IntroductionSciCompIIT
 

More from SciCompIIT (9)

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

Recently uploaded

Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxgindu3009
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCEPRINCE C P
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
Cultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxCultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxpradhanghanshyam7136
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptMAESTRELLAMesa2
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bSérgio Sacani
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTSérgio Sacani
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksSérgio Sacani
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPirithiRaju
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptxRajatChauhan518211
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRDelhi Call girls
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 

Recently uploaded (20)

Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
Cultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxCultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptx
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
G9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.pptG9 Science Q4- Week 1-2 Projectile Motion.ppt
G9 Science Q4- Week 1-2 Projectile Motion.ppt
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOST
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptx
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 

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