CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Pressure probe # Not Found

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 2, 2022, 08:10
Default Pressure probe # Not Found
  #1
New Member
 
Join Date: May 2022
Posts: 29
Rep Power: 4
cfd_saad is on a distinguished road
Hi foamers,

I am using this code to get the pressure at the interface between the domain and an stl file :

Code:
Gauges
{
		type			probes;
		functionObjectLibs	("libsampling.so");
		
		probeLocations
		(

			(36.5 28.5 8.6)
			
			(42.1 34.1 8.6)
			
			(42.1 22.9 8.6)
			
						
		);
		
		fields
		(
			p p_rgh U
		);
		
		writeControl timeStep;
		writeInterval 1;
		
}
The issue is that for some probes I have in the postProcess folder : Probe 0 (36.5 28.5 8.6) # Not Found

So I have to always shift the location with few mms, sometimes it works sometimes it don't.

How can I get the value at the exact interface between the stl file and the domain ?

Thanks!
cfd_saad is offline   Reply With Quote

Old   August 18, 2022, 11:13
Default
  #2
New Member
 
Join Date: May 2022
Posts: 29
Rep Power: 4
cfd_saad is on a distinguished road
I had to add :

maxDistance 0.05;
cfd_saad is offline   Reply With Quote

Old   August 24, 2022, 05:38
Default
  #3
New Member
 
Join Date: May 2022
Posts: 29
Rep Power: 4
cfd_saad is on a distinguished road
Quote:
Originally Posted by cfd_saad View Post
I had to add :

maxDistance 0.05;
It didn't work, I feel like maxDistance is not taken into account at all.

My points are in the boundary, any ideas ?

Thanks!
cfd_saad 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
Periodic flow using Cyclic - comparison with Fluent nusivares OpenFOAM Running, Solving & CFD 30 December 12, 2017 06:35
[Other] Mesh Importing Problem cuteapathy ANSYS Meshing & Geometry 2 June 24, 2017 06:29
OpenFOAM 1.7.1 installation problem on OpenSUSE 11.3 flakid OpenFOAM Installation 16 December 28, 2010 09:48
Problems in compiling paraview in Suse 10.3 platform chiven OpenFOAM Installation 3 December 1, 2009 08:21
Gas pressure question Dan Moskal Main CFD Forum 0 October 24, 2002 23:02


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