Click or drag to resize
CVOXConvertDensityToVelocity Method
Produces a velocity voxel using the density values in this voxel.

Available since Oasis montaj version: 8.4
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void ConvertDensityToVelocity(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	double d10,
	string str11
)

Parameters

d1
Type: SystemDouble
1.0, if this voxel is in g/cm^3. Otherwise, a value by which each input cell is multiplied to convert it into g/cm^3.
d2
Type: SystemDouble
Lower bound on velocity values, in g/vm^3. If the input value (after being pre-multiplied by dInputScalingFactor) is less than this value, the output cell value will be DUMMY.
d3
Type: SystemDouble
Upper bound on velocity values, in g/cm^3. If the input value (after being pre-multiplied by dInputScalingFactor) is greater than this value, the output cell value will be DUMMY.
d4
Type: SystemDouble
Coefficient of fifth-order polynomial term.
d5
Type: SystemDouble
Coefficient of fourth-order polynomial term.
d6
Type: SystemDouble
Coefficient of third-order polynomial term.
d7
Type: SystemDouble
Coefficient of second-order polynomial term.
d8
Type: SystemDouble
Coefficient of first-order polynomial term.
d9
Type: SystemDouble
Constant offset of output.
d10
Type: SystemDouble
1.0, to produce an output voxel that has units of meters per second. If different units are desired, pass in a different value, which will be multiplied into each output voxel cell.
str11
Type: SystemString
Filename of the output voxel.
See Also