CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Probes - Ux, Uy, Uz or UMagnitude at a specific point

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 4, 2021, 03:51
Default Probes - Ux, Uy, Uz or UMagnitude at a specific point
  #1
New Member
 
Mary
Join Date: Sep 2021
Posts: 16
Rep Power: 4
limpideyes is on a distinguished road
Hello,

After the simulation of Time 4000, I would like to know what the Ux, y, z and U Magnitude at a specific point of my geometry, such as (x, y, z)=(0.05, 100, 1.20).

I know only probes function:
During the processing of simpleFoam,
Code:
$foamGet probes
in the probes file,
Code:
points
(
       (0.05 100 1.20)
       (4.05     0  2.50)
       // ....I have to represent total 51 points
);

fields (U);
And after processing, when I try to
Code:
$foamMonitor -l postProcessing/probes/0/U &
The graph is messy. It represents all U values during the Time 1 - 4000 for all 51 points.

All I want to know is U values of 51 points only at the latest time (Time 4000).
How can I represent it?

Thanks!
limpideyes is offline   Reply With Quote

Old   November 18, 2021, 08:22
Default
  #2
New Member
 
Diego Ferrando
Join Date: Mar 2017
Location: Zaragoza
Posts: 19
Rep Power: 9
dferrando is on a distinguished road
Hello Mary,


What you can do is just to run the following command at the end of your simulation and once it is reconstructed (in case of parallel computing)

Code:
postProcessing -latestTime -func probes

This command will run the probes dictionary you have created and it will run it only for the latest time of your simulation. It will create a file under "postProcessing/probes/4000/U" where you will find the coordinates of your probes and below them the values of the velocity vector. The format is a bit strange and to treat it is better to use python.


I hope I have helped you.
dferrando is offline   Reply With Quote

Old   December 1, 2021, 11:02
Default
  #3
Member
 
Join Date: Mar 2018
Posts: 33
Rep Power: 8
ghastbug is on a distinguished road
You could alternatively use paraview. You have to choose the points either manually, or along a surface or line if you do it this way though
ghastbug is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The CoP Does not exist: Validating Aerodynamic forces through a "line of action" ds4719 Main CFD Forum 14 February 18, 2022 18:05
Continuity Equation for multicomponent simulation lordluan CFX 15 May 19, 2020 18:36
Ansys Fluent: How can I start drawing XY PLOT from a specific point? RawadSy FLUENT 0 November 6, 2019 13:51
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
[OpenFOAM] Annotate velocity of specific cell or point jwstolk ParaView 4 August 5, 2016 05:50


All times are GMT -4. The time now is 11:13.