![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
Module provides the convergence check for the ETS. More...
Public Member Functions | |
subroutine | check_convergence (COREPROF_ITER, COREPROF_NEW, CONTROL_DOUBLE) |
Convergence check This routine checks the convergence of plasma profiles. More... | |
subroutine | check_convergence_neutrals (CORENEUTRALS_ITER, CORENEUTRALS_NEW, CONV) |
Convergence check neutrals This routine checks the convergence of plasma profiles. More... | |
subroutine | check_convergence_impurities (COREIMPUR_ITER, COREIMPUR_NEW, CONV) |
Convergence check impurities This routine checks the convergence of plasma profiles. More... | |
Module provides the convergence check for the ETS.
Definition at line 8 of file convergence_check.f90.
subroutine convergence_check::check_convergence | ( | type (type_coreprof), dimension(:), pointer | COREPROF_ITER, |
type (type_coreprof), dimension(:), pointer | COREPROF_NEW, | ||
real (r8), dimension(5) | CONTROL_DOUBLE | ||
) |
Convergence check This routine checks the convergence of plasma profiles.
Definition at line 22 of file convergence_check.f90.
subroutine convergence_check::check_convergence_impurities | ( | type (type_coreimpur), dimension(:), pointer | COREIMPUR_ITER, |
type (type_coreimpur), dimension(:), pointer | COREIMPUR_NEW, | ||
real (r8) | CONV | ||
) |
Convergence check impurities This routine checks the convergence of plasma profiles.
Definition at line 176 of file convergence_check.f90.
subroutine convergence_check::check_convergence_neutrals | ( | type (type_coreneutrals), dimension(:), pointer | CORENEUTRALS_ITER, |
type (type_coreneutrals), dimension(:), pointer | CORENEUTRALS_NEW, | ||
real (r8) | CONV | ||
) |
Convergence check neutrals This routine checks the convergence of plasma profiles.
Note that the routine also copies COREPROF_OUT to COREPROF_ITER after calculating the convergence criterium
Definition at line 103 of file convergence_check.f90.