|
[Sponsors] | |||||
|
|
|
#1 | ||
|
New Member
Matt Houchin
Join Date: Mar 2017
Location: London
Posts: 11
Rep Power: 10 ![]() |
I am trying to apply a fanPressure BC to an internal fan casing, using createBaffles.
I have created the baffles and applied the fanPressure boundary condition to the p field. Everything is working correctly, except that the inlet flow is reversed, such that it behaves as an outlet (see attached image). I have tried changing the direction and the sign of the value in the fanPressure BC, but with no luck. Has anyone been able to get the fanPressure direction to change? p: Code:
boundaryField
{
atmosphereBoundary
{
type fixedValue;
value uniform 0;
}
ductWork
{
type zeroGradient;
}
fanCasing
{
type zeroGradient;
}
plenumWall
{
type zeroGradient;
}
systemBoundary
{
type fixedValue;
value uniform 0;
}
baffle_master
{
type fanPressure;
fileName "fanCurve";
outOfBounds clamp;
direction out; // in | out
p0 uniform 0;
value uniform 50;
gamma 0;
}
baffle_slave
{
type fanPressure;
fileName "fanCurve";
outOfBounds clamp;
direction in; // in | out
p0 uniform 0;
value uniform -50;
gamma 0;
}
}
Quote:
Quote:
|
|||
|
|
|
|||
|
|
|
#2 | |
|
New Member
Matt Houchin
Join Date: Mar 2017
Location: London
Posts: 11
Rep Power: 10 ![]() |
For anyone wondering, I had my pressure boundary conditions entered in wrong.
Here is the correct boundary conditions to use: p: Quote:
|
||
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ERROR: Flow direction on the boundaries must not be tangential to the boundary. | turbomax | CFX | 3 | October 27, 2024 07:19 |
| FanPressure BC direction reversal | HouchinM | OpenFOAM Running, Solving & CFD | 1 | December 11, 2017 09:42 |
| fanPressure BC for a suction fan, how it works? | student666 | OpenFOAM Pre-Processing | 1 | January 18, 2017 12:47 |
| fanPressure BC | pingat | OpenFOAM Running, Solving & CFD | 0 | November 8, 2013 03:52 |
| Changing inflow velocity direction deteriorates lift and drag | ziggo | FLUENT | 3 | July 24, 2013 09:39 |