usfsoar / torito-23-24

This is a repo for the USF Soar Torito division's repositories.
1 stars 1 forks source link

Nozzle Design Equation in MATLAB Live Editor #26

Open stephanielue8088 opened 8 months ago

stephanielue8088 commented 8 months ago

What are we curious about

[ ] How does MATLAB Live Editor work and what could benefits for us? [ ] The motive behind looking into MATLAB Live editor is to see if it can be used to help persons develop a general understanding of the general nozzle design equations

Resources

βš’ NASA Design Equations πŸ” Design Equations by Risacher

Possible Approach

  1. Search for a reliable website/book that displays the nozzle design equations
  2. Focus on equations that evaluate throat area, thrust, exit velocity (consider everything else given such as temperature, pressure etc)
  3. Develop calculators in MATLAB Live Editor to provide the outputs listed above
  4. Learn the basics of LaTEX syntax and use it to transform the MATLAB Live Editor page to appear like a document

If the above is too easy xD (do this no balls)

  1. Look into "sliders" on MATLAB Live Editor.
  2. Try to develop sliders so that the results of the equations change with any variable
  3. Develop another visual way to display these changes (you brought the example of a weather map from programming concepts)