V3FIT
Public Attributes | List of all members
magnetic_response::magnetic_response_class Type Reference

Base class representing a magnetic signal response function. More...

Public Attributes

integer flags
 Flag variables stored as a bit packed integer.
 
character(len=magnetic_response_lenname
 Name of the code which computed the responses.
 
character(len=magnetic_response_lenversion
 Version of the code.
 
character(len=magnetic_response_lendate
 Data and time the code was run.
 
character(len=magnetic_response_lencoil_id
 Idenifier of field-coils.
 
integer n_field_cg
 Number of field-coil groups.
 
real(rprec), dimension(:), pointer inductance => null()
 Array of diagnostic field-coil-group responses.
 
real(rprec), dimension(:), pointer current_scale => null()
 Array of external current scales.
 
integer num_t
 Number of phi planes per field period in plasma grid.
 
real(rprec) rmin
 Minimum R for plasma grid.
 
real(rprec) rmax
 Maximum R for plasma grid.
 
real(rprec) zmin
 Minimum z for plasma grid.
 
real(rprec) zmax
 Maximum z for plasma grid.
 
integer n_field_periods
 Number of field periods.
 
integer num_t_shell
 Number of phi planes per field period in the conducting shell grid.
 
type(compression_pointer), dimension(:), pointer a_r => null()
 R component of plasma response function.
 
type(compression_pointer), dimension(:), pointer a_f => null()
 Phi component of plasma response function.
 
type(compression_pointer), dimension(:), pointer a_z => null()
 Z component of plasma response function.
 
type(compression_class), pointer a_s_r => null()
 R component of the conducting shell response function.
 
type(compression_class), pointer a_s_f => null()
 Phi component of the conducting shell response function.
 
type(compression_class), pointer a_s_z => null()
 Z component of the conducting shell response function.
 
real(rprec), dimension(3) position
 Position of the bfield measurement point.
 
real(rprec), dimension(3) direction
 Position of the bfield measurement point.
 

Detailed Description

Base class representing a magnetic signal response function.

Definition at line 140 of file magnetic_response.f.


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