Jump to content

einsteiner

Members
  • Posts

    51
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • About me
    Rocketry Enthusiast
  1. If you can truly warp anywhere you want, you can warp deep into the sun's gravity well such that your velocity points away from the sun, and use its gravity to slow down. When you have the velocity you want you warp out to LEO with just the right velocity to be in a nice, circular orbit. To find the optimal maneuver you take the final velocity you want minus the velocity you have to find the velocity you need. You warp to the proximity of the sun with sun's gravity pulling toward that dV vector. To do this fast you want to be as close to the sun as possible. If you can survive being right on the surface you will get an acceleration of 274.0 m/s^2, decreasing as you fly "up" away from the sun. Use the time spent flying up to spool up your jump drive. If you need more dV use it to jump back down to the surface of the sun and repeat until you have the velocity you need, then jump to LEO. You can adjust the amount of dV you get per jump by jumping further from the sun. Your crew won't experience any g-forces since you'll be in free-fall the whole time. You're only limited by how close you can get to the sun. This whole thing obviously violates conservation of energy and momentum, but so does the jump drive.
  2. Not the game itself, but the forums have taught me to be even more annoyed at people who don't know your from you're.
  3. This is pure junk. Whoever wrote this did no research into how orbits or space propulsion works.
  4. Using a setup that looks like the OP's pictures, it takes 52.5 m/s to make the orbit equatorial. If it were in the optimal position (ie. Ap is on AN, meaning Ape=0), it would take only 48.67 m/s. So not being right on the Ap for the equatorialization burn loses you less than 4 m/s. Include a burn to reduce your periapsis to aerobrake (about 100 m/s) and you'll never miss it. This isn't the right asteroid, this one is in orbit around the sun (REF=0).
  5. That's a neat model, where did you find that?
  6. I think you've hit it on the head. It's like trying to use the embers from last night's camp fire to cook. They're still hot enough to be dangerous, but not hot enough for any practical purpose.
  7. Not Kerbin, right? 3 million km is inside Moho's orbit, you're going to have to use so much delta-V just to get down there, I wouldn't worry about trying to get out of doing the plane change. You can probably play some games with Eve intercepts to lose energy and increase your inclination, then Moho intercepts if you can time it right to lower it some more, but you'll need a lot of fuel no matter what you do, methinks.
  8. I just got done working on a plugin to snap a docked joint to the nearest multiple of 45 degrees. It's very rough, I only ever really intended it for personal use. If you like I can PM it and instructions to you.
  9. I called it pop for all my life, then I started calling my dad "pops" and the drink had to become soda.
  10. It is a compile error to assign an attribute to something it's not designed for. The error says "Attribute 'KSPField' is not valid on this declaration type. It is only valid on 'property, indexer, field' declarations." So it should work on properties. It is possible Squad declared it as applying to properties but didn't put in the code to actually fetch the value. Perhaps this belongs in the bug reports?
  11. I second this. It would be more realistic in that you would have to include RCS for every spacecraft. Since KSP doesn't include things like gravity gradient torques and solar light pressure it wouldn't pick up stray angular momentum, so it wouldn't be too bad. This could be a nice difficulty option, since Squad is working on more customization in that area.
  12. Small changes in Isp cause large changes in the total mass of your craft, this demonstrates this perfectly. For a recent mission the total starting mass of the craft with a LV-N was 58.5 tons. With a Poodle it would be 580 tons. That's a lot to launch into orbit before your mission can even start. So they are useful. Is it cheating? I say no if you use it with some restrictions. I don't use it as a takeoff/landing engine, to avoid irradiating planetary surfaces. I also don't use it for any burn less than 100 m/s, as I imagine starting and stopping a nuclear reactor is non-trivial.
  13. You would probably need numerical integration to account for the non-uniform gravity during the burn. It could easily be integrated into a scheme like the one discussed here.
  14. 0.5 * 6^2 * 5.3 * (275000*0.2 + 300*500*y)/(275000+300y) * 0.008 * (275000 + 300y) = 4600000 0.5 * 6^2 * 5.3 * (275000*0.2 + 300*500*y) * 0.008 = 4600000 275000*0.2 + 300*500*y = 6027254 300*500*y=5972253.7 y = 39.82 The right side of the original equation really should include the weight of the parachutes themselves, but it only changes the answer a little (41.57 vs 39.82)
×
×
  • Create New...