CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Pre-Processing (https://www.cfd-online.com/Forums/openfoam-pre-processing/)
-   -   How to read out outletboundary data for a duct (https://www.cfd-online.com/Forums/openfoam-pre-processing/62006-how-read-out-outletboundary-data-duct.html)

booz January 20, 2009 05:44

Hello, my goal is to read o
 
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


All times are GMT -4. The time now is 22:38.