Jump to content

indroth

Members
  • Posts

    30
  • Joined

  • Last visited

Reputation

5 Neutral

Profile Information

  • About me
    Rocketeer
  1. If you are saying all these are required, then I am, by definition, not alive because I don't have a girlfriend .
  2. If we have figured out the specifics of what the mission needs to do, a requirements document would be the first step.
  3. Unfortunately, 50 years from now robotics and automation will almost certainly have improved at a faster pace than human space flight, so it is likely that a manned mission will cost much more and be able to do much less. Rockets have hardly changed in the last 50 years, while computers are orders of magnitude smaller, lighter, faster and more energy efficient. Still, that doesn't mean it isn't worth discussing. Also, a manned mission is definitely more entertaining.
  4. Have you seen this? It's not a tutorial, but it covers the important differences. https://docs.python.org/3/whatsnew/3.0.html
  5. I haven't really looked through the details of your equations, but my first thought is that maybe you don't take into account that drag is dependent on surface velocity not orbital velocity. This will result in non-zero drag at zero surface velocity. Actually, how does that work in KSP? Is the atmosphere like a rigid shell so it is moving faster as you move higher up? Or is drag just proportional to the square of the surface velocity?
  6. I usually strap on some extra small fuel tanks and use my launch engines to soften the landing. You don't need a TWR of more than 1, so you can turn on just a few for landing if necessary, although it may be optimal to turn on as many as possible so you have a short soft landing burn. Obviously, solids need to stay off until you launch. As an added bonus you can attach all the landing paraphernalia (parachutes, landing legs, girders etc). to these tanks so everything is dropped on launch.
  7. Just make sure you keep in mind that this just works for a simple circuit with a resistance and diode in series. For anything more complicated, I would suggest a review of Kirchoff's Laws and Ohm's Law. That's cool. Maybe you can try to trigger a Soyuz style soft-landing rocket if you get the altitude thing working well. As an added bonus, you can get higher precision position data by combining sensor and GPS data.
  8. What really matters for an LED is the current. LEDs need a minimum forward voltage and current to light up, but once they do the voltage drop across the LED remains roughly constant. This voltage is usually documented as the forward voltage drop in the LED data sheet. The data sheet will also tell you how much current should pass through the LED for normal operation. Given the forward voltage drop and current requirement, you can calculate what resistance you need quite easily. R = (Vpower - Vforward)/I R : Resistance Vpower : Power supply voltage (batteries or whatever) Vforward : Forward voltage drop across diode I : Current through circuit So for example assuming 2V forward voltage drop, 10mA current, 18V power, we have R = (18V - 2V)/10mA = 1.6 kOhms
  9. Shouldn't there be a v2 in there? Or am I missing something?
  10. I would imagine the exact position would oscillate somewhat because the orbit isn't perfectly circular.
  11. Anything less than 10 Jupiter radii has to cope with high levels of radiation. Radiation shielding may be less mass than the fuel and power required for a boost with a more distant assist though. Just having a Neptune flyby would be amazing considering there isn't even a plan for that.
  12. So I just tried replicating my previous calculations and got a launch mass of 97 million kgs. Hooray for beer!
  13. Let me try to get all this off the used post-its and miscellaneous scrap that I did it on. Not even sure it's correct, so maybe someone can confirm. But I should probably do some actual work at work today instead of this. One thing to keep in mind though is that the "tyranny of the rocket equation" is largely in relation to delta-v. Fuel mass is proportional to payload + engine + etc mass for any given delta-v and Isp.
  14. Ideally, you would let yourself drop and then burn at full throttle at the right time to come to a stop on the ground. An approximation I find useful is if you are at 0 velocity at altitude h over the surface (that's radar altitude), start your burn at altitude h / TWR. You will actually reach 0 m/s before reaching the ground though, or sometimes you are moving so fast that you can't throttle up in time and crash. So take some extra delta-v and throttle up a little early.
×
×
  • Create New...