-
Notifications
You must be signed in to change notification settings - Fork 0
Physics Problems
tnbernard edited this page Jul 17, 2025
·
3 revisions
The solver is configured to investigate the advection equation
Two primary initial conditions are provided to test different physical phenomena.
- Initial Condition: A 2D Gaussian blob of density that is not aligned with the magnetic field.
-
Physics: Because the blob exists across multiple flux surfaces with different
qvalues, it is subject to magnetic shear. The parts of the blob at larger radii will advect poloidally at a different effective speed than the parts at smaller radii. - Expected Result: The blob will smear across the radii at different rates.
- Initial Condition: A blob that is elongated along a single magnetic field line.
- Physics: In an ideal case, a structure that is perfectly aligned with the magnetic field should experience no shearing forces. All parts of the structure should move together coherently.
- Expected Result: The elongated blob should rotate rigidly as a coherent structure. It should not shear apart. This is a stringent test of the accuracy of the parallel gradient operator and the interpolation scheme. Any numerical error in the parallel direction will manifest as artificial shearing.