Click or drag to resize
CVOXConvertVelocityToDensity Method
Produces a density voxel using the velocity 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 ConvertVelocityToDensity(
	double d1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	string str9
)

Parameters

d1
Type: SystemDouble
1.0, if this voxel is in meters per second. Otherwise, a value by which each input cell is multiplied to convert it into meters per second.
d2
Type: SystemDouble
Coefficient of fifth-order polynomial term.
d3
Type: SystemDouble
Coefficient of fourth-order polynomial term.
d4
Type: SystemDouble
Coefficient of third-order polynomial term.
d5
Type: SystemDouble
Coefficient of second-order polynomial term.
d6
Type: SystemDouble
Coefficient of first-order polynomial term.
d7
Type: SystemDouble
Constant offset of output.
d8
Type: SystemDouble
1.0, to produce an output voxel that has units of g/cm^3. If different units are desired, pass in a different value, which will be multiplied into each output voxel cell.
str9
Type: SystemString
Filename of the output voxel.
See Also