Skip to content

Test Problems: VortexPairLinear

hsinhaoHHuang edited this page Jan 28, 2025 · 1 revision

Caution

Please do not edit this file (page) manually since the workflow will overwrite your changes.

This file (page) is automatically generated by the workflow Update test problem wiki page using the script tool/wiki/sync_test_problem_pages.py.

The workflow is triggered by push changes to any of example/test_problem/*/*/README.md and tool/wiki/sync_test_problem_pages.py.

configure.py options

Default setup

  • Evolve vortex pair for one period
  • Use the periodic boundary conditions
  • Wavelengths along x and y can be adjusted to multiples of the box size
  • Wave in z-direction is turned off by default

Note

  • Evolve vortex pair with linear motion along x in a 2D simulation
    • Wave function psi_vorpair(x,y) = background + A*cos(ky*y)*exp( i*(kx*x-Omega*t+Phase0) ) where A is a constant on the order of background, kx and ky are wavenumbers, Omega=0.5/ELBDM_ETA*(kx^2+ky^2), and Phase0 is a phase constant
  • Optionally: Add wave in z direction
    • psi(x, y, z) = psi_vorpair(x,y) + background_z * exp( i*(kz*z-ZWaveOmega*t) ) where background_z is a constant on the order of background, kz is a wavenumber and Omega=0.5/ELBDM_ETA*(kz^2)

Links

Main page of Test Problems

Clone this wiki locally