![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
Public Member Functions | |
subroutine, public | current_calculations_constructor (nr, np) |
subroutine, public | current_calculations_destructor |
subroutine, public | current_densities (a, xaxis, type) |
subroutine, public | total_current (a, xaxis, toroidal_current) |
subroutine, public | si_currents |
subroutine, public | q_calculation (xaxis, cx, cy, a, q) |
Public Attributes | |
real(r8), public | j0 |
real(r8), public | cscale |
real(r8), dimension(:), allocatable, public | j_tor_loc |
real(r8), dimension(:), allocatable, public | j_tor_av |
real(r8), dimension(:), allocatable, public | i_tor |
Definition at line 1 of file current_calculations.f90.
subroutine, public current_calculations::current_calculations_constructor | ( | integer(itm_i4), intent(in) | nr, |
integer(itm_i4), intent(in) | np | ||
) |
subroutine, public current_calculations::current_calculations_destructor | ( | ) |
subroutine, public current_calculations::current_densities | ( | real(r8), intent(in) | a, |
real(r8), intent(in) | xaxis, | ||
character(len = *), intent(in) | type | ||
) |
Definition at line 59 of file current_calculations.f90.
subroutine, public current_calculations::q_calculation | ( | real(r8), intent(in) | xaxis, |
real(r8), intent(in) | cx, | ||
real(r8), intent(in) | cy, | ||
real(r8), intent(in) | a, | ||
real(r8), dimension(nr), intent(inout) | q | ||
) |
Definition at line 188 of file current_calculations.f90.
subroutine, public current_calculations::si_currents | ( | ) |
Definition at line 163 of file current_calculations.f90.
subroutine, public current_calculations::total_current | ( | real(r8), intent(in) | a, |
real(r8), intent(in) | xaxis, | ||
real(r8), intent(out) | toroidal_current | ||
) |
Definition at line 107 of file current_calculations.f90.
real(r8), public current_calculations::cscale |
Definition at line 9 of file current_calculations.f90.
real(r8), dimension(:), allocatable, public current_calculations::i_tor |
Definition at line 16 of file current_calculations.f90.
real(r8), public current_calculations::j0 |
Definition at line 8 of file current_calculations.f90.
real(r8), dimension(:), allocatable, public current_calculations::j_tor_av |
Definition at line 16 of file current_calculations.f90.
real(r8), dimension(:), allocatable, public current_calculations::j_tor_loc |
Definition at line 16 of file current_calculations.f90.