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

sampling Data during calculation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 27, 2011, 04:10
Default sampling Data during calculation
  #1
Member
 
Jim Knopf
Join Date: Dec 2010
Posts: 60
Rep Power: 15
JimKnopf is on a distinguished road
Hi There!

right about now i'm struggling a bit with the Data sampling via functionObject in the controlDict.

I created the following sampling dictionary in controlDict

sampling
{
type sets;
functionObjectLibs ("libfieldFunctionObjects.so");
outputControl timeStep;
outputInterval 0;

interpolationScheme cellPoint;
setFormat raw;

sets
(
testLine
{
type uniform;
axis y;
start ( -0.015 0.095 0.005 );
end ( -0.015 0.095 0.03 );
nPoints 100;
}
);
surfaces();
fields (U.component(0));
}

to sample Values along a line.
Ist does something, but not sampling the line. Actually it writes a particleCloud, which is empty

So my Question is, what did I do wrong, or how to sample Values along a line during calculation via functionObject in the controlDict.

Thanks for any Ideas and greetz
Jim

p.s.: Sampling stuff is discriped here:
http://www.openfoam.com/docs/user/sample.php
JimKnopf 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
Transfer output data as input for second calculation mannobot Main CFD Forum 3 December 7, 2018 09:37
Data import in Fluent?! Bart Horsten FLUENT 3 February 22, 2010 13:05
XYZ (ASCII format) data points into GAMBIT Neil FLUENT 1 August 7, 2007 09:24
Data sampling for time statistics Muhammad Shakaib FLUENT 0 October 2, 2006 23:33
CFXSolver Error Message using Profile Data on B Tobias CFX 0 August 26, 2005 07:27


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