Anonymous
×
Create a new article
Write your page title here:
We currently have 105 articles on MOR Wiki. Type your article name above or click on one of the titles below and start writing!



MOR Wiki

Difference between revisions of "Fluid Flow Linearized Open Cavity Model"

Line 34: Line 34:
 
In <ref name=PoussotSipp></ref>, the IRKA approach (being a realization based <math>\mathcal H_2</math>-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.
 
In <ref name=PoussotSipp></ref>, the IRKA approach (being a realization based <math>\mathcal H_2</math>-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 approaches (we used the Loewner framework). First, the frequency response <math>H_j(\xi_i)</math> of each <math>j=1,\dots,3</math> configurations for frozen complex values <math>\xi_i=\imath\omega_i</math>, with <math>\omega_i\in\mathbb R_+</math> and <math>i=1,\dots,\overline n=\underline n=100</math> is computed. Then, ten intermediate configurations between each Reynolds numbers configuration <math>j</math> are constructed by linear interpolation of the frequency responses <math>H_j(\xi_i)</math>.
+
Here instead, we suggest the parametric a data-driven approaches (we used the Loewner framework). First, the frequency response <math>H_j(\xi_i)</math> of each <math>j=1,\dots,3</math> configurations for frozen complex values <math>\xi_i=\imath\omega_i</math>, with <math>\omega_i\in\mathbb R_+</math> and <math>i=1,\dots,100</math> is computed. Then, ten intermediate configurations between each Reynolds numbers configuration <math>j</math> are constructed by linear interpolation of the frequency responses <math>H_j(\xi_i)</math>.
   
 
===Considered data===
 
===Considered data===

Revision as of 16:45, 7 June 2021

Under Construction.png Note: This page has not been verified by our editors.

Description

Motivation

Figure 1: Open cavity geometry and flow computed on FreeFem.
Figure 2: Open cavity schematic view: actuator on the left and sensor on the right of the cavity.

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 xx--CrossReference--dft--fig:cavity--xx and xx--CrossReference--dft--fig:cavityScheme--xx.

For simulation purpose, the phenomena modeled by Navier and Stokes equations, is spatially discretized along a mesh composed of 193,874 triangles, corresponding to n=680,974 degrees of freedom for the velocity variables along the x and y axis. After linearization around three fixed points for varying Reynolds numbers Re=\{4000,5250,6000\} three dynamical models \{H_j\}_{j=1}^3 can be described as a DAE realization of order n=680,974 given as (matrices, about 100Mo each, can be provided under request to Charles Poussot-Vassal )


E \dot x_j(t) = A_jx_j(t) + Bu(t) \text{ , } y(t)=Cx_j(t) \text{ where } E,A_j \in \mathbb R^{n\times n} \text{ and } B,C^T \in \mathbb R^{n}

where the input u(t) is the vertical pressure actuator located upstream of the cavity and the output y(t) is a shear stress sensor, located downstream of the cavity. In this particular case, the parameter is the Reynolds number Re. The transfer functions read


H_j(s) = C(sE-A_j)^{-1}B \in \mathbb{C}

In [2], the IRKA approach (being a realization based \mathcal H_2-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 approaches (we used the Loewner framework). First, the frequency response H_j(\xi_i) of each j=1,\dots,3 configurations for frozen complex values \xi_i=\imath\omega_i, with \omega_i\in\mathbb R_+ and i=1,\dots,100 is computed. Then, ten intermediate configurations between each Reynolds numbers configuration j are constructed by linear interpolation of the frequency responses H_j(\xi_i).

Considered data

File:FluidControl data.png
Figure 3: Open cavity geometry.

The benchmark contains a set of complex-domain reponses provided at varying real frozen Reynolds parametric values. The numerical values data as inspired (but slightly modified) from the reference paper given below and are provided as Matlab data. More specifically, This benchmark contains a set of complex-domain/parametric(real)-domain input-output data computed from a high dimensional linear descriptor model given as (where n\approx 700,000):


E \dot x = Ax + Bu \text{ , } y=Cx \text{ where } E,A \in \mathbb R^{n\times n} \text{ and } B,C^T \in \mathbb R^{n}

and which matrices have been obtained by linearizing the Navier and Stokes equations at frozen Reynolds numbers, from a high fidelity simulator.

The data provided in this use-case are given as the triple:


\{\xi_i,p_j,H_{ij}^{n_y\times n_u}\}_{i=1,j=1}^{N+1,M},

where H_{ij}\in\mathbb C^{n_y\times n_u} represents the transfer from n_u=1 input signal (upward cavity pressure) to n_y=1 measurement output (downward cavity pressure), evaluated at varying complex values \xi_i\in\mathbb C and p_j\in\mathbb R, for j=1,\dots,M=3. Specifically, the frequencies are between 0.1Hz until 42.1Hz in steps of 0.1Hz.

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

Objective

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 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

  1. 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. 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.

Contact

Charles Poussot-Vassal