-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the 🌀FlowControl Wiki! [UNDER CONSTRUCTION]
- Home: homepage of the project
- Getting started: installation tips
- Code: basics: basic code description and usage
- Code: advanced: additional code information and advanced usage
- Code: utility: utility functions surrounding the code
- Numerical details: details on the implementation
- Third-party tools: some third-party tools used for mesh generation and visualization
- Examples: showcase of two examples
- FAQ: frequently asked questions and debug ideas
The FlowControl toolbox is an open-source toolbox addressing the simulation and control of 2D incompressible flows. It aims at providing a user-friendly way to simulate flows with actuators and sensors, a possibility to readily define new use-cases and support for operators & frequency responses computations.
This page contains introductory information about the toolbox. For more in-depth content, feel free to consult the Wiki.
The toolbox is shipped with two benchmarks for flow control and allows for easy implementation of new cases.
The core of the toolbox is in Python and relies on FEniCS 2019.1.0 as a backend.
- By default, the toolbox integrates in time the
Incompressible Navier-Stokes equations. For a 2D flow defined by its velocity
${v}({x}, t) = [v_1({x}, t), v_2({x}, t)]$ and pressure$p({x}, t)$ inside a domain${x} = [x_1, x_2] \in\Omega$ , the equations read as follows:
- The only numerical parameter of the non-dimensional equations, the Reynolds number defined as
$Re = \frac{UL}{\nu}$ , balances convective and viscous terms.
The toolbox allows the user to define actuators for forcing and sensors to probe the flow. It also provides utility for controller design and implementation.
Two canonical oscillator flows often used for control are shipped with the current code.
| Use-case | Description |
|---|---|
| Cylinder | Flow past a cylinder at Re=100 |
| Cavity | Flow over an open cavity at Re=7500 |
The following articles were based on previous versions of the code:
- Jussiau, W., Leclercq, C., Demourant, F., & Apkarian, P. (2022). Learning linear feedback controllers for suppressing the vortex-shedding flow past a cylinder. IEEE Control Systems Letters, 6, 3212-3217.
- Jussiau, W., Leclercq, C., Demourant, F., & Apkarian, P. (2024). Data-driven stabilization of an oscillating flow with linear time-invariant controllers. Journal of Fluid Mechanics, 999, A86.
- Jussiau, W., Demourant, F., Leclercq, C., & Apkarian, P. (2025). Control of a Class of High-Dimensional Nonlinear Oscillators: Application to Flow Stabilization. IEEE Transactions on Control Systems Technology.
The current roadmap is as follows:
- Complete the documentation 📖,
- Refactor and release additional control-related tools,
- Update the project to FEniCSx,
- Sort and check all utility functions,
- Implement general form for operator computation,
- Docker/venv/pip.
Powered by GitHub