Tagged Questions
2
votes
4answers
203 views
Modeling incoming solar radiation
I want to write a model for estimating incoming solar radiation for a specific latitude on earth but I am struggling to find an appropriate source which shows the required equations for doing so. ...
0
votes
0answers
74 views
References for circular restricted 3 body problem?
Does anyone know of any good references for the CR3BP -- the circular restricted 3 body problem? Emphasizing on real-life applications, and interpretation of the numerical solutions? Thank you. There ...
3
votes
0answers
172 views
Simple model of the solar system. Parameters? Accuracy?
I was thinking of making a simple 2D model of the solar system, with planets moving along ellipses like
$$x(t) = k_x \sin(t + k_t) (\sin(k_\phi) + \cos(k_\phi))$$
$$y(t) = k_y \cos(t + k_t) ...