Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=dp), | public | :: | vcritx |
Function for calculating upstream temperature(keV) in Reinke model author: H Lux, CCFE/UKAEA bt : input real : toroidal field on axis (T) flh : input real : fraction of Psep/P_LH qstar : input real : safety factor similar to q95 (see #707) rmajor : input real : major radius (m) eps : input real : inverse aspect ratio fgw : input real : ratio of volume averaged density to n_GW kappa : input real : elongation lhat : input real : connection length factor This function calculates the upstream temperature in the divertor/SoL model used for the Reinke citerion. Issue #707 M.L. Reinke 2017 Nucl. Fusion 57 034004
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp) | :: | bt | ||||
real(kind=dp) | :: | flh | ||||
real(kind=dp) | :: | qstar | ||||
real(kind=dp) | :: | rmajor | ||||
real(kind=dp) | :: | eps | ||||
real(kind=dp) | :: | fgw | ||||
real(kind=dp) | :: | kappa | ||||
real(kind=dp) | :: | lhat |
Initialise module variables