Skip to main content

All Questions

Tagged with
9 questions with no upvoted or accepted answers
3 votes
0 answers
90 views

Modeling the formation of a stellar system and matter accretion

I am trying to figure out what do I need to know to properly simulate the creation of a solar system from a particle cloud with random distribution of hydrogen atoms. Being more of a programming ...
SudoGuru's user avatar
  • 131
2 votes
0 answers
110 views

Calculating gravity with inclometer?

How would one calculate the gravity vector for [X,Y,Z] by using an inclinometer which gives Pitch, Yaw and Roll. A little explanation of the goal: I have a accelerometer I was planning to use to map ...
Thomas Andreè Wang's user avatar
1 vote
0 answers
388 views

Repulsive forces at large distances

I'm currently writing a 3D $n$-body simulator (similar to what you see here to simulate the evolution of a system of n particles under the force of gravity. It works fine for "smaller" scale ...
Jesse's user avatar
  • 111
0 votes
0 answers
31 views

Better equations for modeling and simulating a halo orbit?

I'm trying to model a halo orbit at low altitude (10m from surface). The satellite is using propulsion to trace the circular halo path. It looks like this "from the top" (the blue ball is ...
Nico Brenner's user avatar
0 votes
0 answers
40 views

Topological illustration of spacetime dilation: which function should I use for isometric lines spacing?

Scientific popularization, when it comes to illustrating spacetime dilation around massive objects, often relies on the description of a two-dimensional square-grid, which can be regarded as a cross-...
olivierlambert's user avatar
0 votes
0 answers
60 views

What is the Correction Function in Poisson's Equation for MOND?

I am looking to do a celestial simulation using MOND for the final project of my intermediate mechanics course. From the Wikipedia page, it seems that preserving Newton's Third Law requires deriving a ...
Aryan Prasad's user avatar
0 votes
1 answer
163 views

Circular velocity vector on the surface of spherical potential (gravity)

So, I would like to integrate paths of particles on circular velocity on the surface of a sphere (due to some potential, i.e. gravity). The problem is to fix the two angular velocities $\dot \theta $ ...
mamark's user avatar
  • 1
0 votes
1 answer
43 views

Height oscillations in orbit induced from lunar gravity

I am trying to numerically solve the orbit of a space probe around the moon in a non-spherical gravitational field . $ \Large \begin{align} \frac{d^{2} x}{dt^2} = - \frac{G M x}{(x^2 + y^2)^{3/2}} - \...
Σ baryon's user avatar
  • 161
0 votes
0 answers
115 views

Calculating trajectory of ballistic spacecraft

I have a scenario of a spacecraft departing from the far side of Mars (from Earth) at a particular date arriving at Earth at a particular date, without acceleration after launch I would like to know ...
redroid's user avatar
  • 763