> For the complete documentation index, see [llms.txt](https://wiki.gtpropulsivelanders.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.gtpropulsivelanders.org/propulsive-landers-gt-docs/wiki/liquid-governing-relations.md).

# Liquid Governing Relations

### Characteristic Length

Characteristic length relates chamber volume and throat area:

$$
L^\*=\frac{V\_c}{A\_t}
$$

or:

$$
V\_c=L^\*A\_t
$$

L\* is mostly chosen based on propellant combination and combustion residence time. It is a sizing rule for making sure the chamber has enough volume for combustion to complete. Typical workflow is to finalize your propellant combination and then lookup Huzel & Huang's book and use the corresponding L\*.&#x20;

### Contraction Ratio

Contraction ratio relates chamber area to throat area:

$$
\epsilon\_c=\frac{A\_c}{A\_t}
$$

or:

$$
A\_c=\epsilon\_c A\_t
$$

For small liquid rocket engines, contraction ratio is often around:

$$
\epsilon\_c \approx 3 \text{ to } 8
$$

### Chamber Diameter

For a circular chamber:

$$
D\_c=\sqrt{\frac{4A\_c}{\pi}}
$$

### Chamber Length

Once chamber volume and chamber area are known, chamber length can be estimated as:

$$
L\_c=\frac{V\_c}{A\_c}
$$

If the converging section volume is included separately:

$$
L\_c=\frac{L^\*A\_t - V\_{conv}}{A\_c}
$$

### Liquid Engine Sizing Flow

A simple liquid engine sizing order is:

$$
A\_t=\frac{\dot{m}\_{tot}c^\*}{P\_c}
$$

$$
V\_c=L^\*A\_t
$$

$$
A\_c=\epsilon\_cA\_t
$$

$$
L\_c=\frac{L^\*A\_t - V\_{conv}}{A\_c}
$$


---

# 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://wiki.gtpropulsivelanders.org/propulsive-landers-gt-docs/wiki/liquid-governing-relations.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.
