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

ENH: add structural to total mass ratio for motor and rocket #713

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Lucas-Prates
Copy link
Contributor

Pull request type

  • Code changes (bugfix, features)

Checklist

  • Lint (black rocketpy/ tests/) has passed locally
  • All tests (pytest tests -m slow --runslow) have passed locally

New behavior

Solves issue #671 .

Breaking change

  • No

Additional information

From what I understood from the issue, the information required to be printed was the the ratio of the dry mass by the total mass. I saw some sources computing the propellant mass ratio, which I believe is the opposite (inverse of the specified ratio).

@Lucas-Prates Lucas-Prates requested a review from a team as a code owner October 17, 2024 14:24
@Lucas-Prates Lucas-Prates added the Outputs Dedicated to visualizations enhancements like prints and plots label Oct 17, 2024
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.89%. Comparing base (eb3ad14) to head (3beb0e8).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #713      +/-   ##
===========================================
- Coverage    75.93%   75.89%   -0.04%     
===========================================
  Files           99       99              
  Lines        11222    11226       +4     
===========================================
- Hits          8521     8520       -1     
- Misses        2701     2706       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Outputs Dedicated to visualizations enhancements like prints and plots
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

ENH: Adds the ratio structural mass/total mass to the motor and rocket classes
1 participant