Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RCS fuel flow fixes and missing last stage in the VAB #1926

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

lamont-granquist
Copy link
Collaborator

@lamont-granquist lamont-granquist commented Dec 22, 2024

In the ALL_VESSEL checks, it needs to be looking at "PartsRemainingInStage" rather than Vessel.Parts since the latter isn't updated as the Sim runs.

This also affects ModuleEngines as well, but typically engines don't use ALL_VESSEL flow, so it seems like it only practically affects RCS.

This also should fix bugs with the bottom stage being missing in the VAB.

closes #1919

In the ALL_VESSEL checks, it needs to be looking at "PartsRemainingInStage"
rather than Vessel.Parts since the latter isn't updated as the Sim runs.

This also affects ModuleEngines as well, but typically engines don't use
ALL_VESSEL flow, so it seems like it affects RCS.

This also should fix bugs with the bottom stage being missing in the
VAB.

Signed-off-by: Lamont Granquist <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.Exception: FuelFlowSimulation hit max steps of 100 steps in rcs calculations
1 participant