Computational models of the physics behind our racecar for the STEM Racing competitions.
- Add tether line friction
- Include the accurate position of the point of application in the definition of every force
- Fix rotational motion aspect
- Test and make sure the result is accurate and logical
In the "Wind Tunnel" folder is code and other materials for the tunnel.
- Plug the power supply into the outlet
- Plug the USB into your laptop
- Run "tunnel_gui.py"
- Calibrate the tunnel if needed
- Using the physical dial under the tunnel, set the fan power to match the desired speed
- When the speed stabilizes, record the data into .csv
Calibration is done by applying 1 N of force to each load cell. The load cells are numbered in this way:
- Front vertical
- Front horizontal
- Back vertical
- Back horizontal
However, if you mess up the order during the calibration, nothing will break, but you will have to stick to that new order.
tunnel_gui.py - GUI of the tunnel
serial_reader.py - reads the COM port and sends the data to GUI
calibration_matrix.txt - saves the calibration data between sessions
svgplot.py - produces the svg of the shape of the intake (needed for CAD design)
Arduino folder - code that is uploaded and executed on the arduino
Files to print folder - stl files of all parts that were 3d printed for the wind tunnel
- Test the tunnel
- Design a connector between the middle section and the diffuser
- Design the stand for the fan
- Build the rest of the intake
- Upgrade GUI (specific upgrades are commented in the tunnel_gui.py)
Feel free to reach out to me at ltartako@caltech.edu