GCLgrid :: GCLgrid | classes |
function flatvel | ^ |
Applies flattening transformation to a velocity.
Some packages use the flattening transformation as an approximation map spherical shells into a Cartesian reference frame. This function converts velocity at a given depth to the value with the flattening transformation applied.
- Source:
- gclgrid.h:1528
- Author:
- Steve Roecker translation to C by Pavlis
- Version:
- unknown
- Params:
v - actual velocity at depth z z - actual depth - Returns:
- velocity with the flattening transformation applied to v at z
- Code:
public extern "C" double flatvel ( double v , double z )
Created Fri Jan 21 08:54:55 2005.
This documentation was generated automatically by
ccdoc v08r41 2004/09/29 bin_opt_suncc_sun4-solaris-2.8.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.