It's 65% (or 67%) to 100% (or 109% or whatever the engine allows...) (67-109 for Block II)
BTW: You should slow down just a little because I've done some changes to the code... and I haven't uploaded them yet.....:sorry:
But if you use the EIU there shouldn't be any impact... I think...
I'll take a look at your changes and upload a working version tomorrow...
Just merge your changes into them, I did not so much, I just replaced the many direct reference to the thruster handle of the SSMEs by methods of the Atlantis class. No EIU yet, but I started refining the Shuttle Bus elements into something simple, so the EIU could be
I had a unscheduled CTD in Orbit, will look what caused it.
For implementing the hydraulic and systems, what about making a HydSystem class, which handles pressure and return lines?
The rest seems to be a typical parallel topology, so all hydraulic actuators get the same input pressure and the return is the result of the actuator work.
If we can formulate the behavior into functions of the type
dP = f(P, ...)
we should be able to have these be calculated numerically in real time.
So, we would finally have:
APU<->HydSystem<->Actuator
As each APU supplies one Hydraulic system, it might even make sense to unify both classes into one.