choclo.point.gravity_nn

Contents

choclo.point.gravity_nn#

choclo.point.gravity_nn(easting_p, northing_p, upward_p, easting_q, northing_q, upward_q, mass)[source]#

Northing-northing component of the gravitational tensor due to point source

Returns the northing-northing component of the gravitational tensor produced by a single point source on a single computation point

Parameters:
easting_pfloat

Easting coordinate of the observation point in meters.

northing_pfloat

Northing coordinate of the observation point in meters.

upward_pfloat

Upward coordinate of the observation point in meters.

easting_qfloat

Easting coordinate of the point source in meters.

northing_qfloat

Northing coordinate of the point source in meters.

upward_qfloat

Upward coordinate of the point source in meters.

massfloat

Mass of the point source in kilograms.

Returns:
g_nnfloat

Northing-northing component of the gravitational tensor generated by the point source on the observation point in s2.

Notes

Returns the northing-northing component gyy(p) of the gravitational tensor T on the observation point p=(xp,yp,zp) generated by a single point source located in q=(xq,yq,zq) and mass m.

gyy(p)=Gm[3(ypyq)2pq251pq23]

where 2 refer to the L2 norm (the Euclidean distance between p and q) and G is the Universal Gravitational Constant.