![]() |
V3FIT
|
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_len) | name |
| Name of the code which computed the responses. | |
| character(len=magnetic_response_len) | version |
| Version of the code. | |
| character(len=magnetic_response_len) | date |
| Data and time the code was run. | |
| character(len=magnetic_response_len) | coil_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. | |
Base class representing a magnetic signal response function.
Definition at line 140 of file magnetic_response.f.
1.8.17