Click or drag to resize
CGUEMHalfSpaceVV Method
EM Halfspace forward model response.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static void EMHalfSpaceVV(
	double d1,
	double d2,
	int i3,
	CVV oVV4,
	CVV oVV5,
	CVV oVV6,
	CVV oVV7
)

Parameters

d1
Type: SystemDouble
Coil separation
d2
Type: SystemDouble
frequency
i3
Type: SystemInt32
See EMLAY_GEOMETRYConstant
oVV4
Type: GeoEngine.Core.GXNetCVV
Input resistivity values
oVV5
Type: GeoEngine.Core.GXNetCVV
Input height values
oVV6
Type: GeoEngine.Core.GXNetCVV
Output In-phase
oVV7
Type: GeoEngine.Core.GXNetCVV
Output Quadrature-phase
See Also