choclo.point.gravity_e#

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

Easting component of the gravitational acceleration due to a point source

Returns the easting component of the gravitational acceleration produced by a single point source on a single computation point

Parameters
  • easting_p (float) – Easting coordinate of the observation point in meters.

  • northing_p (float) – Northing coordinate of the observation point in meters.

  • upward_p (float) – Upward coordinate of the observation point in meters.

  • easting_q (float) – Easting coordinate of the point source in meters.

  • northing_q (float) – Northing coordinate of the point source in meters.

  • upward_q (float) – Upward coordinate of the point source in meters.

  • mass (float) – Mass of the point source in kilograms.

Returns

g_e (float) – Easting component of the gravitational acceleration generated by the point source on the observation point in m/s2.

Notes

Returns the easting component gx(p) of the gravitational acceleration g on the observation point p=(xp,yp,zp) generated by a single point source located in q=(xq,yq,zq) and mass m.

gx(p)=Gmxpxqpq22

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