CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

fanPressure BC

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 8, 2013, 02:52
Default fanPressure BC
  #1
New Member
 
Join Date: Oct 2013
Posts: 15
Rep Power: 12
pingat is on a distinguished road
I'm working on a jet fan in a tunnel. For that i created the geometry with salome and use the pimpleFoam solver.

As in- and outlet of the tunnel i used the uniformTotalPressure BC. The results of that pressure driven flow look nice.

For the jet fan I wanted to use the fanPressure BC. The flow inside the fan looks good but it seems there is no connection to the surrounding mesh. Its more like a small tunnel in my tunnel. You can have a look at the attached picture.

Is it possible to do what I wanted to do with the fanPressure BC?

My p und U file look like that:
Quote:
wall
{
type zeroGradient;
}

inlet
{
type uniformTotalPressure;
rho none;
psi none;
gamma 1;
pressure 0;
value uniform 0;
}
outlet
{
type fixedValue;
value uniform 0;
}

fancase
{
type zeroGradient;
}

fan_in
{
type fanPressure;
//patchType totalPressure;
fileName "./constant/fanCurve"; // Fan curve file name
outOfBounds clamp; // (error|warn|clamp|repeat)
direction in; // Direction of flow through fan
p0 uniform 0; // Environmental total pressure
value uniform 0; // Initial pressure
gamma 1;
}

fan_out
{
type fanPressure;
//patchType totalPressure;
fileName "./constant/fanCurve"; // Fan curve file name
outOfBounds clamp; // (error|warn|clamp|repeat)
direction out; // Direction of flow through fan
p0 uniform 0; // Environmental total pressure
value uniform 0; // Initial pressure
gamma 1;
}
Quote:
fan_in
{
type pressureInletOutletVelocity;
value uniform (0 0 0);
}
fan_out
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
}
my boundary file for the fan is that:
Quote:
fan_in
{
type patch;
nFaces 74;
startFace 50983;
neighbourPatch fan_out;
}
fan_out
{
type patch;
nFaces 72;
startFace 51057;
neighbourPatch fan_in;
}
Attached Images
File Type: jpg fan_bc.jpg (20.1 KB, 41 views)
pingat is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
fanPressure BC Sylvain OpenFOAM 23 November 14, 2017 07:33
fanPressure BC with cylindricalInletVelocity pablodelag OpenFOAM 0 August 29, 2013 18:29


All times are GMT -4. The time now is 09:54.