PBDW - Parameterised-Background Data-Weak formulation#

The Parameterised-Background Data-Weak (PBDW) was introduced in [17] as a practical algorithm to general variational data assimilation

uξ=arg minuUξ||uubk||L2(Ω)2+1Mm=1M(vm(u)ymobs)2

It has been shown in [25] that this can be written as a weak formulation to be later converted into a linear system of small dimension. The state estimation can be written as a linear combination in the following way

uξ(x)=m=1Mγmgm(x)+n=1Nznζn(x),

in which the first summation represents the correction term related to the measurements, whereas the latter is the part arising from the reduced basis approximation of the snapshots space. The coefficients are the solution of the following linear system

[ξMI+AKKT0][γξzξ]=[yobs0]

provided the following definitions: let ARM×M and KRM×N matrices, defined as

Amm=(gm,gm)L2(Ω)m,m=1,M,Kmn=(gm,ζn)L2(Ω)=vm(ζn)m=1,Mn=1,,N.

The algorithm is implemented in OpenFOAM, applied to scalar fields only, the details of the implemented version of the formulation can be found in [21].

There are 2 folders containing the offline and online phase of the algorithm.

  • ScalarPBDW_Offline

  • ScalarPBDW_Online

The PBDW is a general framework to combine data and mathematical models approximated through reduced basis techniques, hence it can accomodate different techniques to generate the basis functions and the basis sensors.

In this work, the default option is given by the couple WeakGreedy+SGREEDY, alternatevely the greedy procedure of GEIM is used.

WeakGreedy algorithm#

The rationale behind this algorithm is quite similar to the GEIM one, and the main difference between the two stands in the generation of the basis functions.

The first iteration starts by selecting the generating function

u1(x)=arg maxuUu(x;μ)L2(Ω)

and the correspondent basis function as

ζ1(x)=u1(x)u1(x)L2(Ω)Z1=span{ζ1}

Then the main loop, where 2MMmax, begins: the generating function is selected as the one maximizing the error

uM(x)=arg maxuUEM1[u]=arg maxuUu(x;μ)i=1M1zi(μ)ζi(x)L2(Ω)

where zi=(u,ζi)L2(Ω) and EM1 is the reconstruction error at the Mth iteration. The generating function is later orthonormalized with respect to the basis, using the Gram-Schmidt procedure and accordingly the reduced space will be defined as

ZM=span{ζ1,,ζM}

EM1 may be replaced by a proper error estimator ΔM1EM1, which allows a speed up of the calculations.

SGREEDY algorithm#

This algorithm maximizes the inf-sup constant βN,M in a greedy manner [9, 14], the main difference with respect to GEIM is that this procedure works also for M>N, hence we can place more sensors M than the number of basis function N used; furthermore SGREEDY is equivalent to GEIM are equivalent if M=N. The details are reported in following algorithm.

NRGlogo

Theorem 1 (Inf-Sup theorem)

The inf-sup constant βN,M is the square root of the minimum eigenvalue of the following problem

KTA1Kzn=λnZznn=1,N

where the matrices are defined as

Amm=(gm,gm)L2(Ω)m,m=1,MKmn=(gm,ζn)L2(Ω)m=1,Mn=1,,NZnn=(ζn,ζn)L2(Ω)n,n=1,,N