forked from gamer-project/gamer
-
Notifications
You must be signed in to change notification settings - Fork 0
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
.
- Must enable
-
--model=
ELBDM
-
--model=
- Must disable
- Available options
- 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
- 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) )
whereA
is a constant on the order of background,kx
andky
are wavenumbers,Omega=0.5/ELBDM_ETA*(kx^2+ky^2)
, andPhase0
is a phase constant
- Wave function
- Optionally: Add wave in
z
direction-
psi(x, y, z) = psi_vorpair(x,y) + background_z * exp( i*(kz*z-ZWaveOmega*t) )
wherebackground_z
is a constant on the order of background,kz
is a wavenumber andOmega=0.5/ELBDM_ETA*(kz^2)
-
Getting Started
User Guide
- Installation
- Running the Code
- Adding New Simulations
- Runtime Parameters
- MPI and OpenMP
- GPU
- Physics Modules
- Outputs
- Simulation Logs
- Data Analysis
- In Situ Python Analysis
- Test Problems
- Troubleshooting
Advanced Topics
Developer Guide