![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
Module for manufacture of a test case for the ETS. More...
Public Member Functions | |
subroutine | analytical_plasma (TIME, COREPROF_in, EQUILIBRIUM, COREPROF_ANALYTIC, CORETRANSP, CORESOURCE, COREIMPUR, code_parameters) |
This routine manufactures the solution for the set of transport equations describing the main plasma. It provides sources and transport coefficients for all transport equations. More... | |
subroutine | convert_cpo_to_local_types (COREPROF, PROFILES1, TRANSPORT1) |
This routine converts CPOs into the local derived types. More... | |
subroutine | convert_local_to_cpo_types (GEOMETRY1, PROFILES1, TRANSPORT1, SOURCES1, EQUILIBRIUM, COREPROF, CORETRANSP, CORESOURCE) |
This routine converts local into the CPOs derived types. More... | |
subroutine | analytics_full (TIME, GEOMETRY1, PROFILES1, TRANSPORT1, SOURCES1) |
This routine manufactures the solution for the set of transport equations describing the main plasma. It provides sources and transport coefficients for all transport equations. More... | |
Module for manufacture of a test case for the ETS.
Definition at line 8 of file analytics1.f90.
subroutine analytics1::analytical_plasma | ( | real (r8) | TIME, |
type (type_coreprof), dimension(:), pointer | COREPROF_in, | ||
type (type_equilibrium), dimension(:), pointer | EQUILIBRIUM, | ||
type (type_coreprof), dimension(:), pointer | COREPROF_ANALYTIC, | ||
type (type_coretransp), dimension(:), pointer | CORETRANSP, | ||
type (type_coresource), dimension(:), pointer | CORESOURCE, | ||
type (type_coreimpur), dimension(:), pointer | COREIMPUR, | ||
type (type_param) | code_parameters | ||
) |
This routine manufactures the solution for the set of transport equations describing the main plasma. It provides sources and transport coefficients for all transport equations.
Definition at line 25 of file analytics1.f90.
subroutine analytics1::analytics_full | ( | real (r8) | TIME, |
type (magnetic_geometry), intent(inout) | GEOMETRY1, | ||
type (plasma_profiles), intent(inout) | PROFILES1, | ||
type (transport_coefficients), intent(inout) | TRANSPORT1, | ||
type (sources_and_sinks), intent(inout) | SOURCES1 | ||
) |
This routine manufactures the solution for the set of transport equations describing the main plasma. It provides sources and transport coefficients for all transport equations.
Definition at line 581 of file analytics1.f90.
subroutine analytics1::convert_cpo_to_local_types | ( | type (type_coreprof), dimension(:), pointer | COREPROF, |
type (plasma_profiles), intent(inout) | PROFILES1, | ||
type (transport_coefficients), intent(inout) | TRANSPORT1 | ||
) |
This routine converts CPOs into the local derived types.
Definition at line 331 of file analytics1.f90.
subroutine analytics1::convert_local_to_cpo_types | ( | type (magnetic_geometry), intent(in) | GEOMETRY1, |
type (plasma_profiles), intent(in) | PROFILES1, | ||
type (transport_coefficients), intent(in) | TRANSPORT1, | ||
type (sources_and_sinks), intent(in) | SOURCES1, | ||
type (type_equilibrium), dimension(:), pointer | EQUILIBRIUM, | ||
type (type_coreprof), dimension(:), pointer | COREPROF, | ||
type (type_coretransp), dimension(:), pointer | CORETRANSP, | ||
type (type_coresource), dimension(:), pointer | CORESOURCE | ||
) |
This routine converts local into the CPOs derived types.
Definition at line 409 of file analytics1.f90.