You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In very specific circumstances PEGAS can fail to perform the final engine shutdown.
Example of this behavior can be observed for a 2.5 stage vehicle where the last stage is only minimally expended (think an S-IVb which only ignites for a few seconds to circularize). To illustrate, let's assume the following vehicle staging sequence:
UPFG is initiated for the sustainer 0.5-stage at T+100, the stage burns for 300 seconds
stage 1 activation is thus scheduled at T+400, its burn time is 400 seconds
stage 2 activation is thus scheduled at T+800, its maximum burn time is 600 seconds.
The actual burn time of stage 2 will depend on payload mass and final velocity (vgo). It can happen that this time is very small, suppose 10 seconds. UPFG will schedule the final MECO at T+810 (or is it T+~815, accounting for stage activation time?). At T+800 the final staging sequence commences and the vehicle begins to coast. This makes the vehicle status begin to rapidly diverge from what UPFG expects, so the algorithm takes much longer than usual to converge on the final guidance. At T+805 the engine is ignited, but the guidance has not yet converged. At T+810 the target velocity has been reached and the engine should be shut down, but UPFG still has not converged - and at this point it never will - and so PEGAS is stuck in staging mode. All the time the orbit grows arbitrarily far beyond the target values (limited only by the amount of fuel in the stage, and the user's patience before they abort the mission).
Stuff to look into:
does UPFG-predicted shutdown time include the stage activation routine delays?
can we detect a situation where MECO is just around a staging event? (and if so, what should we do then?)
should we include the final coast phase in the calculations (remember: UPFG has the capacity to include even long coasts)
The text was updated successfully, but these errors were encountered:
In very specific circumstances PEGAS can fail to perform the final engine shutdown.
Example of this behavior can be observed for a 2.5 stage vehicle where the last stage is only minimally expended (think an S-IVb which only ignites for a few seconds to circularize). To illustrate, let's assume the following vehicle staging sequence:
The actual burn time of stage 2 will depend on payload mass and final velocity (vgo). It can happen that this time is very small, suppose 10 seconds. UPFG will schedule the final MECO at T+810 (or is it T+~815, accounting for stage activation time?). At T+800 the final staging sequence commences and the vehicle begins to coast. This makes the vehicle status begin to rapidly diverge from what UPFG expects, so the algorithm takes much longer than usual to converge on the final guidance. At T+805 the engine is ignited, but the guidance has not yet converged. At T+810 the target velocity has been reached and the engine should be shut down, but UPFG still has not converged - and at this point it never will - and so PEGAS is stuck in staging mode. All the time the orbit grows arbitrarily far beyond the target values (limited only by the amount of fuel in the stage, and the user's patience before they abort the mission).
Stuff to look into:
The text was updated successfully, but these errors were encountered: