Space Shuttle Ultra 1.25 Revision B development

Really G's or better vacuum and effective thrust, with throttle level in %RPL?
It's clearly G's. I'll see if I can't get the diagram scanned and uploaded.
 
Axial G's as measured by AAs?
Don't know. The diagram in question is on page 417 of The Jenkin's "Space Shuttle" book. He does credit to NASA so it is likely accurate. I'm currently having some problem installing my scanner so I can't scan it.

---------- Post added at 04:44 PM ---------- Previous post was at 04:13 PM ----------

Checked my incomplete Lua script file for simulating the PLB floodlights. Haven't managed to come up with any good settings, maybe someone else could give it a shot?
 
Managed to get the SSME throttle chart scanned.
 

Attachments

  • SSME_throttlecurve.jpg
    SSME_throttlecurve.jpg
    256.7 KB · Views: 473
Ok, that data can be exported. Looks like it measures only acceleration, not apparent gravity, since it starts at zero. Pretty much like the acceleration sensors.
 
Ok, that data can be exported. Looks like it measures only acceleration, not apparent gravity, since it starts at zero. Pretty much like the acceleration sensors.
Yes. Should be interesting to see just how closely SSU compares to that chart. Given that we do a guidance commanded MECO a whopping 45 seconds early, I think we're going to find that several events occur way to early and we're burning hot for some reason(s).

I think the fact that we can haul a fully loaded Centaur G Prime with the CISS and payload into orbit with only 104% on the SSMEs is a sign of that.
 
Yes. Should be interesting to see just how closely SSU compares to that chart. Given that we do a guidance commanded MECO a whopping 45 seconds early, I think we're going to find that several events occur way to early and we're burning hot for some reason(s).

I think the fact that we can haul a fully loaded Centaur G Prime with the CISS and payload into orbit with only 104% on the SSMEs is a sign of that.

I can tackle that, I'll also allow recording some SSME performance data along the way. Is it enough if I record from T-0:30 to T+10:00? And do you want output as text file or is a ODF standard compliant output preferred for the data?
 
In SSME::Realize, the SSME max thrust is set to FPL_THRUST. If the SSMEs are set to thrust level = 1, they would be running at 109%. That's probably it...
 
I can tackle that, I'll also allow recording some SSME performance data along the way. Is it enough if I record from T-0:30 to T+10:00? And do you want output as text file or is a ODF standard compliant output preferred for the data?
Which one will be easiest translated into a similar chart? If it is the ODF format then we should go for that.

---------- Post added at 08:24 PM ---------- Previous post was at 08:18 PM ----------

In SSME::Realize, the SSME max thrust is set to FPL_THRUST. If the SSMEs are set to thrust level = 1, they would be running at 109%. That's probably it...
That would explain why the STS-61G payload mass could be put into orbit. How about we put it back to nominal 104.5%?
 
Which one will be easiest translated into a similar chart? If it is the ODF format then we should go for that.

Well, both can be imported into any spreadsheet program, the ODF permits more control over formating of the data, the text file is simpler implemented.
 
That would explain why the STS-61G payload mass could be put into orbit. How about we put it back to nominal 104.5%?

replace "FPL_THRUST" with "FPL_THRUST/1.09" in SSME::Realize()... that should do it for now
 
replace "FPL_THRUST" with "FPL_THRUST/1.09" in SSME::Realize()... that should do it for now
Thanks. How long have been running the SSMEs at FPL? Is it present in the 1.25 release version as well?
 
replace "FPL_THRUST" with "FPL_THRUST/1.09" in SSME::Realize()... that should do it for now

I think we should instead use a lower throttle setting, making 1.0 = 109% RPL.
 
I think we should instead use a lower throttle setting, making 1.0 = 109% RPL.

Yes, that's why it is like that, so that 109% is available, but since the control part isn't done... there's no problem in having max thrust 104.5%...

And DaveS actually is 1.0430622 instead of 1.09... so that max thrust is 104.5%
 
I'll change the throttling code so 1.00 (in Orbiter) corresponds to 109% thrust.
 
I'll change the throttling code so 1.00 (in Orbiter) corresponds to 109% thrust.
Great! Maybe we should make it a mission file setting? So that for the Centaur missions we have the 109% capability and for the OFT missions and STS-5 we only have 100% on the SSMEs.
 
Great! Maybe we should make it a mission file setting? So that for the Centaur missions we have the 109% capability and for the OFT missions and STS-5 we only have 100% on the SSMEs.

Sounds like a good idea. Haven't there been even a test for 129% RPL SSMEs one day?
 
Sounds like a good idea. Haven't there been even a test for 129% RPL SSMEs one day?
No. That was just a crazy proposal during the Shuttle C studies. Given the problems they had getting 109% without blowing the engines up on the test-stand back then, it was shelved.

Hmm, seems like we're still MECO'ing early, even with GLS' change, this time at 8:05 MET. Maybe we should also include a vehicle dry mass parameter in the mission file?
 
No. That was just a crazy proposal during the Shuttle C studies. Given the problems they had getting 109% without blowing the engines up on the test-stand back then, it was shelved.

ah ok, something like that rings a bell.

Hmm, seems like we're still MECO'ing early, even with GLS' change, this time at 8:05 MET. Maybe we should also include a vehicle dry mass parameter in the mission file?

I would say, lets wait for better data before we make decisions on how to fix the problems. Maybe it is just something trivial, for example a different autopilot profile.
 
No. That was just a crazy proposal during the Shuttle C studies. Given the problems they had getting 109% without blowing the engines up on the test-stand back then, it was shelved.

Hmm, seems like we're still MECO'ing early, even with GLS' change, this time at 8:05 MET. Maybe we should also include a vehicle dry mass parameter in the mission file?
Have any changes been made? I'm still working on the mission file entry, so nothings been checked in yet.

---------- Post added at 06:19 PM ---------- Previous post was at 06:16 PM ----------

Unless anyone wants something else, I'm planning to name the mission file parameter MaxSSMEThrust.
 
Back
Top