|
[Sponsors] |
September 11, 2009, 05:52 |
|
#21 |
Member
santhosh
Join Date: Apr 2009
Location: India
Posts: 70
Rep Power: 17 |
Thanks for constant help, I could able to use in OF 1.6 as well now.
|
|
September 30, 2009, 18:37 |
|
#22 |
Senior Member
Nishant
Join Date: Mar 2009
Location: Glasgow, UK
Posts: 166
Rep Power: 17 |
someone used the probes in OF 1.6. An example can be found in
\incompressible\pimpleFoam\t-junction\system // Write at same frequency as fields outputControl outputTime; outputInterval 1; there is new keyword word for the output control. nishant Last edited by nishant_hull; September 30, 2009 at 20:34. |
|
September 28, 2011, 11:30 |
|
#23 |
Member
Antonio Liggieri
Join Date: Aug 2010
Posts: 76
Rep Power: 15 |
Hello,
does anybody know, how I can redirect the data from a probe also directly to the screen, so that I can plot them with the pyFoam utility? Is there any option to be switched on like "log = true" or something like that? For any help thank you in advance Kind regards, Toni |
|
September 29, 2011, 13:24 |
|
#24 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
I'm afraid the probe-functionObject doesn't offer this (but I didn't research it too much) What would be possible is to use (sorry) swak4Foam: generate a sampledSet of type cloud with one point. Use a functionObject swakExpression on it, set that to verbose and get that value. Maybe there is a simpler way. To see how sampledSets are used in swak4Foam browse through the Examples that come with swak4Foam or look at my presentation from this years workshop Bernhard |
||
April 14, 2014, 04:40 |
Problem using multiple probe locations
|
#25 |
Senior Member
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18 |
Hi all,
When I use multiple probe locations, only the data from the first location makes any sense, the rest gives values like -1e300. Does anyone have any experience with this? Ever seen this before? My code looks like this: functions { probes1 { type probes; functionObjectLibs ("libsampling.so"); region region0; probeLocations ( (1.3e-2 -2e-4 0) (1.3e-2 0 0) (1.3e-2 2e-4 0) ); fields ( U ); outputControl timeStep; outputInterval 100; } } And I run the solver in parallel, on 4 cores (1 machine). Thanks in advance for any help, Sita Additional info: OpenFOAM gives warnings about these probe locations, it cannot find them: --> FOAM Warning : From function probes::read() in file probes/probes.C at line 72 Did not find location (0.013 0 0) in any cell. Skipping location. --> FOAM Warning : From function probes::read() in file probes/probes.C at line 72 Did not find location (0.013 0.0002 0) in any cell. Skipping location. Strange, because both points are really present in my mesh... Last edited by sita; April 14, 2014 at 08:25. Reason: Additional info |
|
April 14, 2014, 20:34 |
|
#26 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
April 15, 2014, 01:51 |
|
#27 |
Senior Member
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18 |
Yeah, I know, that's pretty clear indeed. The only problem is, as I pointed out, that these points are really present in my mesh. In fact, they are in the list of vertices in blockMeshDict.
So maybe I should rephrase my question: why is OF unable to find these points? Is there something wrong with my syntax? Or does it have to do with the parallel solving? Or…? |
|
April 15, 2014, 12:50 |
|
#28 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
April 23, 2014, 03:04 |
|
#29 |
Senior Member
Sita Drost
Join Date: Mar 2009
Location: Arnhem, The Netherlands
Posts: 227
Rep Power: 18 |
Thanks, that works!
|
|
July 22, 2015, 18:46 |
|
#30 |
Member
António Pires
Join Date: Oct 2014
Posts: 33
Rep Power: 12 |
Hello everyone,
I have a question regarding the probes function. I'm modelling a wave flume with monochormatic waves propagating over it and i have applied the probes function to a series of points in the mesh to calculate velocity. My question is: when i get the results ate the end of the run, those values of velocity are instantaneous velocity or are they phase averaged values? I've been strugling with this for some time and maybe someone has the answer, Thanks! António |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Probe problem | nzy102 | OpenFOAM Running, Solving & CFD | 1 | April 14, 2008 02:16 |
Probe or something else to monitor | hoerl | OpenFOAM Running, Solving & CFD | 2 | January 15, 2007 07:04 |
I can not use the probe in the Paraview | ztdep | OpenFOAM Running, Solving & CFD | 6 | November 30, 2006 04:22 |
probe | hydrogen | CFX | 2 | May 22, 2006 12:59 |
problem with probe | Yolanda | CFX | 0 | May 17, 2006 07:27 |