-
Notifications
You must be signed in to change notification settings - Fork 14
Description
In GitLab by @mkovari on Mar 2, 2017, 11:08
The consumption of flux during start-up and current ramp is given by sum of the resistive flux consumption during start-up and current ramp and the flux consumption due to the self-inductance of the plasma during current ramp-up. The calculation of resistive flux consumption is based on the fact that the ramp-up takes of the order of the resistive current penetration time. The flux consumption is therefore dependent on the empirical Ejima constant, defined by the user (default value 0.4).
However, we don't actually calculate the ramp-up time in this way! There are a couple of limitations on the ramp-up time:
- Constraint 41: Plasma current ramp-up time lower limit (The minimum inductive current ramp-up time depends on the voltage available from the CS power supply and the inductive coupling between the CS and the plasma).
- Constraint 66: Limit on rate of change of energy in poloidal field.
- In addition the maximum rate of change of plasma current is a function of the plasma current:
ipdot = 0.0455D0*plascur
When the plasma reaches its burn temperature the resistive diffusion time is very long, and it is this time that is implied in the flux calculation using the Ejima coefficient:
Resistive diffusion time (s) (res_time) 3.170E+03 OP
The current ramp actually takes place at much lower temperatures, and does not take this long.
In practice this means that the calculation of the required flux swing is probably OK as long as the current ramp is set to a value less than the resistive diffusion time res_time.
Comments @rkemp @jmorris-uk @fmavig