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

sampleDict & surfaces & zoneName

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By pbohorquez

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 9, 2010, 07:38
Default sampleDict & surfaces & zoneName
  #1
Member
 
Patricio Bohorquez
Join Date: Mar 2009
Location: Jaén, Spain
Posts: 95
Rep Power: 17
pbohorquez is on a distinguished road
Hi

I am facing some difficulties to export the values of some computed variables in a subregion of the whole computational domain. Since the mesh was created outside of OpenFOAM and converted to blockMesh, I have defined a set of cells by means of cellSet and, subsequently, a zone containing those cells was properly defined by using setsToZones.

Indeed, the solution in that zone can be visualized with success with paraFoam. In the attached you can see the boundary of the original domain and the solution in the desired zone.

However, when I try to use the "sample" utility to get the solution in a plane that lies in that zone, that application avoids the restriction imposed by the command line

//- Optional: restrict to a particular zone
zoneName burbuja;

where "burbuja" is the name of the zone shown in the attachment. The sueface was defined as follows:

// Surface sampling definition: choice of
// plane : values on plane defined by point, normal.
// patch : values on patch.
//
// 1] planes are triangulated by default
// 2] patches are not triangulated by default
surfaces
(
constantPlane
{
type plane;
basePoint (0.0001 0.005 0);
normalVector (0 0 1);

//- Optional: restrict to a particular zone
zoneName burbuja;

// Optional: whether to leave as faces or triangulate (=default)
triangulate false;
}
);

Any hint?
Attached Images
File Type: jpg zone.jpg (12.2 KB, 59 views)
belier1988 likes this.
pbohorquez is offline   Reply With Quote

Old   June 9, 2010, 17:34
Default
  #2
Member
 
Patricio Bohorquez
Join Date: Mar 2009
Location: Jaén, Spain
Posts: 95
Rep Power: 17
pbohorquez is on a distinguished road
OK. After surfing the following file,

OpenFOAM/OpenFOAM-1.5-dev/src/sampling/sampledSurface/plane/sampledPlane.C

I have found that the line

//- Optional: restrict to a particular zone
zoneName burbuja;

should read

//- Optional: restrict to a particular zone
zone burbuja;

and then it works for me.

The same applies to other OF distros.
pbohorquez is offline   Reply With Quote

Old   February 27, 2013, 14:08
Default sampling surface
  #3
Member
 
Jamal
Join Date: May 2012
Location: Freiburg
Posts: 54
Rep Power: 12
aujamal20 is an unknown quantity at this point
Dear
I am trying to use sampleDict to extratct Temperature values for each cell in the domain. And I am having only one region of fluid domain containing 5000 cells. When I define the plane in the following manner

Quote:
constantPlane
{
type plane; // always triangulated
basePoint (0 0 0);
normalVector (0 0 1);

//- Optional: restrict to a particular zone
// zone zone1;
}
then I got 10000 values doulbe the mesh cell numbers.
Please help me out how to specify the plane so that I can get exact number of values.

Following is a sample file which I get after running sample and it depicts the doubleing of values.
Quote:
x y z T
0.013325213 0.013333333 0 563.19152
0.0066626067 0.0066666667 0 563.19152
0.033313033 0.013333333 0 563.18244
0.026650427 0.0066666667 0 563.18244
0.053300853 0.013333333 0 563.17514
0.046638247 0.0066666667 0 563.17514
0.073288673 0.013333333 0 563.17236
0.066626067 0.0066666667 0 563.17236
0.086613887 0.013333333 0 563.17203
-
-
-
-
Thanks
aujamal20 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
SampleDict error AirS OpenFOAM Post-Processing 5 January 19, 2017 23:29
Importing or Creating 2D Flat Surfaces into CFX Sam CFX 5 March 30, 2013 11:11
[snappyHexMesh] snappyHexMesh not refining surfaces Hydro1004 OpenFOAM Meshing & Mesh Conversion 3 August 29, 2012 11:56
Faceted surfaces in ICEM Chriss Main CFD Forum 1 May 6, 2008 15:18
Surfaces Mark FLUENT 2 February 9, 2004 10:41


All times are GMT -4. The time now is 17:20.