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_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.
- easting_p
- Returns:
- g_nn
float
Northing-northing component of the gravitational tensor generated by the point source on the observation point in
.
- g_nn
Notes
Returns the northing-northing component
of the gravitational tensor on the observation point generated by a single point source located in and mass .where
refer to the norm (the Euclidean distance between and ) and is the Universal Gravitational Constant.