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

Module converts to/from CPOs to ETS types. More...

Public Member Functions

subroutine convert_cpo_to_internal_types (EQUILIBRIUM_OLD, EQUILIBRIUM_ITER, COREPROF_OLD, COREPROF_ITER,CORETRANSP, CORESOURCE, COREIMPUR, COREFAST,CONTROL_INTEGER, CONTROL_DOUBLE,
 
subroutine convert_internal_to_cpo_types (GEOMETRY, PROFILES, TRANSPORT, SOURCES, GLOBAL, COREPROF, DIAG)
 This routine converts ETS into the CPOs derived types. More...
 
subroutine convert_neoclassic2coretransp (NEOCLASSIC, CORETRANSP)
 
subroutine convert_neoclassic2coresource (NEOCLASSIC, CORESOURCE)
 
subroutine changeradii (EQUILIBRIUM, COREPROF, CORETRANSP, CORESOURCE, COREIMPUR, CORENEUTRALS, NEOCLASSIC)
 
subroutine interpolate_impur_convert (COREIMPUR_IN, COREIMPUR_OUT)
 

Detailed Description

Module converts to/from CPOs to ETS types.

Author
D.Kalupin
Version
"$Id: convert.f90 2159 2020-02-19 20:49:36Z g2jofe $"

Definition at line 8 of file convert.f90.

Member Function/Subroutine Documentation

subroutine convert::changeradii ( type (type_equilibrium), dimension(:), pointer  EQUILIBRIUM,
type (type_coreprof), dimension(:), pointer  COREPROF,
type (type_coretransp), dimension(:), pointer  CORETRANSP,
type (type_coresource), dimension(:), pointer  CORESOURCE,
type (type_coreimpur), dimension(:), pointer  COREIMPUR,
type (type_coreneutrals), dimension(:), pointer  CORENEUTRALS,
type (type_neoclassic), dimension(:), pointer  NEOCLASSIC 
)

Definition at line 1013 of file convert.f90.

Here is the caller graph for this function:

subroutine convert::convert_cpo_to_internal_types ( type (type_equilibrium), dimension(:), pointer  EQUILIBRIUM_OLD,
type (type_equilibrium), dimension(:), pointer  EQUILIBRIUM_ITER,
type (type_coreprof), dimension(:), pointer  COREPROF_OLD,
type (type_coreprof), dimension(:), pointer  COREPROF_ITER,
type (type_coretransp), dimension(:), pointer  CORETRANSP,
type (type_coresource), dimension(:), pointer  CORESOURCE,
type (type_coreimpur), dimension(:), pointer  COREIMPUR,
type (type_corefast), dimension(:), pointer  COREFAST,
integer, dimension(4), intent(in)  CONTROL_INTEGER,
real (r8), dimension(6), intent(in)  CONTROL_DOUBLE 
)

Definition at line 13 of file convert.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine convert::convert_internal_to_cpo_types ( type (magnetic_geometry), intent(in)  GEOMETRY,
type (plasma_profiles), intent(in)  PROFILES,
type (transport_coefficients), intent(in)  TRANSPORT,
type (sources_and_sinks), intent(in)  SOURCES,
type (global_param), intent(in)  GLOBAL,
type (type_coreprof), dimension(:), pointer  COREPROF,
type (diagnostic), intent(in)  DIAG 
)

This routine converts ETS into the CPOs derived types.

Author
D.Kalupin
Version
"$Id: convert.f90 2159 2020-02-19 20:49:36Z g2jofe $"

Definition at line 503 of file convert.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine convert::convert_neoclassic2coresource ( type (type_neoclassic), dimension(:), pointer  NEOCLASSIC,
type (type_coresource), dimension(:), pointer  CORESOURCE 
)

Definition at line 906 of file convert.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine convert::convert_neoclassic2coretransp ( type (type_neoclassic), dimension(:), pointer  NEOCLASSIC,
type (type_coretransp), dimension(:), pointer  CORETRANSP 
)

Definition at line 676 of file convert.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine convert::interpolate_impur_convert ( type (type_coreimpur)  COREIMPUR_IN,
type (type_coreimpur)  COREIMPUR_OUT 
)

Definition at line 1110 of file convert.f90.

Here is the call graph for this function:

Here is the caller graph for this function:


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