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

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...
 

Detailed Description

Module for manufacture of a test case for the ETS.

Author
R.Stankiewicz, D.Kalupin
Version
"$Id: analytics1.f90 1915 2017-10-30 11:52:07Z dpc $"

Definition at line 8 of file analytics1.f90.

Member Function/Subroutine Documentation

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.

Author
R.Stankiewicz, D.Kalupin
Version
"$Id: analytics1.f90 1915 2017-10-30 11:52:07Z dpc $"

Definition at line 25 of file analytics1.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Author
R.Stankiewicz, D.Kalupin
Version
"$Id: analytics1.f90 1915 2017-10-30 11:52:07Z dpc $"

Definition at line 581 of file analytics1.f90.

Here is the caller graph for this function:

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.

Author
D.Kalupin
Version
"$Id: analytics1.f90 1915 2017-10-30 11:52:07Z dpc $"

Definition at line 331 of file analytics1.f90.

Here is the caller graph for this function:

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.

Author
D.Kalupin
Version
"$Id: analytics1.f90 1915 2017-10-30 11:52:07Z dpc $"

Definition at line 409 of file analytics1.f90.

Here is the caller graph for this function:


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