VCG - Double Gyre 3D
![]() |
Description
3D Double Gyre flow, performs translation of vortices in positive x direction back and forth with distance eps. Essentially 2D Double Gyre extruded into the z-axis.
Details
The Double Gyre 3D flow consists of two vortices next to on another, moving forward and backward in x-direction with distance specified in
eps
parameter. The equations for this flow are as follows:
$v(x,y,t)= \pi A \begin{pmatrix}-\sin(\pi f(x))\cos(\pi y)\\\cos(\pi f(x))\sin(\pi y) \frac{d f}{dx}\\ \frac{1}{5} z (1-z)(z -\epsilon \sin (4\pi\frac{t}{T})-\frac{1}{2})\end{pmatrix}$
with
$f(x,t)= \epsilon \sin(\frac{1}{T} t)x^2 + (1-2\epsilon \sin(\frac{1}{T} t))x$ in the domain $[0,2] \times [1,0] \times [1,0]$
Model is as described in
[Wilde]
,
[Shadden]
.
Input
Output
vtkImageData
Parameters
Authors
Lutz Hofmann
References
S. C. Shadden, F. Lekien, J. E. Marsden:
Definition and properties of Lagrangian coherent structures from finite-time Lyapunov exponents in two-dimensional aperiodic flows
Physica D: Nonlinear Phenomena,
vol. 212,
no. 3,
pp. 271 - 304,
2005.
T. Wilde, C. Rossl, H. Theisel:
Recirculation Surfaces for Flow Visualization
IEEE Transactions on Visualization and Computer Graphics,
vol. PP,
pp. 1-1,
2018.
Acknowledgements