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

How to read out outletboundary data for a duct

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 20, 2009, 05:44
Default Hello, my goal is to read o
  #1
Member
 
Join Date: Mar 2009
Posts: 35
Rep Power: 17
booz is on a distinguished road
Hello,

my goal is to read out the outlet data in following boundary conditions for the velocity:

dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
boundaryField
{
inlet
{
type fixedValue;
value uniform (0 3 0);
}
outlet
{
type zeroGradient;
}
upperWall
{
type fixedValue;
value uniform (0 0 0);
}
frontAndBack
{
type empty;
}
}

How can I do this?
Normally, for setting

internalField uniform (0 0 0);

in the next instances you get

internalField nonuniform <vector>;

Is that possible to get a nonuniform <vector> at outlet for my case?

Thanks!

Khaled
for
booz 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
How to read the data from the graph Kottam Main CFD Forum 2 June 14, 2008 16:46
read data file sandra FLUENT 5 August 24, 2006 05:42
How to read data into my UDF??? Harshit Gupta FLUENT 3 June 15, 2006 02:34
read in wall data Ethan Siemens 0 March 29, 2003 15:19
Read data file R.B.M FLUENT 0 July 10, 2002 23:16


All times are GMT -4. The time now is 18:06.