Note: This page has not been verified by our editors.
Description
Motivation
This benchmark considers a fluid-flow configuration. It consists of a two-dimensional open square cavity geometry flow problem where air flows from left to right. Such a configuration is described in details in the original work of [1] and also (with a more dynamical system view point) in [2], and illustrated on Fig. 1 and Fig. 2.
For simulation purpose, the phenomena modeled by Navier and Stokes equations, is spatially discretized along a mesh composed of triangles, corresponding to
degrees of freedom for the velocity variables along the
and
axis. After linearization around three fixed points for varying Reynolds numbers
three dynamical models
can be described as a DAE realization of order
given as (matrices, about 100Mo each, can be provided under request to Charles Poussot-Vassal )
where the input is the vertical pressure actuator located upstream of the cavity and the output
is a shear stress sensor, located downstream of the cavity. In this particular case, the parameter is the Reynolds number
. The transfer functions read
In [2], the IRKA approach (being a realization based -oriented reduction method) is used to sequentially approximate each realization with a low dimensional one. Then, the interpolation along the parameter is done in a second step by interpolating each coefficients in the canonical basis of the obtained realization.
Here instead, we suggest the parametric a data-driven way. The approach involves the Loewner framework as in [3]. We then construct the data as follows:
First, the frequency response of each
configurations for frozen complex values
, with
,
and
is computed.
Second, ten intermediate parametric configurations between each
-th Reynolds numbers configuration are constructed by linear interpolation of the frequency responses
, leading to
, for
configurations. Note that this second data interpolation is purely numerical and probably out of real physics.
Considered data
The proposed benchmark contains a set of complex-domain responses provided at varying real parametric values. The numerical values are inspired (but slightly modified) from the reference paper given below and are given as Matlab file. More specifically, the data provided in this use-case are given as the triple:
where represents the transfer from the input signal (upward cavity pressure) to the measurement output (downward cavity pressure), evaluated at varying complex values
and parameters
.
Origin
Collaboration between ONERA DTIS (dynamical systems and information departement) and DAAA (Fluid mechanics departement). The data come from a fluid simulator (coded in FreeFem++). The model is constructed by D. Sipp and post-processing was performed jointly by P. Vuillemin and C. Poussot-Vassal.
Data
Description
The FluidFlowCavityDataParametric.zip (36ko) repository contains three files:
- The dataONERA_FluidFlowOpenCavity.mat data file, with
- P : the parametric values (real
vector).
- S : the complex values where the model is evaluated (real
vector). Note that the first element of S is real to ensure a real realisation while the 122 others are complex conjugated.
- H : transfer function matrix evaluation at different S,P couples (complex
matrix).
- P : the parametric values (real
- The dataONERA_FluidFlowOpenCavity_withMOR.mat data file, with a parametric ROM obtained with the MOR toolbox using the parametric Loewner method.
- Hr : linear parametric rational ROM (state-space matrices in Matlab form). This set of matrices leads to the parametric descriptor state-space model of the form "Hr_p = @(p) dss(...)", of dimension 40 in s and 10 in p, detailed in the code.
- The startONERA_FluidFlowOpenCavity.m script file, used to loads and plots the data for illustration and a solution.
Objective
Find a linear (stable?) parametric reduced order model that well approximates the data. Note that stability property seems very promising.
Citation
To cite this benchmark, use the following references:
- For the benchmark itself and its data:
- The MORwiki Community, Fluid Flow Linearized Open Cavity Model. MORwiki - Model Order Reduction Wiki, 2021. https://morwiki.mpi-magdeburg.mpg.de/morwiki/index.php/Fluid_Flow_Linearized_Open_Cavity_Model
- For illustration of the Loewner-driven parametric model construction involvin this use-case, see:
@article{GoseaHNA:2022, author = {V. Gosea and C. Poussot-Vassal and A.C. Antoulas}, title = {Data-driven modeling and control of large-scale dynamical systems in the Loewner framework}, journal = {Handbook of Numerical Analysis}, year = {2022}, volume = {23}, number = {Numerical Control: Part A}, pages = {499-530}, }
- For the background on the benchmark with a dynamical and control engineering point of view:
@inproceedings{PoussotLPVS:2015, author = {C. Poussot-Vassal and D. Sipp}, title = {Parametric reduced order dynamical model construction of a fluid flow control problem}, booktitle = {Proceedings of the 1st IFAC Workshop on Linear Parameter Varying Systems}, address = {Grenoble, France}, month = {October}, year = {2015}, pages = {133-138}, }
- For the background on the benchmark with a fluid-flow point of view:
@article{Barbagallo:2008, author = {A. Barbagallo and D. Sipp and P.J. Schmid}, journal = {Journal of Fluid Mechanics}, pages = {1-50}, title = {Closed-loop control of an open cavity flow using reduced-order models}, volume = {641}, year = {2008} }
References
- ↑ A. Barbagallo and D. Sipp and P.J. Schmid, "Closed-loop control of an open cavity flow using reduced-order models", Journal of Fluid Mechanics, vol. 641, pp. 1-50
- ↑ 2.0 2.1 C. Poussot-Vassal and D. Sipp, "Parametric reduced order dynamical model construction of a fluid flow control problem", in Proceedings of the 1st IFAC Workshop on Linear Parameter Varying Systems (LPVS), Grenoble, France, 2015, pp. 133-138.
- ↑ I.V. Gosea, C. Poussot-Vassal and A.C. Antoulas, "Data-driven modeling and control of large-scale dynamical systems in the Loewner framework: Methodology and applications", in Handbook of Numerical Analysis, 23, 2022, pp. 499-530.