Skip to content

Commit 82a4127

Browse files
committed
Pedestal radius should be in length units
The pedestal radius used should have dimensionality of the length units being used.
1 parent 6918a45 commit 82a4127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parametric_plasma_source/plasma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self,
2020
ion_temperature_pedistal=6.09,
2121
ion_temperature_seperatrix=0.1,
2222
ion_temperature_origin=45.9,
23-
pedistal_radius=0.8,
23+
pedistal_radius=120, # 0.8 * minor_radius
2424
ion_density_peaking_factor=1,
2525
ion_temperature_peaking_factor=8.06,
2626
ion_temperature_beta=6.0,

0 commit comments

Comments
 (0)