ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
All Classes Files Functions Variables Pages
convergence_check Module Reference

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...
 

Detailed Description

Module provides the convergence check for the ETS.

Author
D.Kalupin
Version
"$Id: convergence_check.f90 1619 2014-10-08 09:35:38Z denka $"

Definition at line 8 of file convergence_check.f90.

Member Function/Subroutine Documentation

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.

Author
D.Kalupin
Version
"$Id: convergence_check.f90 1619 2014-10-08 09:35:38Z denka $"

Definition at line 22 of file convergence_check.f90.

Here is the caller graph for this function:

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.

Author
D. Coster
Version
"$Id: convergence_check.f90 1619 2014-10-08 09:35:38Z denka $"

Definition at line 176 of file convergence_check.f90.

Here is the caller graph for this function:

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

Author
D. Coster
Version
"$Id: convergence_check.f90 1619 2014-10-08 09:35:38Z denka $"

Definition at line 103 of file convergence_check.f90.

Here is the caller graph for this function:


The documentation for this module was generated from the following file: