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

Time series of data at a point

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 29, 2010, 07:18
Default
  #41
Senior Member
 
Daniele
Join Date: Feb 2010
Posts: 134
Rep Power: 16
Daniele111 is on a distinguished road
Hi
How can i have a output probe file that I can use with matlab for post-processing? The probe output file isn't easily to read
Attached Files
File Type: txt p.txt (21.1 KB, 36 views)
Daniele111 is offline   Reply With Quote

Old   April 11, 2011, 07:06
Default
  #42
New Member
 
Prashant Gupta
Join Date: Mar 2011
Location: Edinburgh
Posts: 29
Rep Power: 15
Prash is on a distinguished road
Dear People,

Now I am using OpenFOAM 1.7.1 and I am facing a similar problem. I want to use probe function in ControlDict file. I have added lines. I am using bubbleFOAM solver.

functions
(
probes1
{
type probes;

functionObjectLibs ("libsampling.so");

//dictionary probesDict;

region region0;

probeLocations
(
(0.02 0.002 0.003)
(0.02 0.15 0.003)
(0.02 0.08 0.003)
(0.01 0.002 0.003)
(0.01 0.15 0.003)
(0.01 0.08 0.003)
(0.002 0.002 0.003)
(0.002 0.15 0.003)
(0.002 0.08 0.003)
);

fields
(
p
Ub
Ua
);
}
);


// ************************************************** *********************** //



But when I implement my code, i get error message.

--> FOAM FATAL IO ERROR:
keyword outputControl is undefined in dictionary ":robes1"

file: :robes1 from line 60 to line 86.

From function dictionary::lookupEntry(const word&, bool, bool) const
in file db/dictionary/dictionary.C at line 395.

FOAM exiting



I am not sure where to change. Please Help !






Quote:
Originally Posted by hjasak View Post
Easy: go to the dictionary for the function object in system/controlDict and add:

region fluidRegion;



For example:


functions
(
probes1
{
// Type of functionObject
type probes;

region fluidRegion;

// Where to load it from (if not already in solver)
functionObjectLibs ("libsampling.so");

// Locations to be probed. runTime modifiable!
probeLocations
(
(0.0254 0.0253 0.0)
(0.0508 0.0253 0.0)
(0.0762 0.0253 0.0)
(0.1016 0.0253 0.0)
(0.1270 0.0253 0.0)
(0.1524 0.0253 0.0)
(0.1778 0.0253 0.0)
);

// Fields to be probed. runTime modifiable!
fields
(
p
);

);

}

Hrv
maasyraf3 likes this.
Prash 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
Time series input data-Possible in Ansya/ Fluent?? Rajkumar CFX 2 May 24, 2010 18:33
Getting Time Series data from saved unsteady data Atul FLUENT 4 November 26, 2008 05:12
Time Series Export ANASTASIOS GEORGOULAS FLUENT 2 September 19, 2007 10:39
time series data for pressure and velocity James Willie FLUENT 0 July 12, 2006 04:31
Time series data as input-Possible in Ansys/Fluent Rajkumar Main CFD Forum 0 April 13, 2005 11:04


All times are GMT -4. The time now is 15:48.