gray/tests/08-STEP/__init__.py
Michele Guerini Rocco 6fad08ed7c
add tests
2024-02-09 11:16:17 +01:00

22 lines
519 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

'''
STEP SPR-45 v6 rampup scenario;
circular beam, O1 mode;
estrapolation of ψ(R,z) required;
launch from grid corner, ψ<1 outside boundary
Notes:
- The ray passes through a region of ρ<1 outside the plasma boundary and
because of the problem with the ρ(R,z) → n_e mapping enters a virtual
plasma.
- test_error_biased is failing because X immediately jumps from 0 → 0.2
without the smooth boundary transition.
'''
from .. import TestCase, GrayTest
class Test(GrayTest, TestCase):
pass