> ## 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.

# Remap Cylindrical Field

> AI context for Remap Cylindrical Field. 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/remap-cylindrical-field).

## Summary

Remap a scalar field into a cylindrical space. The only values that will be mapped are values along the positive X-axis, and the Y-axis between -length/2 and +length/2. This block will not attempt to scale the field values to compensate for

## Package Details

| Field            | Value                                                                     |
| ---------------- | ------------------------------------------------------------------------- |
| **ID**           | `remap-cylindrical-field`                                                 |
| **Type**         | Block                                                                     |
| **Author**       | nTop                                                                      |
| **Version**      | 1.0.0                                                                     |
| **nTop Version** | 5.43+                                                                     |
| **Domain**       | Geometry                                                                  |
| **Complexity**   | Beginner                                                                  |
| **Tags**         | `remap`, `cylindrical`, `scalar-field`, `coordinate-transform`, `mapping` |
| **License**      | MIT                                                                       |
| **Verified**     | Yes                                                                       |

***

Remap a scalar field into a cylindrical space. The only values that will be mapped are values along the positive X-axis, and the Y-axis between -length/2 and +length/2. This block will not attempt to scale the field values to compensate for distortion. If the compensation is preferred, use the Remap Cylindrical Body block.

## 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/remap-cylindrical-field/`.

## Inputs

| Name               | Type         | Description                                                                                                    |
| ------------------ | ------------ | -------------------------------------------------------------------------------------------------------------- |
| `Field`            | Scalar Field | Scalar field to remap.                                                                                         |
| `Y Mapping Length` | Scalar       | The length of the scalar field along the Y-axis to wrap the around the circumference of the cylindrical space. |

## Outputs

| Name             | Type         | Description |
| ---------------- | ------------ | ----------- |
| `Scalar Field_0` | Scalar Field | Output.     |

## License

MIT.

***

## Source

[https://community.ntop.com/packages/ntop/remap-cylindrical-field](https://community.ntop.com/packages/ntop/remap-cylindrical-field)
