You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some questions in acceleration.cpp and orbitProp.cpp
In accelSPH Function, when taking the derivative with respect to theta, it seems that in the expression for dV_theta_n, the factor of cos(theta) may have been omitted.
In OrbitIntegrator::computeAcceleration egm_field, the method used in the code to compute the derivative via finite differencing may lack sufficient accuracy. The precision of the derivative depends heavily on the chosen perturbation step size (posOffset), which can introduce numerical errors or instability.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There are some questions in acceleration.cpp and orbitProp.cpp
Beta Was this translation helpful? Give feedback.
All reactions