LION
 All Classes Files Functions Variables Pages
wave_types Module Reference

Translation table for wave field types. Used in: More...

Data Types

interface  get_type_description
 

Public Member Functions

integer function get_type_value (NAME)
 Function returning the VALUE of the type with name NAME. More...
 
character *32 function get_type_name (IND)
 Function returning the NAME of the type with index IND. More...
 
character *124 function get_type_description__ind (IND)
 Function returning the DESCRIPTION of the type with index IND. More...
 
character *124 function get_type_description__name (NAME)
 Function returning the DESCRIPTION of the type with name NAME. More...
 

Public Attributes

integer, parameter unspecified = 0
 unspecified More...
 
integer, parameter ec = 1
 Wave field for electron cyclotron heating and current drive. More...
 
integer, parameter lh = 2
 Wave field for lower hybrid heating and current drive. More...
 
integer, parameter ic = 3
 Wave field for ion cyclotron frequency heating and current drive. More...
 

Detailed Description

Translation table for wave field types. Used in:

  • distribution()/distri_vec()/waves_id/id
  • waves()/coherentwave()/waves_id/id
Version
"$Id: wave_types.xml 579 2012-07-20 12:05:31Z tjohnson $"

Member Function/Subroutine Documentation

character*124 function wave_types::get_type_description__ind ( integer  IND)

Function returning the DESCRIPTION of the type with index IND.

Parameters
indType index

+ Here is the call graph for this function:

character*124 function wave_types::get_type_description__name ( character*32  NAME)

Function returning the DESCRIPTION of the type with name NAME.

Parameters
nameThe name of the type

+ Here is the call graph for this function:

character*32 function wave_types::get_type_name ( integer  IND)

Function returning the NAME of the type with index IND.

Parameters
indType index

+ Here is the caller graph for this function:

integer function wave_types::get_type_value ( character*32  NAME)

Function returning the VALUE of the type with name NAME.

Parameters
nameThe name of the type

Member Data Documentation

integer, parameter wave_types::ec = 1

Wave field for electron cyclotron heating and current drive.

integer, parameter wave_types::ic = 3

Wave field for ion cyclotron frequency heating and current drive.

integer, parameter wave_types::lh = 2

Wave field for lower hybrid heating and current drive.

integer, parameter wave_types::unspecified = 0

unspecified


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