Skip to content
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

TidalTimeLag #235

Open
manuflo97 opened this issue Mar 26, 2022 · 0 comments
Open

TidalTimeLag #235

manuflo97 opened this issue Mar 26, 2022 · 0 comments

Comments

@manuflo97
Copy link

manuflo97 commented Mar 26, 2022

%Add a function to calculate the tidal time lag
Q = 35600; % Jupiter quality factor from Lainey (Nature)
Qio = 50; % Io quality factor
omega = 1.76e-4; % Jupiter spin rotation in rad/s
n = 2*pi/152853.5; % Mean motion

TimeLagJup = (atan(1/Q))/(2abs(n-omega)) % on the planet
TimeLagIo = (152853.5/(2
pi))*atan(1/Qio) % on the satellite

@larshinueber larshinueber transferred this issue from tudat-team/tudat-multidoc Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: tudat-multidoc
Development

No branches or pull requests

1 participant