Changes between Version 20 and Version 21 of u/massBElight
- Timestamp:
- 10/05/12 20:58:02 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/massBElight
v20 v21 43 43 44 44 45 I see that Mbe crit is below the minima of M(t). This is no doubt due to some SMALL round-off error somewhere in computing the total masses in the grid. If for instance, I use simply the formula above to find the mass of the BE sphere, it does not give me exactly what my code gives. The Visit calculation gives me ~0.78whereas my code says it is ~0.72 -- in line with the Crit Mbe as expected.45 I see that Mbe crit is below the minima of M(t). This is no doubt due to some SMALL round-off error somewhere in computing the total masses in the grid. If for instance, I used simply the formula above to find the mass of the BE sphere, it does not give me exactly what my code gives. The Visit calculation gives me ~0.78 when I subtract the mass of the ambient from the mass of the sphere, whereas my code says it is ~0.72 -- in line with the Crit Mbe as expected. 46 46 47 47 Now, it should also, be noted that the crit Mbe is computed by the formula: … … 49 49 50 50 {{{#!latex 51 M (t, 1.1Rbe) = Mtotal(t)-Mambient(t)52 }}} .51 Mbe_crit = 1.18 * {Cs^4 \over (Po^(1/2) * G^(3/2))} 52 }}} 53 53 54 54 This describes __ blah blah, whereas my sphere is _blah Blah.