|
[Sponsors] |
finding Min of pressure after the simulation is finished |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 19, 2013, 17:28 |
finding Min of pressure after the simulation is finished
|
#1 |
Senior Member
Join Date: Jun 2011
Posts: 163
Rep Power: 15 |
Hi all
I have simulated a flow by pimpleFoam and I need to find the min and max of pressure vs time. I have found that during run, I can use function objects (fieldMinMax) for that at now, how can I find min and max of pressure ? Best Regards |
|
September 20, 2013, 04:24 |
|
#2 |
Senior Member
Mohsen KiaMansouri
Join Date: Jan 2010
Location: CFD Lab
Posts: 118
Rep Power: 16 |
Dear mechy
Max and Min of all the variables that are solved will be written on the monitor screen (for example Ux, Uy,Uz,P,....) You can use: Code:
| tee log -a then you can use some tools like PyFoam to plot them versus time during or after the run: Code:
pyFoamPlotRunner.py and pyFoamPlotWatcher.py http://openfoamwiki.net/index.php?title=Contrib_PyFoam
__________________
“If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But if you have an idea and I have an idea and we exchange these ideas, then each of us will have two ideas.” |
|
September 20, 2013, 04:58 |
|
#3 |
Senior Member
Pablo Higuera
Join Date: Jan 2011
Location: Auckland
Posts: 627
Rep Power: 19 |
Hi mechy,
function objects can be used even when the simulation is finished. Take a look at execFlowFunctionObjects utility. Best, Pablo |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
y+ and u+ values with low-Re RANS turbulence models: utility + testcase | florian_krause | OpenFOAM | 114 | August 23, 2023 06:37 |
Simulation of a single bubble with a VOF-method | Suzzn | CFX | 21 | January 29, 2018 01:58 |
high pressure simulation | mahi | FLUENT | 0 | November 7, 2008 02:30 |
stagnation pressure in transient flow simulation | K.S.Ravichandran | Main CFD Forum | 2 | September 5, 2000 01:34 |
Hydrostatic pressure in 2-phase flow modeling (long) | DS & HB | Main CFD Forum | 0 | January 8, 2000 16:00 |