diff options
author | 2019-12-18 13:53:10 -0800 | |
---|---|---|
committer | 2019-12-18 13:53:10 -0800 | |
commit | c26e7d89449586a17c9d2db1e20b916f3a484c49 (patch) | |
tree | 3bb8cb7fd6a2bc37634dc9de6b992b2674d42dda /Python/pywarpx/picmi.py | |
parent | 32d00398e92821f093a6dd573e789d64457540df (diff) | |
download | WarpX-c26e7d89449586a17c9d2db1e20b916f3a484c49.tar.gz WarpX-c26e7d89449586a17c9d2db1e20b916f3a484c49.tar.zst WarpX-c26e7d89449586a17c9d2db1e20b916f3a484c49.zip |
moving_window_velocity does not exist in PICMI RZ
Diffstat (limited to '')
-rw-r--r-- | Python/pywarpx/picmi.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py index ce0f1f0e6..a21775732 100644 --- a/Python/pywarpx/picmi.py +++ b/Python/pywarpx/picmi.py @@ -334,9 +334,6 @@ class CylindricalGrid(picmistandard.PICMI_CylindricalGrid): pywarpx.warpx.moving_window_v = self.moving_window_zvelocity/constants.c # in units of the speed of light else: raise Exception('RZ PICMI moving_window_velocity (only available in z direction) should be a scalar') - - if self.moving_window_velocity is not None: - raise Exception('PICMI RZ geometry uses moving_window_zvelocity (scalar) instead of moving_window_velocity (vector)') if self.refined_regions: assert len(self.refined_regions) == 1, Exception('WarpX only supports one refined region.') |