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

# Temperature Point Map

<CardGroup cols={2}>
  <Card title="CFD Analysis Result, Integer" href="#cfd-analysis-result-integer" />

  <Card title="Thermal Result, Integer" href="#thermal-result-integer" />

  <Card title="Thermal Result, Integer, 2.0.0" href="#thermal-result-integer-200" />
</CardGroup>

***

## About this Block

**What it does:** The **Temperature Point Map** block generates a Scalar Point Map of nodal temperatures from thermal analysis results.

**Common uses:**

* Can visualize thermal analysis results.

**Tips:**

* The point map consists of all the nodal points from the Thermal Analysis, and the temperature values associated with each of those points. These points and values are accessible in the properties of the Point Map.
* The HUD can be used to change the Lower bound, Upper bound, color palette and units as required.
* The point map can be exported with the **Export Point Map** block.

## Example File

Download Example: [Temperature Point Map](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/Temperature_Point_Map.ntop)
![Temperature Point Map](https://storage.googleapis.com/files-learn/static/ExtendedBlockDocs/Temperature_Point_Map.png)

***

<h2 id="cfd-analysis-result-integer">
  CFD Analysis Result, Integer
</h2>

Create a Temperature Point Map from the temperature values of a CFD analysis.

### Inputs

| Name         | Type                                                                             | Description                                                                                |
| ------------ | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| Cfd analysis | [CFD Analysis Result](../../../../block-documentation/types/cfd-analysis-result) | Thermal point map for this result                                                          |
| Step number  | [Integer](../../../../block-documentation/types/integer)                         | The step number for which the point map will be created. The last step is used by default. |

### Outputs

| Type                                                                                 |
| ------------------------------------------------------------------------------------ |
| [Temperature Point Map](../../../../block-documentation/types/temperature-point-map) |

***

<h2 id="thermal-result-integer">
  Thermal Result, Integer
</h2>

Create a Scalar Point Map from nodal temperature values of a steady state thermal analysis.

### Inputs

| Name             | Type                                                                   | Description                                                                                |
| ---------------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| Thermal analysis | [Thermal Result](../../../../block-documentation/types/thermal-result) | Thermal point map for this result                                                          |
| Step number      | [Integer](../../../../block-documentation/types/integer)               | The step number for which the point map will be created. The last step is used by default. |

### Outputs

| Type                                                                       |
| -------------------------------------------------------------------------- |
| [Scalar Point Map](../../../../block-documentation/types/scalar-point-map) |

***

<h2 id="thermal-result-integer-200">
  Thermal Result, Integer, 2.0.0
</h2>

Create a Temperature Point Map from nodal temperature values of a steady state thermal analysis.

### Inputs

| Name             | Type                                                                   | Description                                                                                |
| ---------------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| Thermal analysis | [Thermal Result](../../../../block-documentation/types/thermal-result) | Thermal point map for this result                                                          |
| Step number      | [Integer](../../../../block-documentation/types/integer)               | The step number for which the point map will be created. The last step is used by default. |

### Outputs

| Type                                                                                 |
| ------------------------------------------------------------------------------------ |
| [Temperature Point Map](../../../../block-documentation/types/temperature-point-map) |
