Overview

The goal of the Liquid Propulsion subteam is to continually learn more about bi-propellant liquid rocket engines, by designing, manufacturing, and testing an engine. Currently, the team is getting ready to hot fire their Helios engine and is designing rocket team's first launchable liquid engine.


PROJECTS

Polaris

Rocket Team's first ever launchable engine!! Polaris's main mission objective is to reach a 30k ft maximum as a second stage. It is planned to use Ethanol and Nitrous Oxide.

Helios

In the Fall of 2018, the team began the Helios engine project. Helios is a pressure-fed bi-propellant liquid engine designed to produce 350lbf, and is fed with diluted Ethanol & LOX by an accompanying test stand. Helios's main goals are to understand basic engine design principles and learn how to efficiently and safely test high-pressure engines. As of now, Helios has been successfully assembled, and was successfully hot fired on May 16th, 2024.

Romulus

Romulus, a Kerosene-LOX regeneratively cooled engine designed to produce 450lbf, expands on lessons learned from the design of Helios. Romulus uses a pintle injector to balance thrust and temperature requirements. This project was discontinued because there was not enough time and members to finish it.

Pyralis

A N2O-Ethanol Aerospike. This project was led by Matt Vernacchia, back when this was just the Solid Propulsion Subteam. This project actually reached hot fire and destroyed the Building 31 Blast Chamber at the end of the program.

Viper

A methane-oxygen engine, Viper ran from Fall 2016 to Fall 2018. The team spent a lot of money, but it petered out when a member left. Rumor has it the ghost of the yellow test stand still lives in Edgerton. Pioneered the use of CNC manufacturing on Rocket Team.

Learning Curriculum

The liquid prop team has developed an on-boarding curriculum to provide new and existing members with an introduction into various important concepts that are necessary to know on the team. These topics include basic engine design, incompressible flow fundamentals, combustion fundamentals, feed system design, as well as more advanced topics. Click the header above to explore the different learning resources.

Research

Through the design of engines, and recent research endeavors, the team has compiled various write-ups and findings relevant to our work. Past findings from previous projects can be found here, along with findings from the research initiative that the sub-team began in October 2020 (which then became Project Romulus!).

Team leads

NameTerm
Trey WattsFall 2017
Ethan PerrinSpring 2017
Nick BainFall 2017 - Spring 2018
Alex MillerFall 2018 - Spring 2019
Matt MorningstarFall 2019 - Spring 2020
Zander HodgeFall 2020 - Fall 2021
John PosadaSpring 2022
Nigel BarnettFall 2023 - Spring 2024





Page Search

liquid prop is the best subteam👍



.button {
    display: block;
    width: 60%; /* Button width set to 50% of its parent container */
    padding: 5px 10px 20px 10px; /* top, right, bottom, left - adjusted for more space at the bottom */
    margin: 0 auto; /* Centers the button horizontally */
    background-color: rgb(41, 41, 41) !important; /* Darker gray background */
    color: white !important; /* Ensures text color is white */
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px; /* Larger font size for better readability */
}
  .button:hover {
    background-color: #A9A9A9 !important; /* Darker shade of gray for hover effect */
}