Contains module magnetic.
More...
|
class(magnetic_class) function, pointer | magnetic::magnetic_construct_netcdf (mdsig_iou, use_coil_response, force_coil_reponse, use_3d_only, svd_cut_off) |
| Construct a magnetic_class object containing a magnetic_response::magnetic_response_class object.
|
|
subroutine | magnetic::magnetic_destruct (this) |
| Deconstruct a magnetic_class object.
|
|
real(rprec) function, dimension(4) | magnetic::magnetic_get_modeled_signal (this, a_model, sigma, last_value) |
| Calculates the modeled signal.
|
|
real(rprec) function, dimension(4) | magnetic::magnetic_get_modeled_signal_point (this, a_model, sigma) |
| Calculates the point modeled signal.
|
|
real(rprec) function, dimension(4) | magnetic::magnetic_get_modeled_signal_coil (this, a_model, sigma) |
| Calculates the coil modeled signal.
|
|
real(rprec) function | magnetic::magnetic_get_modeled_signal_coil_pickup (this, a_model) |
| Gets the model signal contribution from the external coils.
|
|
character(len=data_name_length) function | magnetic::magnetic_get_type (this) |
| Gets a discription of the magnetic type.
|
|
subroutine | magnetic::magnetic_get_header (this, header) |
| Gets a discription of the model and model sigma array indices.
|
|
|
integer, parameter | magnetic::magnetic_force_coil_flag = 1 |
| Bit position for the use coil response flag.
|
|
integer, parameter | magnetic::magnetic_3d_flag = 2 |
| Bit position for the force coil response flag.
|
|
Contains module magnetic.