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

Probes

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes
  • 5 Post By sita

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 2, 2014, 20:17
Default Probes
  #1
Member
 
Join Date: Aug 2012
Posts: 40
Rep Power: 13
cesarjets is on a distinguished road
Not sure how to use "probes" utility in OpenFOAM..?

any help on this will be appreciated.

Thanks much
cesarjets is offline   Reply With Quote

Old   April 14, 2014, 03:20
Default
  #2
Senior Member
 
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18
sita is on a distinguished road
Hi,

You should include some code at the end of your controlDict, like this:

functions
{
probes1
{
type probes;

functionObjectLibs ("libsampling.so");

region region0;

probeLocations
(
(1.3e-2 0 0)
);

fields
(
U
);

outputControl timeStep;
outputInterval 100;
}
}


This particular example will give you the velocity (all three components) in the point (1.3e-2 0 0). It writes to a file probes1/0/U every 100 time steps.

You should also be able to probe multiple points, to probe multiple variables, and to use different write controls. This is all explained elsewhere on this forum (use the search function), in the OpenFOAM wiki (use google), etc.

Good luck,
Sita
vivek05, SandeepL, WUYing and 2 others like this.
sita 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
How many probes can I have in a simulation ? guilha OpenFOAM Post-Processing 13 September 17, 2016 07:26
probes function not working in Openfoam 2.1.1 nandiganavishal OpenFOAM 7 July 26, 2012 11:06
Probes dhruv OpenFOAM 3 October 5, 2011 12:59
Error using probes balkrishna OpenFOAM Running, Solving & CFD 6 November 12, 2010 04:55
problems with probes() function in chtMultiRegionFoam Victor OpenFOAM 0 November 25, 2009 15:08


All times are GMT -4. The time now is 23:38.