-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Negative Gravity Gradient #2
Comments
I may be misunderstanding the issue (please let me know if this is the case) but the gravitational potential is negative by common convention since it takes work to remove a mass from a gravitation field. It is certainly possible to define r as p-x, I went with r = x-p because that is what Werner and Scheeres did in there 1996 work "Exterior gravitation of a polyhedron derived and compared with harmonic and mascon gravitation representations of asteroid 4769 Castalia". By gravitational gradient did you mean there's an issue with the gravitational gradient tensor? |
Yes, I mean that there's an issue with the gravitational gradient tensor. clear all quadratureModel = ApproximatePolyhedralModel(mesh, Mu, 'B2'); disp('================================================================') disp(['quadratureModel::Potential = ', num2str(potQ,'%.8e')]) disp('================================================================') disp('================================================================') gravGradMP = [GravityTensor_MassPoint(3, 1, 1) GravityTensor_MassPoint(2, 2, 1) GravityTensor_MassPoint(2, 1, 2);... disp("quadratureModel::") disp("polyhedralModel::") disp("masconModel::") disp("MassPoint::") disp("Conclusion: There is an opposite sign in GravGradient between the mass point model and the GaMA models.") |
Dear Jason M. Pearl:
I respect this project you've developed. And I have learned about your paper "A fast quadrature-based gravity model for the homogeneous polyhedron". It is a wonderful work.
However, an unexpected Negative Gravity Gradient may appear in the function "gravityGradient" in the catalog
src/GravityModels
. To avoid confusion, I mean negative gravitational potential, for example, U = -Mu / R, where U is the gravity potential, Mu is the gravity parameter, and R = [X, Y, Z].I suspect it may originate from an unusual definition of r = x - p which is defined in the aforementioned paper.
I offer my suggestions for you to look over and refer to. And I hope I don't bother you.
Best Wishes.
The text was updated successfully, but these errors were encountered: