17 subroutine analyticalplasma(TIME,COREPROF_in,EQUILIBRIUM,COREPROF,CORETRANSP,CORESOURCE,COREIMPUR,code_parameters)
27 TYPE (type_coreprof
),
POINTER :: coreprof_in(:)
29 TYPE (type_equilibrium
),
POINTER :: equilibrium(:)
30 TYPE (type_coreprof
),
POINTER :: coreprof(:)
31 TYPE (type_coretransp
),
POINTER :: coretransp(:)
32 TYPE (type_coresource
),
POINTER :: coresource(:)
33 TYPE (type_coreimpur
),
POINTER :: coreimpur(:)
34 type (type_param
) :: code_parameters
36 call
analytical_plasma(time,coreprof_in,equilibrium,coreprof,coretransp,coresource,coreimpur,code_parameters)
subroutine analyticalplasma(TIME, COREPROF_in, EQUILIBRIUM, COREPROF, CORETRANSP, CORESOURCE, COREIMPUR, code_parameters)
Module to cope with problems in fc2k.
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...
Module for manufacture of a test case for the ETS.