How to Convert Plummer Distribution of Stars Parameters into Standard Units?

  • Context: Undergrad 
  • Thread starter Thread starter jimbo007
  • Start date Start date
  • Tags Tags
    Distribution Stars
Click For Summary
SUMMARY

The discussion focuses on converting the parameters of a Plummer distribution of stars into standard units, specifically for a simulation involving N stars of equal mass within a defined volume. The total mass M and the scaling parameter R are critical for the calculations. The density function is provided as ρ(r) = (3M / (4πR³)) * (1 + (r/R)²)^{-5/2}. Participants seek clarity on converting star positions (x, y, z) and velocities (u, v, w) from their calculated forms into meters and meters per second, emphasizing the need for specific conversion factors.

PREREQUISITES
  • Understanding of Plummer distribution and its parameters
  • Familiarity with basic physics concepts of mass, position, and velocity
  • Knowledge of random number generation for uniform distributions
  • Ability to interpret mathematical equations and functions
NEXT STEPS
  • Research methods for converting astronomical units to standard SI units
  • Explore the application of random number generation in astrophysical simulations
  • Learn about the implications of the Plummer density function in star cluster modeling
  • Investigate the use of scaling parameters in astrophysical simulations
USEFUL FOR

Astronomers, astrophysicists, and computational scientists involved in simulating star clusters and those interested in the mathematical modeling of celestial bodies.

jimbo007
Messages
41
Reaction score
2
Hi all,
I refer to the following pdf document, in particular the appendix:
http://adsabs.harvard.edu/cgi-bin/n.....37..183A&link_type=ARTICLE&db_key=AST&high=

End goal is to distribute N stars each having mass m (looks like equal mass stars is the easiest scenario) within a box who has each side of length [itex]3 \times 10^{17} \text{m}[/itex] so that the total mass is M. I think I understand that you can't get all stars in the box but as long as most are in the box that should be close enough.

There are some parts of this document I don't understand but will take on faith that it is true.

I do understand how the position (x,y,z) and velocity (u,v,w) are calculated but not sure how to convert them to metres and metres/sec.

Does anyone know how to convert each stars mass m, position (x,y,z) and velocity (u,v,w) into kg, m and m/s?

Thanks!
 
Astronomy news on Phys.org
I probably should at least put a few more equations into make things a bit easier. Plummer's density is given by:
[tex]\rho(r) = \frac{3M}{4\pi R^3}\left( 1+ \left(\frac{r}{R} \right)^2 \right)^{-\frac{5}{2}}[/tex]
where
M = total mass of star cluster
R = magic scaling parameter

Now let [itex]X_{n}[/itex] be a uniformly distributed random number between 0 and 1. (x, y, z) is the position of the star and (u, v, w) is the velocity of the star

[tex] \mathbf{x} = \begin{pmatrix}x \\ y \\ z\end{pmatrix} \\<br /> \dot{\mathbf{x}} = \begin{pmatrix} u \\ v \\ w \end{pmatrix}[/tex]
then
[tex] r = \left(X_{1}^{-\frac{2}{3}} - 1 \right)^{-\frac{1}{2}} \\<br /> z = \left( 1-2X_{2} \right) r[/tex]
x, y, u, v and w and calculated in a similar fashion. The last paragraph in the pdf says to multiply these variables by a few numbers but it's not clear to me how to convert z to metres
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
611
  • · Replies 35 ·
2
Replies
35
Views
11K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
14K
  • · Replies 127 ·
5
Replies
127
Views
28K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K