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

implements generic sources (ECRH, ICRH, NBI) More...

Public Member Functions

subroutine, public ecrh (equilibrium, coreprof, coresource)
 
subroutine, public icrh (equilibrium, coreprof, coresource)
 
subroutine, public nbi (equilibrium, coreprof, coresource)
 
subroutine assign_code_parameters (codeparameters, return_status, J_SRC_F, QE_EXP_F, QE_IMP_F, QI_EXP_F, QI_IMP_F, SI_EXP_F, SI_IMP_F, UI_EXP_F, UI_IMP_F, J_SRC_F_INT, QE_EXP_F_INT, QE_IMP_F_INT, QI_EXP_F_INT, QI_IMP_F_INT, SI_EXP_F_INT, SI_IMP_F_INT, UI_EXP_F_INT, UI_IMP_F_INT)
 

Detailed Description

implements generic sources (ECRH, ICRH, NBI)

Author
D. Coster
Version
"$Id: generic_sources.f90 1950 2018-12-15 11:31:13Z g2dpc $"

Definition at line 8 of file generic_sources.f90.

Member Function/Subroutine Documentation

subroutine generic_sources::assign_code_parameters ( type (type_param), intent(in)  codeparameters,
integer(ikind), intent(out return_status,
character(len=buflen)  J_SRC_F,
character(len=buflen)  QE_EXP_F,
character(len=buflen)  QE_IMP_F,
character(len=buflen), dimension(:), allocatable  QI_EXP_F,
character(len=buflen), dimension(:), allocatable  QI_IMP_F,
character(len=buflen), dimension(:), allocatable  SI_EXP_F,
character(len=buflen), dimension(:), allocatable  SI_IMP_F,
character(len=buflen), dimension(:), allocatable  UI_EXP_F,
character(len=buflen), dimension(:), allocatable  UI_IMP_F,
real(r8)  J_SRC_F_INT,
real(r8)  QE_EXP_F_INT,
real(r8)  QE_IMP_F_INT,
real(r8), dimension(:), allocatable  QI_EXP_F_INT,
real(r8), dimension(:), allocatable  QI_IMP_F_INT,
real(r8), dimension(:), allocatable  SI_EXP_F_INT,
real(r8), dimension(:), allocatable  SI_IMP_F_INT,
real(r8), dimension(:), allocatable  UI_EXP_F_INT,
real(r8), dimension(:), allocatable  UI_IMP_F_INT 
)

Definition at line 360 of file generic_sources.f90.

subroutine, public generic_sources::ecrh ( type (type_equilibrium), dimension(:), pointer  equilibrium,
type (type_coreprof), dimension(:), pointer  coreprof,
type (type_coresource), dimension(:), pointer  coresource 
)

Definition at line 38 of file generic_sources.f90.

Here is the call graph for this function:

subroutine, public generic_sources::icrh ( type (type_equilibrium), dimension(:), pointer  equilibrium,
type (type_coreprof), dimension(:), pointer  coreprof,
type (type_coresource), dimension(:), pointer  coresource 
)

Definition at line 143 of file generic_sources.f90.

Here is the call graph for this function:

subroutine, public generic_sources::nbi ( type (type_equilibrium), dimension(:), pointer  equilibrium,
type (type_coreprof), dimension(:), pointer  coreprof,
type (type_coresource), dimension(:), pointer  coresource 
)

Definition at line 237 of file generic_sources.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: