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

Flight.allInfo() has been remodeled! #36

Merged
merged 20 commits into from
Jul 31, 2020
Merged

Flight.allInfo() has been remodeled! #36

merged 20 commits into from
Jul 31, 2020

Conversation

Gui-FernandesBR
Copy link
Member

Update Rocket class:

  • Some changes in the addFins() function to allow Fin analysis in the flight class
  • Inertia details now prints data using .format options

Several changes in Flight class:

  • Flight.allInfo () has been separated into 12 other functions, now we can plot specific graphics more freely. However, Flight.allInfo () still exists and still works as usual.
  • Some changes in what is printed by the functions, numerical and graphic information. Better axis limits for various graphs. Added some prints for the Burn Out Time.
  • Added a function capable of estimating the critical speed of fin flutter.
  • Added a new attribute: thrustToWeight, it is defined as the ratio between the thrust force of the motor and the weight of the rocket
  • Added a function that allows you to export pressure signals to an external file, I hope it will be useful for the Eletronics Subsystem team.
  • Important: There are now two more parameters to be used as the rail length! The "effective1RL" represents the distance between the upper rail button and the top of the launch rail.

- Flight.allInfo () has been separated into 12 other functions, so that we can plot specific graphics more freely. However, Flight.allInfo () still exists and still works as usual.
- Some changes in what is printed by the functions, numerical and graphic information. Better axis limits for various graphs. Added some prints for the Burn Out Time.
- Added a function capable of estimating the critical speed of fin flutter.
- Added a new attribute: thrustToWeight, it is defined as the ratio between the thrust force of the motor and the weight of the rocket
- Added a function that allows you to export pressure signals to an external file, I hope it will be useful for the Eletronics Subsystem team.
- Important: There are now two more parameters to be used as the rail length! The "effective1RL" represents the distance between the upper rail button and the top of the launch rail.
- Some changes in the addFins() function to allow Fin analysis in the flight class
- Inertia details now prints data using .format options
Copy link
Member

@giovaniceotto giovaniceotto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made a couple of suggestions. Let me know if you have any doubts or would like to further discuss them.

rocketpy/Flight.py Show resolved Hide resolved
rocketpy/Flight.py Outdated Show resolved Hide resolved
rocketpy/Flight.py Outdated Show resolved Hide resolved
rocketpy/Flight.py Show resolved Hide resolved
rocketpy/Flight.py Outdated Show resolved Hide resolved
rocketpy/Flight.py Outdated Show resolved Hide resolved
rocketpy/Flight.py Outdated Show resolved Hide resolved
rocketpy/Flight.py Outdated Show resolved Hide resolved
rocketpy/Rocket.py Show resolved Hide resolved
rocketpy/Rocket.py Outdated Show resolved Hide resolved
Gui-FernandesBR and others added 18 commits July 28, 2020 21:16
- Suggestion accepted

Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
accepted suggestion

Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
accepted suggestion

Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
accepted suggestion

Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
- thrustToWeight

Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
Numerical integration prints

Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
Update rocketpy/Flight.py

Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
Update rocketpy/Flight.py

Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
@giovaniceotto giovaniceotto merged commit d8f2ac7 into RocketPy-Team:master Jul 31, 2020
@Gui-FernandesBR Gui-FernandesBR deleted the enhancement/allinfo_functions branch July 31, 2020 03:12
@Gui-FernandesBR Gui-FernandesBR self-assigned this Aug 23, 2022
@Gui-FernandesBR Gui-FernandesBR added the Outputs Dedicated to visualizations enhancements like prints and plots label Sep 21, 2022
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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants