Velocity Channel to Density Conversion

Use the option Database Tools > Database Utilities > Convert Velocity to Density, (geogxnet.dll(Geosoft.GX.VelocityToDensity.VelocityToDensity;Run)*), to convert a database channel containing seismic (P-wave) velocities into rock densities using one of the several published methods. The option is also available in the GM-SYS Profile Modelling extension.

Convert Velocity Channel to Density dialog options

Input velocity channel

Select the name of the existing channel containing velocity values to be converted.

Script Parameter: VEL2DEN.CHANNELINPUT

Velocity units

Select the density units that the values in the output channel represent.

Script Parameter: VEL2DEN.UNITSINPUT

Output density channel

Select the name of the new or existing channel that will contain the calculated density values.

Script Parameter: VEL2DEN.CHANNELOUTPUT

Density units

Select the name of the new or existing channel that will contain the calculated density values.

Script Parameter: VEL2DEN.UNITSOUTPUT

Method

Select the conversion method from the list.  The valid range of velocities for each method is shown.

Script Parameter: VEL2DEN.METHOD

Dummy outside range

Each conversion method is defined within a range of velocities (and corresponding densities). Check this box if you wish to dummy calculated values that fall outside of the defined range.

Script Parameter: VEL2DEN.DUMMY

Application Notes

Published empirical relationships between seismic velocity and bulk density of various rock types are commonly used in processing seismic data (Gardner et al., 1974; Brocher, 2005).  The Convert Velocity Channel to Density GX and Convert Density Channel to Velocity GX utilize 5th order polynomial expansions to approximate several of these relationships to less than 0.001 g/cm3 variance.  Velocity to Density function and the inverse Density to Velocity function should match to within 4 significant figures.

Additional Methods

We have implemented Gardner, Nafe-Drake, and some other conversions as 5th order polynomial functions. The method names, coefficients, and appropriate velocity ranges are stored in the vel_density.csv file in the Oasis montaj distribution. Coeffients for Nafe-Drake, Christensen & Mooney, and Godfrey et al. methods are adapted from Brocher (2005). "Gardner" methods use coeffients derived from the tables in Gardner et al., 1974.

Additional Velocity-to-Density conversion functions may be added by editing the %USERPROFILE%\Documents\Geosoft\Desktop Applications \csv\vel_density.csv file. The conversion must be represented by a 5th order or lower polynomial, as described in the file header.  Coefficients are appropriate for Velocity units of m/s and Density units of g/cm³ and unit conversions are performed by the GXs.

References

  • [1] Gardner, G.H.F., Gardner, L.W., and A.R. Gregory, 1974, "Formation velocity and density - The diagnostic basics for stratigraphic traps", Geophysics, vol. 39, no. 6, pp. 770-780.
  • [2] Brocher, T.M., 2005, "Empirical relations between elastic wave speeds and density in the Earth's crust", Bulletin of the Seismological Society of America, vol 95, no. 6, pp. 2081-2092.

*The GX tool will search in the "...\Geosoft\Desktop Applications \gx" folder. The GX.Net tools, however, are embedded in the geogxnet.dll located in the "...\Geosoft\Desktop Applications \bin" folder. If running this GX interactively, bypassing the menu, first change the folder to point to the "bin" folder, then supply the GX.Net tool in the specified format.