|
[Sponsors] |
January 27, 2015, 13:43 |
Probes location
|
#1 |
New Member
Join Date: Jan 2015
Posts: 8
Rep Power: 11 |
Dears.
I am trying to keep track of the velocity through time in one of my simulations (simplefoam). I am using the probes utility, but the location is working in a different than I thought. I defined a location of (0.013 0 0) in a wall boundary where I have set the boundary condition of (0 0 0) velocity, but I am getting values of velocity different from zero. How can I understand this? |
|
January 27, 2015, 15:30 |
|
#2 | |
Senior Member
Armin
Join Date: Feb 2011
Location: Helsinki, Finland
Posts: 156
Rep Power: 19 |
Quote:
Here some explanations: The probe utility takes a given location and tries to find the cell that contains this location. Meaning the location has to be inside a cell for this to work. The sampled value at the probe location is then obtained by interpolation. By default the cell center value is interpolated to the probe location, but you can specify different interpolation schemes in probesDict via the keyword interpolationScheme. So, even if you pick a location that is very close to the boundary (as in your case), OpenFOAM will interpolate the cell value to this location, which may well differ from zero due to the interpolation. Also note that if you specify your velocity boundary condition as fixedValue, the value will certainly be fixed, so no need to set a probe exactly on the boundary. You can check it in ParaView. -Armin |
||
January 27, 2015, 16:05 |
|
#3 |
New Member
Join Date: Jan 2015
Posts: 8
Rep Power: 11 |
Thank you very much for your explanation
|
|
November 25, 2015, 06:58 |
|
#4 | |
New Member
Dion
Join Date: Dec 2014
Location: Bremen, Germany
Posts: 13
Rep Power: 12 |
Quote:
Could you please post a sample of the syntx. I meant the right way to use it in the probeDict. I am not very sure, how to use the ineterpolation schemes in a probesdict. It will be very helpful. Thank you, Dinesh |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
Probes Location points. | ebah6 | OpenFOAM Running, Solving & CFD | 0 | May 3, 2012 19:35 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |