mag_axis_loc Subroutine

public subroutine mag_axis_loc(self, phi, axis_x, axis_y)

Returns the coordinates of magnetic axis

Type Bound

dommaschk_t

Arguments

Type IntentOptional Attributes Name
class(dommaschk_t), intent(in) :: self

Instance of class

real(kind=FP), intent(in) :: phi

Toroidal angle

real(kind=FP), intent(out) :: axis_x

x-coordinate of the magnetic axis

real(kind=FP), intent(out) :: axis_y

y-coordinate of the magnetic axis


Calls

proc~~mag_axis_loc~6~~CallsGraph proc~mag_axis_loc~6 dommaschk_t%mag_axis_loc proc~interpol1d interpol1d proc~mag_axis_loc~6->proc~interpol1d proc~handle_error handle_error proc~interpol1d->proc~handle_error none~handle_error error_handler_t%handle_error proc~handle_error->none~handle_error

Called by

proc~~mag_axis_loc~6~~CalledByGraph proc~mag_axis_loc~6 dommaschk_t%mag_axis_loc proc~in_vessel~6 dommaschk_t%in_vessel proc~in_vessel~6->proc~mag_axis_loc~6