Taylor-Green vortex

Taylor-Green vortex#

The Taylor-Green vortex (TGV) is a series of analytical solutions of NS equations. In 2-dimensions, the TGV analytical solutions are usually of the form,

u(x,y,t)=βˆ’sin⁑(Ο€x)cos⁑(Ο€y)eβˆ’2Ο€2t/Re,v(x,y,t)=cos⁑(Ο€x)sin⁑(Ο€y)eβˆ’2Ο€2t/Re,p(x,y,t)=14(cos⁑(2Ο€x)+cos⁑(2Ο€y))eβˆ’4Ο€2t/Re,Ο‰(x,y,t)=βˆ’2Ο€sin⁑(Ο€x)sin⁑(Ο€y)eβˆ’2Ο€2t/Re.

The domain, either periodic or not, is typically given as Ξ©=[0,2]2. The above analytical solutions are used for initial and boundary conditions. The simulation, for example, runs from t=0 to t=1 and errors are measured at t=1.

For a phyem implementation of the shear layer rollup using the dual-field method introduced in [Dual-field NS, Zhang et al., JCP (2022)], click phyem_df2_TGV.py.


↩️ Back to 🌊 Navier-Stokes equations.