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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void EMHalfSpaceVV(
	CGXNETCore gxNetShared,
	double coil_spacing,
	double coil_frequency,
	int coil_configuration,
	CVV rvv,
	CVV hvv,
	CVV ivv,
	CVV qvv
)

Parameters

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