|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Amin Shariat KHah
Join Date: Apr 2011
Location: Shiraz
Posts: 86
Rep Power: 16 ![]() |
Hi dear Foamers!
I have a 3D rectangular straight pipe align z axis. I want to sample data in a plane normal to main flow and use this sampleDic: Code:
surfaceFormat vtk;
interpolationScheme cellPointFace;
fields
(
U
);
sets
(
);
surfaces
(
plane11
{
type plane;
basePoint (0.0 0.0 0.6);
normalVector (0 0.0000001 0.1);
interpolate true;
}
);
![]() what you think? |
|
|
|
|
|
|
|
|
#2 |
|
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 130 ![]() ![]() ![]() ![]() ![]() ![]() |
Greetings Amin,
Mmm... not much information to go on, but my guess is that you're trying to get a sample right on top of a wall or patch. I think "sampleDict" can sample a patch directly. You can find a complete example here: Code:
$WM_PROJECT_DIR/applications/utilities/postProcessing/sampling/sample/sampleDict Code:
echo $WM_PROJECT_DIR Bruno
__________________
|
|
|
|
|
|
|
|
|
#3 |
|
Member
Amin Shariat KHah
Join Date: Apr 2011
Location: Shiraz
Posts: 86
Rep Power: 16 ![]() |
ThanX very much Dear Bruno
I checked it It wasn,t the problem I used patch which you said, it works correctly 0 0 .0000000000000000000000000000000000000000000000000 0000000000001 0 work but 0 0 1 does'n work
|
|
|
|
|
|
|
|
|
#4 |
|
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 130 ![]() ![]() ![]() ![]() ![]() ![]() |
Hi Amin,
Are you able to do a slice/cut on ParaView on that same plane (0 0 0.1)? Best regards, Bruno
__________________
|
|
|
|
|
|
|
|
|
#5 |
|
Member
Amin Shariat KHah
Join Date: Apr 2011
Location: Shiraz
Posts: 86
Rep Power: 16 ![]() |
Hi Bruno
yes Of course My outlet patch normal vector is (0 0 .1) |
|
|
|
|
|
|
|
|
#6 |
|
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 130 ![]() ![]() ![]() ![]() ![]() ![]() |
Hi Amin,
I haven't answered back because I haven't had time to create a test case of my own. If you could post a small example case, or give an example based on one of OpenFOAM's tutorials, it would be easier to diagnose what might be going on! Best regards, Bruno
__________________
|
|
|
|
|
|
|
|
|
#7 |
|
Member
Amin Shariat KHah
Join Date: Apr 2011
Location: Shiraz
Posts: 86
Rep Power: 16 ![]() |
I upload it for you
It's solver is icoFoam |
|
|
|
|
|
|
|
|
#8 |
|
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 130 ![]() ![]() ![]() ![]() ![]() ![]() |
Hi Amin,
Well, the problem apparently is because you're using a reaaally old version of OpenFOAM. I've used just now OpenFOAM 2.1.x, 2.0.x and 1.7.x, all with success! So the solution should be: upgrade your OpenFOAM version! Best regards, Bruno
__________________
|
|
|
|
|
|
|
|
|
#9 |
|
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 130 ![]() ![]() ![]() ![]() ![]() ![]() |
Hi Amin,
Well, although this worked for me, it looks like that sometimes it doesn't work for other people as well. Here's such an example: http://www.openfoam.org/mantisbt/view.php?id=520 So, you might indeed need a slight offset to one direction in order to get a proper sampling when the lines/points are too close to a patch or wall. Best regards, Bruno
__________________
|
|
|
|
|
|
|
|
|
#10 |
|
Member
Amin Shariat KHah
Join Date: Apr 2011
Location: Shiraz
Posts: 86
Rep Power: 16 ![]() |
Hi Bruno
Tanx very much You are absolutely right |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem in toposet | Ahmed Khattab | OpenFOAM Pre-Processing | 28 | July 4, 2025 02:58 |
| [blockMesh] error EOF in blockMesh | Ahmed Khattab | OpenFOAM Meshing & Mesh Conversion | 7 | May 17, 2012 01:37 |
| block-structured mesh for t-junction | Robert@cfd | ANSYS Meshing & Geometry | 20 | November 11, 2011 05:59 |
| [Gmsh] Gmsh and samplesurface | touf | OpenFOAM Meshing & Mesh Conversion | 2 | December 10, 2007 03:27 |
| CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |