V3FIT
Data Types | Modules | Functions/Subroutines | Variables
magnetic.f File Reference

Contains module magnetic. More...

Go to the source code of this file.

Data Types

interface  magnetic::magnetic_class
 Base class representing a magnetic signal. More...
 
interface  magnetic::magnetic_class
 Base class representing a magnetic signal. More...
 

Modules

module  magnetic
 Defines the base class of the type magnetic_class.
 

Functions/Subroutines

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. More...
 
subroutine magnetic::magnetic_destruct (this)
 Deconstruct a magnetic_class object. More...
 
real(rprec) function, dimension(4) magnetic::magnetic_get_modeled_signal (this, a_model, sigma, last_value)
 Calculates the modeled signal. More...
 
real(rprec) function, dimension(4) magnetic::magnetic_get_modeled_signal_point (this, a_model, sigma)
 Calculates the point modeled signal. More...
 
real(rprec) function, dimension(4) magnetic::magnetic_get_modeled_signal_coil (this, a_model, sigma)
 Calculates the coil modeled signal. More...
 
real(rprec) function magnetic::magnetic_get_modeled_signal_coil_pickup (this, a_model)
 Gets the model signal contribution from the external coils. More...
 
character(len=data_name_length) function magnetic::magnetic_get_type (this)
 Gets a discription of the magnetic type. More...
 
subroutine magnetic::magnetic_get_header (this, header)
 Gets a discription of the model and model sigma array indices. More...
 

Variables

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.
 

Detailed Description

Contains module magnetic.

Definition in file magnetic.f.