# Displaying results only on the selected surface inside the cavity

**URL:** https://discourse.paraview.org/t/displaying-results-only-on-the-selected-surface-inside-the-cavity/11489
**Category:** ParaView Support
**Created:** [February 24, 2023, 6:22pm UTC](https://discourse.paraview.org/t/displaying-results-only-on-the-selected-surface-inside-the-cavity/11489 "2023-02-24T18:22:28Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![FEngineer](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/f/5f8ce5/32.png) [@FEngineer](https://discourse.paraview.org/u/FEngineer)
#### Post date: [February 24, 2023, 6:22pm UTC](https://discourse.paraview.org/t/displaying-results-only-on-the-selected-surface-inside-the-cavity/11489/1 "2023-02-24T18:22:29Z")

</div>

Hi,

I have results from OpenFOAM and I’d like to display the pressure distribution only on the surface inside the cavity (I marked it with arrow):

 ![cavity](https://discourse.paraview.org/uploads/default/original/2X/9/9fc45182f56a2456f8fc8a48e1f8d7d3bf7021b3.jpeg)

So I would have to extract the cells belonging to it (I assume that it’s not possible to extract their faces only, right ?). Selecting them manually wouldn’t make sense, box selection would also be difficult. Is there another way ?

---

<div class="post-metadata">

### Author: ![FEngineer](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/f/5f8ce5/32.png) [@FEngineer](https://discourse.paraview.org/u/FEngineer)
#### Post date: [February 25, 2023, 6:33pm UTC](https://discourse.paraview.org/t/displaying-results-only-on-the-selected-surface-inside-the-cavity/11489/2 "2023-02-25T18:33:41Z")

</div>

All right, I handled this using the Clip filter to expose that face and then applying the “Select Cells On” selection mode to pick just one layer of elements. Finally, I used the Extract Selection filter to show the results on that extracted part of the mesh only.
