> For the complete documentation index, see [llms.txt](https://rocketry.gitbook.io/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rocketry.gitbook.io/public/join/intro-projects/airframe.md).

# Airframe

## New Member Airframe Intro Project

![](/files/-LFKus784fEcJ_7RoMSF)

The Airframe meetings at the start of the year - along with the GitBook - will contain all the information required to complete the project. In addition, I will hold office hours, so please stop by and ask any questions you may have. If these scheduled office hours do not work for you, please feel free to reach out to me and schedule a different meeting time.

This intro project is broken up into 4 main sections, spanning 4 weeks

1. Airframe Terminology&#x20;
2. Airframe Project&#x20;
3. Technical Project&#x20;
4. Technical Project Manufacturing

### Part 1: Airframe Terminology

There are a lot of different terms and buzzwords we use in STAR day to day as we design and manufacture our rockets. The first step to getting comfortable with the team is learning what all these words mean. For that, we have the Airframe Handbook.

{% file src="/files/T654Oqp4X5MzAlPxVHDn" %}

After reading through the Airframe Handbook, take this quiz.&#x20;

<https://forms.gle/j1k29X9hWzCTM9fr7>&#x20;

You must retake this quiz until you have gotten 100%.&#x20;

After completing the quiz, reach out to your mentor and they will check you off.

**The Airframe Terminology quiz is due Monday 9/11 before the meeting!**

### Part 2: Airframe Project

OpenRocket is a critical tool STAR airframe members use to design the rocket from the ground up. Proficiency in this tool enables us to access a wide range of metrics about the rocket, fine-tune designs to optimize various parameters, and maintain a comprehensive understanding of the entire project and its objectives. After completing this project, you'll have the skills to navigate OpenRocket with confidence. This project also serves as an introduction to the anatomy of a rocket.

**Installation:**

Use this [link](https://openrocket.info/) to go to the download site for OpenRocket.

<https://openrocket.info/>

There have been some issues with downloading for Mac users. If you run into trouble, let your mentor know. There are some people on the team that know the workarounds for this.

Once you have it installed, go ahead and open some of the preset rockets. A sample rocket is also provided to look at. Mess around with it to observe how changing different variables changes the performance of the rocket.&#x20;

{% file src="/files/jCybKGylV1oyyP3QMAM2" %}

If you're feeling a bit lost or scratching your head at what all the buttons do, that's totally okay! The next part is actually learning how to use OpenRocket.

**Using OpenRocket:**

Now that you have OpenRocket downloaded,  it is time to learn how to use the software.

This [playlist](https://youtube.com/playlist?list=PLulIhjxR7aZQ4coWt7MRHb4xt9wz0Fz6h\&si=nksFGq7o_BnIMT5s) is a good resource to get situated with the process of using OpenRocket. Some of the videos are redundant, however, they each have their own highlights.&#x20;

<https://www.youtube.com/playlist?list=PLulIhjxR7aZQ4coWt7MRHb4xt9wz0Fz6h>

An excellent way to learn from these videos is to follow along and do everything on your own computer

Watch these videos until you are comfortable to move on to the next part of the project.&#x20;

**Airframe Project:**

Now that you have a basic understanding on how to use OpenRocket, it is time to put your skills to the test! Your task is to recreate this rocket from scratch.

<figure><img src="https://lh5.googleusercontent.com/q3o9Sdcuq5pzN2_opSOK0LcmYVrVeb85KjXaJLf1qk7KGMyFbg3vgVGxgiZSlDzNkwcVJ6486tTcxxC23_Yn2V1tQwj9pU4u6tWbOUfzW-raCqPKhvZXdx6pG-JZlyhamzFzlp_NgvM7y6Gf-NUmWus" alt=""><figcaption></figcaption></figure>

This document contains details for each component. If you follow all of it, your resulting rocket should have similar characteristics&#x20;

{% file src="/files/R26isbnb2xq6syu18715" %}

(Its okay if they are not exact, sometimes OpenRocket values can be slightly different from simulation to simulation)&#x20;

If you get stuck at any point in this project, try looking up solutions to any issues. Besides STAR and rocketry, it is an important skill for life! That being said, do not hesitate to reach out to your mentor or go to office hours. We are all here for you!&#x20;

**Submission:**

Once you are finished, show your mentor your rocket and the simulation.  You will get checked off if they match. You can also get checked off at meetings or office hours by any mentor.

### Part 3: Technical Project&#x20;

Now that with a fundamental understanding of the rocket, it is time to move on to meaningful tasks that help us build our rocket. For the 3rd part of the intro project, you will stard getting hands on with designing and manufacturing.

**Download Solidworks:**

**The Projects:**

You should have been assigned a specific project. Look at this document to for more information for your specific project:

<https://docs.google.com/document/d/1tFv5k92e25U_jdvIXnPqtUpclqbPpx5Qt29PmQItk-0/edit?usp=sharing>

### Part 4: Technical Project Manufacturing

Coming soon<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://rocketry.gitbook.io/public/join/intro-projects/airframe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
