Click or drag to resize

CGUEMHalfSpaceVV Method

EM Halfspace forward model response.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void EMHalfSpaceVV(
	double coil_spacing,
	double coil_frequency,
	int coil_configuration,
	CVV rvv,
	CVV hvv,
	CVV ivv,
	CVV qvv
)

public static void EMHalfSpaceVV(
	double coil_spacing,
	double coil_frequency,
	int coil_configuration,
	CVV rvv,
	CVV hvv,
	CVV ivv,
	CVV qvv
)

Parameters

coil_spacing
Type: SystemDouble
Coil separation
coil_frequency
Type: SystemDouble
Frequency
coil_configuration
Type: SystemInt32
<define>EMLAY_GEOMETRY</define>
rvv
Type: GeoEngine.Core.GXNetCVV
Input resistivity values
hvv
Type: GeoEngine.Core.GXNetCVV
Input height values
ivv
Type: GeoEngine.Core.GXNetCVV
Output In-phase
qvv
Type: GeoEngine.Core.GXNetCVV
Output Quadrature-phase
See Also