|
[Sponsors] |
March 18, 2023, 12:25 |
Help needed in Paraview 5.10
|
#1 |
New Member
Rahmat
Join Date: Mar 2023
Posts: 16
Rep Power: 3 |
I have modeled a test case for cfd analysis and obtained the results. The problem is as follows:
A ball is located inside a cylinder. Inlet BC is assigned as mass flow and outlet as pressure. Solution is obtained and read into paraview. Now I’m interested in pressure value (some kind of averaging) at the inlet. Can someone guide me how to get the average pressure at the inlet? I’m new here and have limited knowledge of paraview. I appreciate your help |
|
April 17, 2023, 10:36 |
|
#2 |
Senior Member
M
Join Date: Dec 2017
Posts: 703
Rep Power: 13 |
Depending on the format of the results (vtk, foam case, etc) you need to isolate your inlet. You can use filters like clip or slice to do so. If you have an openfoam case, you can use the Extract Block filter to isolate the inlet. Once you have it separately, you can create a Python Calculator or Python Annotation and use "mean(pressure)" to extract the average pressure. (Replace "pressure" with the actual field name your solver puts out).
Good luck. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[waves2Foam] Waves2Foam Related Topics | ngj | OpenFOAM Community Contributions | 660 | August 20, 2018 13:39 |
[swak4Foam] Installing swak4Foam to OpenFOAM in mac | Kaquesang | OpenFOAM Community Contributions | 22 | January 21, 2013 12:51 |
[General] need to find an animation(just a simple one) made in paraview | frankieerie | ParaView | 5 | October 7, 2012 16:11 |
paraview installation woes | vex | OpenFOAM Installation | 15 | January 30, 2011 08:11 |
[OpenFOAM] Distributed ParaView and PV3FoamReader | micalil | ParaView | 4 | July 1, 2010 06:09 |