SlideShare a Scribd company logo
Uncertainty quantification of groundwater
contamination
Alexander Litvinenko, joint work with Dmitry Logashenko, Raul
Tempone, Gabriel Wittum and David Keyes
KAUST
https://ecrc.kaust.edu.sa/
Extreme Computing Research Center
Group Seminar at KAUST,
October 8, 2018
4*
The structure of the talk
Major Goal: estimate propagation of uncertainties in the
groundwater flow.
1. Density-driven groundwater flow problem
2. Stochastic modeling and stochastic methods
3. Modeling of porosity
4. Numerical methods
5. 2D numerical experiments
6. 3D numerical experiments
7. Conclusion and best practices
2
4*
Motivation
As groundwater is an essential nutrition
and irrigation resource, its pollution may
lead to catastrophic consequences.
Accurate modeling of the pollution of the
soil and groundwater aquifer is impossi-
ble due to presence of uncertainties in
geological parameters.
Applications: seawater intrusion into coastal aquifers, radioactive
waste disposal, contaminant plumes etc.
3
4*
What do we compute?
The mean and the variance of QoIs
Compute when dangerous concentration in a point achieve a
certain level
How long it takes to achieve a given concentration ?
Estimate the risk that the pollutant concentration exceeds a
certain level
4
4*
Governing equations
∂t(φρ) + · (ρq) = 0, (1)
∂t(φρc) + · (ρcq − ρD c) = 0, (2)
where c is the mass fraction of the salt, the tensor field D
represents the molecular diffusion and the mechanical dispersion of
the salt. We assume the Darcy’s law for q:
q = −
K
µ
( p − ρg), (3)
where p(t, x) is the hydrostatic pressure and g the gravity.
5
4*
Governing equations
Assume permeability
K = KI, where K = K(x) ∈ R, and I ∈ Rd×d
the identity matrix.
Use the linear dependence for the density:
ρ(c) = ρ0 + (ρ1 − ρ0)c,
where ρ0 and ρ1 denote the densities of pure water and the brine,
respectively.
Thus, c ∈ [0, 1] with c = 0 corresponding to the pure water and
c = 1 to the saturated solution.
Assume
D = φDmI,
Dm the coefficient of the molecular diffusion. We neglect the
dispersion.
4*
Computational domains
c = 1c = 0
c = 0
c = 0
600 m
300 m
150 m
Schema of 3 layers 2D reservoir D = (0, 600) × (0, 150) and 3
realisations of the porosity.
φ(x) ∈ [0.05, 0.09], φ(x) ∈ [0.077, 0.11], and φ(x) ∈ [0.097, 0.115].
7
4*
Two 3D reservoirs
(left) D = (0, 600) × (0, 600) × (0, 150) m3.
BC: Zero-flux for the entire fluid phase; concentration: c = 1 in
the red spot, c = 0 otherwise on the top and Neumann-0 at the
other boundaries.
The pressure is set to 0 on the edges between the green and the
blue parts.
8
4*
Mathematical equation
We introduce φ and assume K to be isotropic and dependent on φ:
K = KI, K = K(φ) ∈ R. (4)
The distribution of φ(x, θ), x ∈ D, θ = (θ1, ..., θM, ...). Each
component θi is a random variable depending on random event ω,
for shortness we skip ω and write θ := θ(ω).
Assume (Kozeny-Carman-like equation)
K(φ) = κKC ·
φ3
1 − φ2
, (5)
where a scaling factor κKC .
9
4*
Statistics
The empirical mean
c(t, x) ≈
Nq
i=1
wi c(t, x, θi )
def
=
Nq
i=1
wi ci ,
where Nq - number of quadrature points, wi quadrature weights, ci
are “scenarios”.
The empirical variance
Var[c](t, x) ≈
Nq
i=1
wi (c(t, x) − c(t, x, θi ))2
.
10
4*
gPCE based surrogate
c(t, x, θ) =
β∈J
cβ(t, x)Ψβ(θ),
where {Ψβ} is a multivariate Legendre basis, β = (β1, ..., βj , ...) a
multiindex and J a multiindex set.
Ψβ(θ) :=
∞
j=1
ψβj
(θj ); ∀θ ∈ RN
,
ψβj
(·) are Legendre monomials,
cβ(t, x) ≈
1
Ψβ, Ψβ
Nq
i=1
Ψβ(t, θi )c(t, x, θi )wi ,
11
4*
Numerical stability w.r.t. spatial resolution
Took 200 various scenarios of the porosity.
Compute and compare variances of the mass concentration on
grids with n dofs after t = 5.5 years.
Grid levels n value of QoI
6 132.000 Var[c](x) ∈ [0.0, 0.08]
7 526.000 Var[c](x) ∈ [0.0, 0.08]
8 2.100.000 Var[c](x) ∈ [0.0, 0.08]
Two-level parallelization:
each scenario is computed in parallel on 32 cores,
all scenarios are computed in parallel on 200 nodes.
12
4*
Utilized numerical methods
UG4 is a flexible software system for simulating PDE based models
on high performance parallel clusters (G. Wittum and his group).
Computation of one scenario:
1. Spatial discretization on unstructured grids.
2. Implicit Euler schema in time.
3. Newton method with line search.
4. Solution of linearized systems by BiCGStab with multigrid
preconditioning (V-cycle, ILU-smoothers).
5. Parallelisation is based on the distribution of the domain
between cores.
M scenarios are computed in parallel.
Run on 4-8 spatial grid levels with n = 0.5 . . . 8 Mio grid points.
Used 1 . . . 800 Shaheen nodes, computation time is 2-24 hours,
1000-1800 time steps, modeling time interval 5 − 8 years.
13
4*
2D example with 1 RV and small variance
φ(x, ω) = 0.09 + 0.005ξ(cos(x/300) + sin(y/150)),
where ξ ∼ U[−1, 1], time=5.5 years.
1st row: c(x) ∈ (0, 1) computed via MC (200 simulations) and via
gPCE4 (m = 1, p = 4);
2nd row: Var[c]MC ∈ (0, 0.021), Var[c]gPCE4 ∈ (0, 0.023).
Conclusion: 9 GL points gives almost the same result as 200 MC
points, but are much faster.
14
4*
2D example with 2 RVs and larger variance
φ(x, ω) = 0.1 + 0.01(ξ1 cos(x/1200) + ξ2 sin(y/300)),
where ξ1, ξ2 ∼ U[−1, 1], 1.5 years.
1st row: c(x), computed via MC (1500 simulations) and via gPCE,
c(x) ∈ (0, 1), Var[c]MC ∈ (0, 0.076),
2nd row: Var[c]gPCE5 ∈ (0, 0.068), Var[c]gPCE7 ∈ (0, 0.0714),
Var[c]gPCE9 ∈ (0, 0.0847).
Conclusion: Our surrogate and MC give similar c.
Var[c] computed by surrogate of order 7 is most close to the MC
variance. 15
4*
Difficulties caused by uncertain porosity
Relative small variations in the porosity may result in 3 different
realizations of the mass fraction: with (a) 5 fingers; (b) 4 fingers;
(c) 5 fingers.
(a) (b) (c)
Non-linearity may result in several stationary solutions.
16
4*
Evolution of variance in time
Below we plot Var[c] after 2.75, 5.5 and 8.25 years.
The variance is accumulated and growing.
(a) 2.75year,
Var[c](x) ∈ (0, 0.023)
(b) 5.5 year,
Var[c](x) ∈ (0, 0.055)
(c) 8.25year,
Var[c](x) ∈ (0, 0.07)
Results are obtained with 700 quasi MC samples.
17
4*
3D reservoir
φ(x, θ) = 0.1 + exp(θ1 sin(πx/600) + θ2 sin(πy/600) + θ3 sin(πz/150) + θ1 sin(πx/600)+
+ θ1 sin(πx/600) sin(πy/600) + θ2 sin(πx/600) sin(πz/150) + θ3 sin(πy/600) sin(πz/150)).
(a) (b)
Five isosurfaces of c after 9.6 years
18
4*
Isosurfaces of Var[c] in 3D reservoir
(a) (b)
Var[c] after 4.8 years, N ≈ 8 · 106 grid points.
19
4*
Isosurfaces of Var[c] in 3D reservoir
(a) (b)
Isosurfaces of the variance of the mass fraction after 3 years;
(a) Var[c]0.05; (b) Var[c]0.15.
20
4*
Evolution of probability density function in a point
PDFs at aquifer point (100, 0, −25) after (a) 0.6, (b) 1.2, (c) 1.8,
and (d) 2.4 years.
21
4*
Propagation of the contamination
Evolution of the mean concentration in time after a) 0, b) 0.55, c)
1.1, d) 2.2 years. The cutting plane is (150, y, z). 22
4*
Model: 3D reservoir with three layers
1st row: three layers of the porosity; profiles of c;
2nd row: isosurface |cdet − c|0.25; isosurfaces Var[c]0.05 and
Var[c]0.12.
23
4*
Conclusion
Solved time-dependent, non-linear density driven flow problem
with uncertain porosity and permeability in 2D and 3D
Computed propagation of uncertainties in porosity into the
mass fraction. Computed the mean, variance, exceedance
probabilities, quantiles, risks.
For moderate perturbations, our gPCE cheap surrogate model
successfully replaces expensive MC simulations
Used highly scalable solver on up to 800 nodes
For large variance of porosity, standard sparse grids may fail,
visualization of dependence of QoI on the uncertain
parameters may help
Such QoIs as the number of fingers, their size, propagation
time are unstable for high variability in porosity
4*
Acknowledgement
1. Elmar Zander (TU Braunschweig) for the sglib library.
2. KAUST, Shaheen project k1051, 2.7 Mio hours.
3. KAUST Supercomputing Lab.
4. KAUST Visualization Lab.
THANK YOU FOR YOUR ATTENTION !
25
4*
Literature
1. S. Reiter, A. Vogel, I. Heppner, M. Rupp, and G. Wittum, A massively parallel geometric multigrid solver
on hierarchically distributed grids, Computing and visualization in science 16, 4 (2013), pp 151-164, DOI:
10.1007/s00791-014-0231-x
2. A. Vogel, S. Reiter, M. Rupp, A. N¨agel, and G. Wittum, UG4 – a novel flexible software system for
simulating PDE based models on high performance computers. Computing and visualization in science 16,
4 (2013), pp 165-179, DOI: 10.1007/s00791-014-0232-9
3. A. Schneider, H. Zhao, J. Wolf, D. Logashenko, S. Reiter, M. Howahr, M. Eley, M. Gelleszun, H.
Wiederhold, Modeling saltwater intrusion scenarios for a coastal aquifer at the German North Sea, E3S
Web of Conferences 54, 00031 (2018), DOI:10.1051/e3sconf/20185400031
4. P. Waehnert, W.Hackbusch, M. Espig, A. Litvinenko, H. Matthies: Efficient low-rank approximation of the
stochastic Galerkin matrix in the tensor format, Computers & Mathematics with Applications, 67 (4), pp
818-829, 2014
5. A. Litvinenko, D. Keyes, V. Khoromskaia, B. N. Khoromskij, H. G. Matthies, Tucker Tensor Analysis of
Matern Functions in Spatial Statistics, DOI: 10.1515/cmam-2018-0022, Computational Methods in
Applied Mathematics , 2018.
26
4*
Literature
6. S. Dolgov, B.N. Khoromskij, A. Litvinenko, H.G. Matthies, Computation of the Response Surface in the
Tensor Train data format arXiv preprint arXiv:1406.2816, 2014
7. S. Dolgov, B.N. Khoromskij, A. Litvinenko, H.G. Matthies, Polynomial Chaos Expansion of Random
Coefficients and the Solution of Stochastic Partial Differential Equations in the Tensor Train Format,
IAM/ASA J. Uncertainty Quantification 3 (1), pp 1109-1135, 2015
8. A. Litvinenko, H.G. Matthies, T.A. El-Moselhy, Sampling and low-rank tensor approximation of the
response surface, Monte Carlo and Quasi-Monte Carlo Methods 2012, pp 535-551, Springer, 2013.
9. A. Litvinenko, Application of hierarchical matrices for solving multiscale problems, PhD, Leipzig University,
Germany, 2006.
10. A. Litvinenko, H.G. Matthies, Inverse problems and uncertainty quantification, arXiv:1312.5048, 2013.
11. A. Litvinenko, H.G. Matthies, Sparse data representation of random fields, PAMM: Proceedings in Applied
Mathematics and Mechanics 9 (1), pp 587-588, 2009.
27

More Related Content

What's hot

Bayesian modelling and computation for Raman spectroscopy
Bayesian modelling and computation for Raman spectroscopyBayesian modelling and computation for Raman spectroscopy
Bayesian modelling and computation for Raman spectroscopy
Matt Moores
 
Information-theoretic clustering with applications
Information-theoretic clustering  with applicationsInformation-theoretic clustering  with applications
Information-theoretic clustering with applications
Frank Nielsen
 
On Clustering Histograms with k-Means by Using Mixed α-Divergences
 On Clustering Histograms with k-Means by Using Mixed α-Divergences On Clustering Histograms with k-Means by Using Mixed α-Divergences
On Clustering Histograms with k-Means by Using Mixed α-Divergences
Frank Nielsen
 
Cpt 2009 qa
Cpt 2009 qaCpt 2009 qa
Cpt 2009 qa
ashit smile
 
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
The Statistical and Applied Mathematical Sciences Institute
 
Pre-computation for ABC in image analysis
Pre-computation for ABC in image analysisPre-computation for ABC in image analysis
Pre-computation for ABC in image analysis
Matt Moores
 
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
The Statistical and Applied Mathematical Sciences Institute
 
Frequency-domain Finite-difference modelling by plane wave interpolation
Frequency-domain Finite-difference modelling by plane wave interpolationFrequency-domain Finite-difference modelling by plane wave interpolation
Frequency-domain Finite-difference modelling by plane wave interpolation
Inistute of Geophysics, Tehran university , Tehran/ iran
 
A multi-objective optimization framework for a second order traffic flow mode...
A multi-objective optimization framework for a second order traffic flow mode...A multi-objective optimization framework for a second order traffic flow mode...
A multi-objective optimization framework for a second order traffic flow mode...
Guillaume Costeseque
 
Full Sky Bispectrum in Redshift Space for 21cm Intensity Maps
Full Sky Bispectrum in Redshift Space for 21cm Intensity MapsFull Sky Bispectrum in Redshift Space for 21cm Intensity Maps
Full Sky Bispectrum in Redshift Space for 21cm Intensity Maps
RahulKothari51
 

What's hot (11)

Bayesian modelling and computation for Raman spectroscopy
Bayesian modelling and computation for Raman spectroscopyBayesian modelling and computation for Raman spectroscopy
Bayesian modelling and computation for Raman spectroscopy
 
Information-theoretic clustering with applications
Information-theoretic clustering  with applicationsInformation-theoretic clustering  with applications
Information-theoretic clustering with applications
 
Prac ex'cises 3[1].5
Prac ex'cises 3[1].5Prac ex'cises 3[1].5
Prac ex'cises 3[1].5
 
On Clustering Histograms with k-Means by Using Mixed α-Divergences
 On Clustering Histograms with k-Means by Using Mixed α-Divergences On Clustering Histograms with k-Means by Using Mixed α-Divergences
On Clustering Histograms with k-Means by Using Mixed α-Divergences
 
Cpt 2009 qa
Cpt 2009 qaCpt 2009 qa
Cpt 2009 qa
 
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
 
Pre-computation for ABC in image analysis
Pre-computation for ABC in image analysisPre-computation for ABC in image analysis
Pre-computation for ABC in image analysis
 
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
 
Frequency-domain Finite-difference modelling by plane wave interpolation
Frequency-domain Finite-difference modelling by plane wave interpolationFrequency-domain Finite-difference modelling by plane wave interpolation
Frequency-domain Finite-difference modelling by plane wave interpolation
 
A multi-objective optimization framework for a second order traffic flow mode...
A multi-objective optimization framework for a second order traffic flow mode...A multi-objective optimization framework for a second order traffic flow mode...
A multi-objective optimization framework for a second order traffic flow mode...
 
Full Sky Bispectrum in Redshift Space for 21cm Intensity Maps
Full Sky Bispectrum in Redshift Space for 21cm Intensity MapsFull Sky Bispectrum in Redshift Space for 21cm Intensity Maps
Full Sky Bispectrum in Redshift Space for 21cm Intensity Maps
 

Similar to Uncertainty quantification of groundwater contamination

Efficient Simulations for Contamination of Groundwater Aquifers under Uncerta...
Efficient Simulations for Contamination of Groundwater Aquifers under Uncerta...Efficient Simulations for Contamination of Groundwater Aquifers under Uncerta...
Efficient Simulations for Contamination of Groundwater Aquifers under Uncerta...
Alexander Litvinenko
 
Propagation of Uncertainties in Density Driven Groundwater Flow
Propagation of Uncertainties in Density Driven Groundwater FlowPropagation of Uncertainties in Density Driven Groundwater Flow
Propagation of Uncertainties in Density Driven Groundwater Flow
Alexander Litvinenko
 
Talk Alexander Litvinenko on SIAM GS Conference in Houston
Talk Alexander Litvinenko on SIAM GS Conference in HoustonTalk Alexander Litvinenko on SIAM GS Conference in Houston
Talk Alexander Litvinenko on SIAM GS Conference in Houston
Alexander Litvinenko
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
Alexander Litvinenko
 
litvinenko_Intrusion_Bari_2023.pdf
litvinenko_Intrusion_Bari_2023.pdflitvinenko_Intrusion_Bari_2023.pdf
litvinenko_Intrusion_Bari_2023.pdf
Alexander Litvinenko
 
Density Driven Groundwater Flow with Uncertain Porosity and Permeability
Density Driven Groundwater Flow with Uncertain Porosity and PermeabilityDensity Driven Groundwater Flow with Uncertain Porosity and Permeability
Density Driven Groundwater Flow with Uncertain Porosity and Permeability
Alexander Litvinenko
 
litvinenko_Gamm2023.pdf
litvinenko_Gamm2023.pdflitvinenko_Gamm2023.pdf
litvinenko_Gamm2023.pdf
Alexander Litvinenko
 
Litvinenko_Poster_Henry_22May.pdf
Litvinenko_Poster_Henry_22May.pdfLitvinenko_Poster_Henry_22May.pdf
Litvinenko_Poster_Henry_22May.pdf
Alexander Litvinenko
 
Prac excises 3[1].5
Prac excises 3[1].5Prac excises 3[1].5
Prac excises 3[1].5
Forensic Pathology
 
Poster_density_driven_with_fracture_MLMC.pdf
Poster_density_driven_with_fracture_MLMC.pdfPoster_density_driven_with_fracture_MLMC.pdf
Poster_density_driven_with_fracture_MLMC.pdf
Alexander Litvinenko
 
Low-rank tensor approximation (Introduction)
Low-rank tensor approximation (Introduction)Low-rank tensor approximation (Introduction)
Low-rank tensor approximation (Introduction)
Alexander Litvinenko
 
A robust blind and secure watermarking scheme using positive semi definite ma...
A robust blind and secure watermarking scheme using positive semi definite ma...A robust blind and secure watermarking scheme using positive semi definite ma...
A robust blind and secure watermarking scheme using positive semi definite ma...
ijcsit
 
Litvinenko, Uncertainty Quantification - an Overview
Litvinenko, Uncertainty Quantification - an OverviewLitvinenko, Uncertainty Quantification - an Overview
Litvinenko, Uncertainty Quantification - an Overview
Alexander Litvinenko
 
Uncertain_Henry_problem-poster.pdf
Uncertain_Henry_problem-poster.pdfUncertain_Henry_problem-poster.pdf
Uncertain_Henry_problem-poster.pdf
Alexander Litvinenko
 
Computing f-Divergences and Distances of High-Dimensional Probability Density...
Computing f-Divergences and Distances of High-Dimensional Probability Density...Computing f-Divergences and Distances of High-Dimensional Probability Density...
Computing f-Divergences and Distances of High-Dimensional Probability Density...
Alexander Litvinenko
 
An algorithm for simulation of achemical transport equation in an aquifer fin...
An algorithm for simulation of achemical transport equation in an aquifer fin...An algorithm for simulation of achemical transport equation in an aquifer fin...
An algorithm for simulation of achemical transport equation in an aquifer fin...
Alexander Decker
 
ON INCREASING OF DENSITY OF ELEMENTS IN A MULTIVIBRATOR ON BIPOLAR TRANSISTORS
ON INCREASING OF DENSITY OF ELEMENTS IN A MULTIVIBRATOR ON BIPOLAR TRANSISTORSON INCREASING OF DENSITY OF ELEMENTS IN A MULTIVIBRATOR ON BIPOLAR TRANSISTORS
ON INCREASING OF DENSITY OF ELEMENTS IN A MULTIVIBRATOR ON BIPOLAR TRANSISTORS
ijcsitcejournal
 
Steven Duplij, Raimund Vogl, "Polyadic Braid Operators and Higher Braiding Ga...
Steven Duplij, Raimund Vogl, "Polyadic Braid Operators and Higher Braiding Ga...Steven Duplij, Raimund Vogl, "Polyadic Braid Operators and Higher Braiding Ga...
Steven Duplij, Raimund Vogl, "Polyadic Braid Operators and Higher Braiding Ga...
Steven Duplij (Stepan Douplii)
 
OPTIMIZATION OF MANUFACTURE OF FIELDEFFECT HETEROTRANSISTORS WITHOUT P-NJUNCT...
OPTIMIZATION OF MANUFACTURE OF FIELDEFFECT HETEROTRANSISTORS WITHOUT P-NJUNCT...OPTIMIZATION OF MANUFACTURE OF FIELDEFFECT HETEROTRANSISTORS WITHOUT P-NJUNCT...
OPTIMIZATION OF MANUFACTURE OF FIELDEFFECT HETEROTRANSISTORS WITHOUT P-NJUNCT...
ijrap
 

Similar to Uncertainty quantification of groundwater contamination (20)

Efficient Simulations for Contamination of Groundwater Aquifers under Uncerta...
Efficient Simulations for Contamination of Groundwater Aquifers under Uncerta...Efficient Simulations for Contamination of Groundwater Aquifers under Uncerta...
Efficient Simulations for Contamination of Groundwater Aquifers under Uncerta...
 
Propagation of Uncertainties in Density Driven Groundwater Flow
Propagation of Uncertainties in Density Driven Groundwater FlowPropagation of Uncertainties in Density Driven Groundwater Flow
Propagation of Uncertainties in Density Driven Groundwater Flow
 
Talk Alexander Litvinenko on SIAM GS Conference in Houston
Talk Alexander Litvinenko on SIAM GS Conference in HoustonTalk Alexander Litvinenko on SIAM GS Conference in Houston
Talk Alexander Litvinenko on SIAM GS Conference in Houston
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
 
litvinenko_Intrusion_Bari_2023.pdf
litvinenko_Intrusion_Bari_2023.pdflitvinenko_Intrusion_Bari_2023.pdf
litvinenko_Intrusion_Bari_2023.pdf
 
Density Driven Groundwater Flow with Uncertain Porosity and Permeability
Density Driven Groundwater Flow with Uncertain Porosity and PermeabilityDensity Driven Groundwater Flow with Uncertain Porosity and Permeability
Density Driven Groundwater Flow with Uncertain Porosity and Permeability
 
litvinenko_Gamm2023.pdf
litvinenko_Gamm2023.pdflitvinenko_Gamm2023.pdf
litvinenko_Gamm2023.pdf
 
Litvinenko_Poster_Henry_22May.pdf
Litvinenko_Poster_Henry_22May.pdfLitvinenko_Poster_Henry_22May.pdf
Litvinenko_Poster_Henry_22May.pdf
 
Prac excises 3[1].5
Prac excises 3[1].5Prac excises 3[1].5
Prac excises 3[1].5
 
Poster_density_driven_with_fracture_MLMC.pdf
Poster_density_driven_with_fracture_MLMC.pdfPoster_density_driven_with_fracture_MLMC.pdf
Poster_density_driven_with_fracture_MLMC.pdf
 
Low-rank tensor approximation (Introduction)
Low-rank tensor approximation (Introduction)Low-rank tensor approximation (Introduction)
Low-rank tensor approximation (Introduction)
 
A robust blind and secure watermarking scheme using positive semi definite ma...
A robust blind and secure watermarking scheme using positive semi definite ma...A robust blind and secure watermarking scheme using positive semi definite ma...
A robust blind and secure watermarking scheme using positive semi definite ma...
 
Litvinenko, Uncertainty Quantification - an Overview
Litvinenko, Uncertainty Quantification - an OverviewLitvinenko, Uncertainty Quantification - an Overview
Litvinenko, Uncertainty Quantification - an Overview
 
Uncertain_Henry_problem-poster.pdf
Uncertain_Henry_problem-poster.pdfUncertain_Henry_problem-poster.pdf
Uncertain_Henry_problem-poster.pdf
 
Computing f-Divergences and Distances of High-Dimensional Probability Density...
Computing f-Divergences and Distances of High-Dimensional Probability Density...Computing f-Divergences and Distances of High-Dimensional Probability Density...
Computing f-Divergences and Distances of High-Dimensional Probability Density...
 
An algorithm for simulation of achemical transport equation in an aquifer fin...
An algorithm for simulation of achemical transport equation in an aquifer fin...An algorithm for simulation of achemical transport equation in an aquifer fin...
An algorithm for simulation of achemical transport equation in an aquifer fin...
 
ON INCREASING OF DENSITY OF ELEMENTS IN A MULTIVIBRATOR ON BIPOLAR TRANSISTORS
ON INCREASING OF DENSITY OF ELEMENTS IN A MULTIVIBRATOR ON BIPOLAR TRANSISTORSON INCREASING OF DENSITY OF ELEMENTS IN A MULTIVIBRATOR ON BIPOLAR TRANSISTORS
ON INCREASING OF DENSITY OF ELEMENTS IN A MULTIVIBRATOR ON BIPOLAR TRANSISTORS
 
Steven Duplij, Raimund Vogl, "Polyadic Braid Operators and Higher Braiding Ga...
Steven Duplij, Raimund Vogl, "Polyadic Braid Operators and Higher Braiding Ga...Steven Duplij, Raimund Vogl, "Polyadic Braid Operators and Higher Braiding Ga...
Steven Duplij, Raimund Vogl, "Polyadic Braid Operators and Higher Braiding Ga...
 
ASME2014
ASME2014ASME2014
ASME2014
 
OPTIMIZATION OF MANUFACTURE OF FIELDEFFECT HETEROTRANSISTORS WITHOUT P-NJUNCT...
OPTIMIZATION OF MANUFACTURE OF FIELDEFFECT HETEROTRANSISTORS WITHOUT P-NJUNCT...OPTIMIZATION OF MANUFACTURE OF FIELDEFFECT HETEROTRANSISTORS WITHOUT P-NJUNCT...
OPTIMIZATION OF MANUFACTURE OF FIELDEFFECT HETEROTRANSISTORS WITHOUT P-NJUNCT...
 

More from Alexander Litvinenko

Litvinenko_RWTH_UQ_Seminar_talk.pdf
Litvinenko_RWTH_UQ_Seminar_talk.pdfLitvinenko_RWTH_UQ_Seminar_talk.pdf
Litvinenko_RWTH_UQ_Seminar_talk.pdf
Alexander Litvinenko
 
Litv_Denmark_Weak_Supervised_Learning.pdf
Litv_Denmark_Weak_Supervised_Learning.pdfLitv_Denmark_Weak_Supervised_Learning.pdf
Litv_Denmark_Weak_Supervised_Learning.pdf
Alexander Litvinenko
 
Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...
Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...
Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...
Alexander Litvinenko
 
Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...
Alexander Litvinenko
 
Identification of unknown parameters and prediction of missing values. Compar...
Identification of unknown parameters and prediction of missing values. Compar...Identification of unknown parameters and prediction of missing values. Compar...
Identification of unknown parameters and prediction of missing values. Compar...
Alexander Litvinenko
 
Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...
Alexander Litvinenko
 
Identification of unknown parameters and prediction with hierarchical matrice...
Identification of unknown parameters and prediction with hierarchical matrice...Identification of unknown parameters and prediction with hierarchical matrice...
Identification of unknown parameters and prediction with hierarchical matrice...
Alexander Litvinenko
 
Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...
Alexander Litvinenko
 
Application of parallel hierarchical matrices for parameter inference and pre...
Application of parallel hierarchical matrices for parameter inference and pre...Application of parallel hierarchical matrices for parameter inference and pre...
Application of parallel hierarchical matrices for parameter inference and pre...
Alexander Litvinenko
 
Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...
Alexander Litvinenko
 
Simulation of propagation of uncertainties in density-driven groundwater flow
Simulation of propagation of uncertainties in density-driven groundwater flowSimulation of propagation of uncertainties in density-driven groundwater flow
Simulation of propagation of uncertainties in density-driven groundwater flow
Alexander Litvinenko
 
Approximation of large covariance matrices in statistics
Approximation of large covariance matrices in statisticsApproximation of large covariance matrices in statistics
Approximation of large covariance matrices in statistics
Alexander Litvinenko
 
Semi-Supervised Regression using Cluster Ensemble
Semi-Supervised Regression using Cluster EnsembleSemi-Supervised Regression using Cluster Ensemble
Semi-Supervised Regression using Cluster Ensemble
Alexander Litvinenko
 
Computation of electromagnetic_fields_scattered_from_dielectric_objects_of_un...
Computation of electromagnetic_fields_scattered_from_dielectric_objects_of_un...Computation of electromagnetic_fields_scattered_from_dielectric_objects_of_un...
Computation of electromagnetic_fields_scattered_from_dielectric_objects_of_un...
Alexander Litvinenko
 
Overview of sparse and low-rank matrix / tensor techniques
Overview of sparse and low-rank matrix / tensor techniques Overview of sparse and low-rank matrix / tensor techniques
Overview of sparse and low-rank matrix / tensor techniques
Alexander Litvinenko
 
Application of Parallel Hierarchical Matrices in Spatial Statistics and Param...
Application of Parallel Hierarchical Matrices in Spatial Statistics and Param...Application of Parallel Hierarchical Matrices in Spatial Statistics and Param...
Application of Parallel Hierarchical Matrices in Spatial Statistics and Param...
Alexander Litvinenko
 
Tucker tensor analysis of Matern functions in spatial statistics
Tucker tensor analysis of Matern functions in spatial statistics Tucker tensor analysis of Matern functions in spatial statistics
Tucker tensor analysis of Matern functions in spatial statistics
Alexander Litvinenko
 

More from Alexander Litvinenko (17)

Litvinenko_RWTH_UQ_Seminar_talk.pdf
Litvinenko_RWTH_UQ_Seminar_talk.pdfLitvinenko_RWTH_UQ_Seminar_talk.pdf
Litvinenko_RWTH_UQ_Seminar_talk.pdf
 
Litv_Denmark_Weak_Supervised_Learning.pdf
Litv_Denmark_Weak_Supervised_Learning.pdfLitv_Denmark_Weak_Supervised_Learning.pdf
Litv_Denmark_Weak_Supervised_Learning.pdf
 
Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...
Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...
Computing f-Divergences and Distances of\\ High-Dimensional Probability Densi...
 
Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...
 
Identification of unknown parameters and prediction of missing values. Compar...
Identification of unknown parameters and prediction of missing values. Compar...Identification of unknown parameters and prediction of missing values. Compar...
Identification of unknown parameters and prediction of missing values. Compar...
 
Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...
 
Identification of unknown parameters and prediction with hierarchical matrice...
Identification of unknown parameters and prediction with hierarchical matrice...Identification of unknown parameters and prediction with hierarchical matrice...
Identification of unknown parameters and prediction with hierarchical matrice...
 
Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...
 
Application of parallel hierarchical matrices for parameter inference and pre...
Application of parallel hierarchical matrices for parameter inference and pre...Application of parallel hierarchical matrices for parameter inference and pre...
Application of parallel hierarchical matrices for parameter inference and pre...
 
Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...Computation of electromagnetic fields scattered from dielectric objects of un...
Computation of electromagnetic fields scattered from dielectric objects of un...
 
Simulation of propagation of uncertainties in density-driven groundwater flow
Simulation of propagation of uncertainties in density-driven groundwater flowSimulation of propagation of uncertainties in density-driven groundwater flow
Simulation of propagation of uncertainties in density-driven groundwater flow
 
Approximation of large covariance matrices in statistics
Approximation of large covariance matrices in statisticsApproximation of large covariance matrices in statistics
Approximation of large covariance matrices in statistics
 
Semi-Supervised Regression using Cluster Ensemble
Semi-Supervised Regression using Cluster EnsembleSemi-Supervised Regression using Cluster Ensemble
Semi-Supervised Regression using Cluster Ensemble
 
Computation of electromagnetic_fields_scattered_from_dielectric_objects_of_un...
Computation of electromagnetic_fields_scattered_from_dielectric_objects_of_un...Computation of electromagnetic_fields_scattered_from_dielectric_objects_of_un...
Computation of electromagnetic_fields_scattered_from_dielectric_objects_of_un...
 
Overview of sparse and low-rank matrix / tensor techniques
Overview of sparse and low-rank matrix / tensor techniques Overview of sparse and low-rank matrix / tensor techniques
Overview of sparse and low-rank matrix / tensor techniques
 
Application of Parallel Hierarchical Matrices in Spatial Statistics and Param...
Application of Parallel Hierarchical Matrices in Spatial Statistics and Param...Application of Parallel Hierarchical Matrices in Spatial Statistics and Param...
Application of Parallel Hierarchical Matrices in Spatial Statistics and Param...
 
Tucker tensor analysis of Matern functions in spatial statistics
Tucker tensor analysis of Matern functions in spatial statistics Tucker tensor analysis of Matern functions in spatial statistics
Tucker tensor analysis of Matern functions in spatial statistics
 

Recently uploaded

UNDERSTANDING WHAT GREEN WASHING IS!.pdf
UNDERSTANDING WHAT GREEN WASHING IS!.pdfUNDERSTANDING WHAT GREEN WASHING IS!.pdf
UNDERSTANDING WHAT GREEN WASHING IS!.pdf
JulietMogola
 
Celebrating World-environment-day-2024.pdf
Celebrating  World-environment-day-2024.pdfCelebrating  World-environment-day-2024.pdf
Celebrating World-environment-day-2024.pdf
rohankumarsinghrore1
 
DRAFT NRW Recreation Strategy - People and Nature thriving together
DRAFT NRW Recreation Strategy - People and Nature thriving togetherDRAFT NRW Recreation Strategy - People and Nature thriving together
DRAFT NRW Recreation Strategy - People and Nature thriving together
Robin Grant
 
Daan Park Hydrangea flower season I like it
Daan Park Hydrangea flower season I like itDaan Park Hydrangea flower season I like it
Daan Park Hydrangea flower season I like it
a0966109726
 
growbilliontrees.com-Trees for Granddaughter (1).pdf
growbilliontrees.com-Trees for Granddaughter (1).pdfgrowbilliontrees.com-Trees for Granddaughter (1).pdf
growbilliontrees.com-Trees for Granddaughter (1).pdf
yadavakashagra
 
"Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for...
"Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for..."Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for...
"Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for...
MMariSelvam4
 
NRW Board Paper - DRAFT NRW Recreation Strategy
NRW Board Paper - DRAFT NRW Recreation StrategyNRW Board Paper - DRAFT NRW Recreation Strategy
NRW Board Paper - DRAFT NRW Recreation Strategy
Robin Grant
 
AGRICULTURE Hydrophonic FERTILISER PPT.pptx
AGRICULTURE Hydrophonic FERTILISER PPT.pptxAGRICULTURE Hydrophonic FERTILISER PPT.pptx
AGRICULTURE Hydrophonic FERTILISER PPT.pptx
BanitaDsouza
 
Alert-driven Community-based Forest monitoring: A case of the Peruvian Amazon
Alert-driven Community-based Forest monitoring: A case of the Peruvian AmazonAlert-driven Community-based Forest monitoring: A case of the Peruvian Amazon
Alert-driven Community-based Forest monitoring: A case of the Peruvian Amazon
CIFOR-ICRAF
 
Summary of the Climate and Energy Policy of Australia
Summary of the Climate and Energy Policy of AustraliaSummary of the Climate and Energy Policy of Australia
Summary of the Climate and Energy Policy of Australia
yasmindemoraes1
 
Environmental Science Book By Dr. Y.K. Singh
Environmental Science Book By Dr. Y.K. SinghEnvironmental Science Book By Dr. Y.K. Singh
Environmental Science Book By Dr. Y.K. Singh
AhmadKhan917612
 
Natural farming @ Dr. Siddhartha S. Jena.pptx
Natural farming @ Dr. Siddhartha S. Jena.pptxNatural farming @ Dr. Siddhartha S. Jena.pptx
Natural farming @ Dr. Siddhartha S. Jena.pptx
sidjena70
 
ppt on beauty of the nature by Palak.pptx
ppt on  beauty of the nature by Palak.pptxppt on  beauty of the nature by Palak.pptx
ppt on beauty of the nature by Palak.pptx
RaniJaiswal16
 
Characterization and the Kinetics of drying at the drying oven and with micro...
Characterization and the Kinetics of drying at the drying oven and with micro...Characterization and the Kinetics of drying at the drying oven and with micro...
Characterization and the Kinetics of drying at the drying oven and with micro...
Open Access Research Paper
 
Sustainable farming practices in India .pptx
Sustainable farming  practices in India .pptxSustainable farming  practices in India .pptx
Sustainable farming practices in India .pptx
chaitaliambole
 
Willie Nelson Net Worth: A Journey Through Music, Movies, and Business Ventures
Willie Nelson Net Worth: A Journey Through Music, Movies, and Business VenturesWillie Nelson Net Worth: A Journey Through Music, Movies, and Business Ventures
Willie Nelson Net Worth: A Journey Through Music, Movies, and Business Ventures
greendigital
 
Sustainable Rain water harvesting in india.ppt
Sustainable Rain water harvesting in india.pptSustainable Rain water harvesting in india.ppt
Sustainable Rain water harvesting in india.ppt
chaitaliambole
 
Presentación Giulio Quaggiotto-Diálogo improbable .pptx.pdf
Presentación Giulio Quaggiotto-Diálogo improbable .pptx.pdfPresentación Giulio Quaggiotto-Diálogo improbable .pptx.pdf
Presentación Giulio Quaggiotto-Diálogo improbable .pptx.pdf
Innovation and Technology for Development Centre
 
Q&A with the Experts: The Food Service Playbook
Q&A with the Experts: The Food Service PlaybookQ&A with the Experts: The Food Service Playbook
Q&A with the Experts: The Food Service Playbook
World Resources Institute (WRI)
 
How about Huawei mobile phone-www.cfye-commerce.shop
How about Huawei mobile phone-www.cfye-commerce.shopHow about Huawei mobile phone-www.cfye-commerce.shop
How about Huawei mobile phone-www.cfye-commerce.shop
laozhuseo02
 

Recently uploaded (20)

UNDERSTANDING WHAT GREEN WASHING IS!.pdf
UNDERSTANDING WHAT GREEN WASHING IS!.pdfUNDERSTANDING WHAT GREEN WASHING IS!.pdf
UNDERSTANDING WHAT GREEN WASHING IS!.pdf
 
Celebrating World-environment-day-2024.pdf
Celebrating  World-environment-day-2024.pdfCelebrating  World-environment-day-2024.pdf
Celebrating World-environment-day-2024.pdf
 
DRAFT NRW Recreation Strategy - People and Nature thriving together
DRAFT NRW Recreation Strategy - People and Nature thriving togetherDRAFT NRW Recreation Strategy - People and Nature thriving together
DRAFT NRW Recreation Strategy - People and Nature thriving together
 
Daan Park Hydrangea flower season I like it
Daan Park Hydrangea flower season I like itDaan Park Hydrangea flower season I like it
Daan Park Hydrangea flower season I like it
 
growbilliontrees.com-Trees for Granddaughter (1).pdf
growbilliontrees.com-Trees for Granddaughter (1).pdfgrowbilliontrees.com-Trees for Granddaughter (1).pdf
growbilliontrees.com-Trees for Granddaughter (1).pdf
 
"Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for...
"Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for..."Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for...
"Understanding the Carbon Cycle: Processes, Human Impacts, and Strategies for...
 
NRW Board Paper - DRAFT NRW Recreation Strategy
NRW Board Paper - DRAFT NRW Recreation StrategyNRW Board Paper - DRAFT NRW Recreation Strategy
NRW Board Paper - DRAFT NRW Recreation Strategy
 
AGRICULTURE Hydrophonic FERTILISER PPT.pptx
AGRICULTURE Hydrophonic FERTILISER PPT.pptxAGRICULTURE Hydrophonic FERTILISER PPT.pptx
AGRICULTURE Hydrophonic FERTILISER PPT.pptx
 
Alert-driven Community-based Forest monitoring: A case of the Peruvian Amazon
Alert-driven Community-based Forest monitoring: A case of the Peruvian AmazonAlert-driven Community-based Forest monitoring: A case of the Peruvian Amazon
Alert-driven Community-based Forest monitoring: A case of the Peruvian Amazon
 
Summary of the Climate and Energy Policy of Australia
Summary of the Climate and Energy Policy of AustraliaSummary of the Climate and Energy Policy of Australia
Summary of the Climate and Energy Policy of Australia
 
Environmental Science Book By Dr. Y.K. Singh
Environmental Science Book By Dr. Y.K. SinghEnvironmental Science Book By Dr. Y.K. Singh
Environmental Science Book By Dr. Y.K. Singh
 
Natural farming @ Dr. Siddhartha S. Jena.pptx
Natural farming @ Dr. Siddhartha S. Jena.pptxNatural farming @ Dr. Siddhartha S. Jena.pptx
Natural farming @ Dr. Siddhartha S. Jena.pptx
 
ppt on beauty of the nature by Palak.pptx
ppt on  beauty of the nature by Palak.pptxppt on  beauty of the nature by Palak.pptx
ppt on beauty of the nature by Palak.pptx
 
Characterization and the Kinetics of drying at the drying oven and with micro...
Characterization and the Kinetics of drying at the drying oven and with micro...Characterization and the Kinetics of drying at the drying oven and with micro...
Characterization and the Kinetics of drying at the drying oven and with micro...
 
Sustainable farming practices in India .pptx
Sustainable farming  practices in India .pptxSustainable farming  practices in India .pptx
Sustainable farming practices in India .pptx
 
Willie Nelson Net Worth: A Journey Through Music, Movies, and Business Ventures
Willie Nelson Net Worth: A Journey Through Music, Movies, and Business VenturesWillie Nelson Net Worth: A Journey Through Music, Movies, and Business Ventures
Willie Nelson Net Worth: A Journey Through Music, Movies, and Business Ventures
 
Sustainable Rain water harvesting in india.ppt
Sustainable Rain water harvesting in india.pptSustainable Rain water harvesting in india.ppt
Sustainable Rain water harvesting in india.ppt
 
Presentación Giulio Quaggiotto-Diálogo improbable .pptx.pdf
Presentación Giulio Quaggiotto-Diálogo improbable .pptx.pdfPresentación Giulio Quaggiotto-Diálogo improbable .pptx.pdf
Presentación Giulio Quaggiotto-Diálogo improbable .pptx.pdf
 
Q&A with the Experts: The Food Service Playbook
Q&A with the Experts: The Food Service PlaybookQ&A with the Experts: The Food Service Playbook
Q&A with the Experts: The Food Service Playbook
 
How about Huawei mobile phone-www.cfye-commerce.shop
How about Huawei mobile phone-www.cfye-commerce.shopHow about Huawei mobile phone-www.cfye-commerce.shop
How about Huawei mobile phone-www.cfye-commerce.shop
 

Uncertainty quantification of groundwater contamination

  • 1. Uncertainty quantification of groundwater contamination Alexander Litvinenko, joint work with Dmitry Logashenko, Raul Tempone, Gabriel Wittum and David Keyes KAUST https://ecrc.kaust.edu.sa/ Extreme Computing Research Center Group Seminar at KAUST, October 8, 2018
  • 2. 4* The structure of the talk Major Goal: estimate propagation of uncertainties in the groundwater flow. 1. Density-driven groundwater flow problem 2. Stochastic modeling and stochastic methods 3. Modeling of porosity 4. Numerical methods 5. 2D numerical experiments 6. 3D numerical experiments 7. Conclusion and best practices 2
  • 3. 4* Motivation As groundwater is an essential nutrition and irrigation resource, its pollution may lead to catastrophic consequences. Accurate modeling of the pollution of the soil and groundwater aquifer is impossi- ble due to presence of uncertainties in geological parameters. Applications: seawater intrusion into coastal aquifers, radioactive waste disposal, contaminant plumes etc. 3
  • 4. 4* What do we compute? The mean and the variance of QoIs Compute when dangerous concentration in a point achieve a certain level How long it takes to achieve a given concentration ? Estimate the risk that the pollutant concentration exceeds a certain level 4
  • 5. 4* Governing equations ∂t(φρ) + · (ρq) = 0, (1) ∂t(φρc) + · (ρcq − ρD c) = 0, (2) where c is the mass fraction of the salt, the tensor field D represents the molecular diffusion and the mechanical dispersion of the salt. We assume the Darcy’s law for q: q = − K µ ( p − ρg), (3) where p(t, x) is the hydrostatic pressure and g the gravity. 5
  • 6. 4* Governing equations Assume permeability K = KI, where K = K(x) ∈ R, and I ∈ Rd×d the identity matrix. Use the linear dependence for the density: ρ(c) = ρ0 + (ρ1 − ρ0)c, where ρ0 and ρ1 denote the densities of pure water and the brine, respectively. Thus, c ∈ [0, 1] with c = 0 corresponding to the pure water and c = 1 to the saturated solution. Assume D = φDmI, Dm the coefficient of the molecular diffusion. We neglect the dispersion.
  • 7. 4* Computational domains c = 1c = 0 c = 0 c = 0 600 m 300 m 150 m Schema of 3 layers 2D reservoir D = (0, 600) × (0, 150) and 3 realisations of the porosity. φ(x) ∈ [0.05, 0.09], φ(x) ∈ [0.077, 0.11], and φ(x) ∈ [0.097, 0.115]. 7
  • 8. 4* Two 3D reservoirs (left) D = (0, 600) × (0, 600) × (0, 150) m3. BC: Zero-flux for the entire fluid phase; concentration: c = 1 in the red spot, c = 0 otherwise on the top and Neumann-0 at the other boundaries. The pressure is set to 0 on the edges between the green and the blue parts. 8
  • 9. 4* Mathematical equation We introduce φ and assume K to be isotropic and dependent on φ: K = KI, K = K(φ) ∈ R. (4) The distribution of φ(x, θ), x ∈ D, θ = (θ1, ..., θM, ...). Each component θi is a random variable depending on random event ω, for shortness we skip ω and write θ := θ(ω). Assume (Kozeny-Carman-like equation) K(φ) = κKC · φ3 1 − φ2 , (5) where a scaling factor κKC . 9
  • 10. 4* Statistics The empirical mean c(t, x) ≈ Nq i=1 wi c(t, x, θi ) def = Nq i=1 wi ci , where Nq - number of quadrature points, wi quadrature weights, ci are “scenarios”. The empirical variance Var[c](t, x) ≈ Nq i=1 wi (c(t, x) − c(t, x, θi ))2 . 10
  • 11. 4* gPCE based surrogate c(t, x, θ) = β∈J cβ(t, x)Ψβ(θ), where {Ψβ} is a multivariate Legendre basis, β = (β1, ..., βj , ...) a multiindex and J a multiindex set. Ψβ(θ) := ∞ j=1 ψβj (θj ); ∀θ ∈ RN , ψβj (·) are Legendre monomials, cβ(t, x) ≈ 1 Ψβ, Ψβ Nq i=1 Ψβ(t, θi )c(t, x, θi )wi , 11
  • 12. 4* Numerical stability w.r.t. spatial resolution Took 200 various scenarios of the porosity. Compute and compare variances of the mass concentration on grids with n dofs after t = 5.5 years. Grid levels n value of QoI 6 132.000 Var[c](x) ∈ [0.0, 0.08] 7 526.000 Var[c](x) ∈ [0.0, 0.08] 8 2.100.000 Var[c](x) ∈ [0.0, 0.08] Two-level parallelization: each scenario is computed in parallel on 32 cores, all scenarios are computed in parallel on 200 nodes. 12
  • 13. 4* Utilized numerical methods UG4 is a flexible software system for simulating PDE based models on high performance parallel clusters (G. Wittum and his group). Computation of one scenario: 1. Spatial discretization on unstructured grids. 2. Implicit Euler schema in time. 3. Newton method with line search. 4. Solution of linearized systems by BiCGStab with multigrid preconditioning (V-cycle, ILU-smoothers). 5. Parallelisation is based on the distribution of the domain between cores. M scenarios are computed in parallel. Run on 4-8 spatial grid levels with n = 0.5 . . . 8 Mio grid points. Used 1 . . . 800 Shaheen nodes, computation time is 2-24 hours, 1000-1800 time steps, modeling time interval 5 − 8 years. 13
  • 14. 4* 2D example with 1 RV and small variance φ(x, ω) = 0.09 + 0.005ξ(cos(x/300) + sin(y/150)), where ξ ∼ U[−1, 1], time=5.5 years. 1st row: c(x) ∈ (0, 1) computed via MC (200 simulations) and via gPCE4 (m = 1, p = 4); 2nd row: Var[c]MC ∈ (0, 0.021), Var[c]gPCE4 ∈ (0, 0.023). Conclusion: 9 GL points gives almost the same result as 200 MC points, but are much faster. 14
  • 15. 4* 2D example with 2 RVs and larger variance φ(x, ω) = 0.1 + 0.01(ξ1 cos(x/1200) + ξ2 sin(y/300)), where ξ1, ξ2 ∼ U[−1, 1], 1.5 years. 1st row: c(x), computed via MC (1500 simulations) and via gPCE, c(x) ∈ (0, 1), Var[c]MC ∈ (0, 0.076), 2nd row: Var[c]gPCE5 ∈ (0, 0.068), Var[c]gPCE7 ∈ (0, 0.0714), Var[c]gPCE9 ∈ (0, 0.0847). Conclusion: Our surrogate and MC give similar c. Var[c] computed by surrogate of order 7 is most close to the MC variance. 15
  • 16. 4* Difficulties caused by uncertain porosity Relative small variations in the porosity may result in 3 different realizations of the mass fraction: with (a) 5 fingers; (b) 4 fingers; (c) 5 fingers. (a) (b) (c) Non-linearity may result in several stationary solutions. 16
  • 17. 4* Evolution of variance in time Below we plot Var[c] after 2.75, 5.5 and 8.25 years. The variance is accumulated and growing. (a) 2.75year, Var[c](x) ∈ (0, 0.023) (b) 5.5 year, Var[c](x) ∈ (0, 0.055) (c) 8.25year, Var[c](x) ∈ (0, 0.07) Results are obtained with 700 quasi MC samples. 17
  • 18. 4* 3D reservoir φ(x, θ) = 0.1 + exp(θ1 sin(πx/600) + θ2 sin(πy/600) + θ3 sin(πz/150) + θ1 sin(πx/600)+ + θ1 sin(πx/600) sin(πy/600) + θ2 sin(πx/600) sin(πz/150) + θ3 sin(πy/600) sin(πz/150)). (a) (b) Five isosurfaces of c after 9.6 years 18
  • 19. 4* Isosurfaces of Var[c] in 3D reservoir (a) (b) Var[c] after 4.8 years, N ≈ 8 · 106 grid points. 19
  • 20. 4* Isosurfaces of Var[c] in 3D reservoir (a) (b) Isosurfaces of the variance of the mass fraction after 3 years; (a) Var[c]0.05; (b) Var[c]0.15. 20
  • 21. 4* Evolution of probability density function in a point PDFs at aquifer point (100, 0, −25) after (a) 0.6, (b) 1.2, (c) 1.8, and (d) 2.4 years. 21
  • 22. 4* Propagation of the contamination Evolution of the mean concentration in time after a) 0, b) 0.55, c) 1.1, d) 2.2 years. The cutting plane is (150, y, z). 22
  • 23. 4* Model: 3D reservoir with three layers 1st row: three layers of the porosity; profiles of c; 2nd row: isosurface |cdet − c|0.25; isosurfaces Var[c]0.05 and Var[c]0.12. 23
  • 24. 4* Conclusion Solved time-dependent, non-linear density driven flow problem with uncertain porosity and permeability in 2D and 3D Computed propagation of uncertainties in porosity into the mass fraction. Computed the mean, variance, exceedance probabilities, quantiles, risks. For moderate perturbations, our gPCE cheap surrogate model successfully replaces expensive MC simulations Used highly scalable solver on up to 800 nodes For large variance of porosity, standard sparse grids may fail, visualization of dependence of QoI on the uncertain parameters may help Such QoIs as the number of fingers, their size, propagation time are unstable for high variability in porosity
  • 25. 4* Acknowledgement 1. Elmar Zander (TU Braunschweig) for the sglib library. 2. KAUST, Shaheen project k1051, 2.7 Mio hours. 3. KAUST Supercomputing Lab. 4. KAUST Visualization Lab. THANK YOU FOR YOUR ATTENTION ! 25
  • 26. 4* Literature 1. S. Reiter, A. Vogel, I. Heppner, M. Rupp, and G. Wittum, A massively parallel geometric multigrid solver on hierarchically distributed grids, Computing and visualization in science 16, 4 (2013), pp 151-164, DOI: 10.1007/s00791-014-0231-x 2. A. Vogel, S. Reiter, M. Rupp, A. N¨agel, and G. Wittum, UG4 – a novel flexible software system for simulating PDE based models on high performance computers. Computing and visualization in science 16, 4 (2013), pp 165-179, DOI: 10.1007/s00791-014-0232-9 3. A. Schneider, H. Zhao, J. Wolf, D. Logashenko, S. Reiter, M. Howahr, M. Eley, M. Gelleszun, H. Wiederhold, Modeling saltwater intrusion scenarios for a coastal aquifer at the German North Sea, E3S Web of Conferences 54, 00031 (2018), DOI:10.1051/e3sconf/20185400031 4. P. Waehnert, W.Hackbusch, M. Espig, A. Litvinenko, H. Matthies: Efficient low-rank approximation of the stochastic Galerkin matrix in the tensor format, Computers & Mathematics with Applications, 67 (4), pp 818-829, 2014 5. A. Litvinenko, D. Keyes, V. Khoromskaia, B. N. Khoromskij, H. G. Matthies, Tucker Tensor Analysis of Matern Functions in Spatial Statistics, DOI: 10.1515/cmam-2018-0022, Computational Methods in Applied Mathematics , 2018. 26
  • 27. 4* Literature 6. S. Dolgov, B.N. Khoromskij, A. Litvinenko, H.G. Matthies, Computation of the Response Surface in the Tensor Train data format arXiv preprint arXiv:1406.2816, 2014 7. S. Dolgov, B.N. Khoromskij, A. Litvinenko, H.G. Matthies, Polynomial Chaos Expansion of Random Coefficients and the Solution of Stochastic Partial Differential Equations in the Tensor Train Format, IAM/ASA J. Uncertainty Quantification 3 (1), pp 1109-1135, 2015 8. A. Litvinenko, H.G. Matthies, T.A. El-Moselhy, Sampling and low-rank tensor approximation of the response surface, Monte Carlo and Quasi-Monte Carlo Methods 2012, pp 535-551, Springer, 2013. 9. A. Litvinenko, Application of hierarchical matrices for solving multiscale problems, PhD, Leipzig University, Germany, 2006. 10. A. Litvinenko, H.G. Matthies, Inverse problems and uncertainty quantification, arXiv:1312.5048, 2013. 11. A. Litvinenko, H.G. Matthies, Sparse data representation of random fields, PAMM: Proceedings in Applied Mathematics and Mechanics 9 (1), pp 587-588, 2009. 27