> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Single Panel Wing

> AI context for Single Panel Wing. Not linked in navigation.

> This page is for AI assistant context only. To use this package, visit [community.ntop.com](https://community.ntop.com/packages/ntop/single-panel-wing).

## Summary

Create a Single Panel Wing driven by Root Chord Length, Wing Span, QC Angle, and Taper Ratio.

## Package Details

| Field            | Value               |
| ---------------- | ------------------- |
| **ID**           | `single-panel-wing` |
| **Type**         | Block               |
| **Author**       | nTop                |
| **Version**      | 0.1.0               |
| **nTop Version** | 5.45+               |
| **Domain**       | Aerospace           |
| **Complexity**   | Intermediate        |
| **Tags**         | `wing`, `aircraft`  |
| **License**      | MIT                 |
| **Verified**     | Yes                 |

***

Create a Single Panel Wing driven by Root Chord Length, Wing Span, QC Angle, and Taper Ratio.

## Installation

Clone this repo or copy the package folder into your nTop workspace:

```bash theme={null}
git clone https://github.com/nTopology/Utilities.git
```

The package lives at `packages/ntop/single-panel-wing/`.

## Usage

1. Open the provided `.ntop` file in nTop 5.45+.
2. Add the Single Panel Wing custom block in your notebook.
3. Define the Root Point to position the wing relative to your fuselage.
4. Adjust the Quarter Chord Angle and Dihedral Angle to set the wing's orientation and stability characteristics.
5. Control the wing's shape using Root Chord Length, Wing Span, and Taper Ratio.
6. Apply aerodynamic washout by adjusting the Twist Mag.
7. The output is a mirrored Implicit Body, providing a full wing assembly symmetrical across the global plane.

## Inputs & outputs

| Name                  | Type              | Description                                                                                 |
| --------------------- | ----------------- | ------------------------------------------------------------------------------------------- |
| `Root Point`          | Point             | The frontmost point where the wing attaches to the fuselage.                                |
| `Root Chord Length`   | Scalar            | Wing length from front to back at the root.                                                 |
| `Wing Span`           | Scalar            | Full span of both wings (tip-to-tip).                                                       |
| `Quarter Chord Angle` | Scalar            | Sweep angle measured at 25% chord line; positive values sweep back, negative sweep forward. |
| `Taper Ratio`         | Scalar            | Ratio of tip chord to root chord (defines how much the wing narrows).                       |
| `Twist Mag`           | Scalar            | The magnitude of angular twist (washout) from root to tip.                                  |
| `Dihedral Angle`      | Scalar            | The upward V-angle of the wings for lateral stability.                                      |
| **Output**            | **Implicit Body** | The final generated, twisted, and mirrored wing geometry.                                   |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/single-panel-wing](https://community.ntop.com/packages/ntop/single-panel-wing)
