![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
Go to the source code of this file.
Functions/Subroutines | |
program | ets_workflow |
Framework for testing workflows built around the ETS. More... | |
subroutine | evolution (T, R_in, R_out, El, Tr_l, Tr_U, Ip) |
real(r8) function, dimension(1:size(x)) | profile (function_string, x) |
subroutine | external_transport (EQUILIBRIUM_ITER, COREPROF_ITER, CORETRANSP_ITER, add_transport) |
program ets_workflow | ( | ) |
Framework for testing workflows built around the ETS.
Available equilibrium codes
Available transport models
Availablem source mode
Impurities
Limited ability to evolve the plasma shape and key quantities during a run
Definition at line 27 of file ets_workflow.F90.
subroutine ets_workflow::evolution | ( | real(r8) | T, |
real(r8) | R_in, | ||
real(r8) | R_out, | ||
real(r8) | El, | ||
real(r8) | Tr_l, | ||
real(r8) | Tr_U, | ||
real(r8) | Ip | ||
) |
subroutine external_transport | ( | type (type_equilibrium), dimension(:), pointer | EQUILIBRIUM_ITER, |
type (type_coreprof), dimension(:), pointer | COREPROF_ITER, | ||
type (type_coretransp), dimension(:), pointer | CORETRANSP_ITER, | ||
real(r8) | add_transport | ||
) |
Definition at line 1966 of file ets_workflow.F90.
real(r8) function, dimension(1:size(x)) ets_workflow::profile | ( | character (len=buflen) | function_string, |
real(r8), dimension(:) | x | ||
) |