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

OpenFoam fan pressures

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 28, 2019, 21:24
Default OpenFoam fan pressures
  #1
Senior Member
 
Brett
Join Date: May 2013
Posts: 212
Rep Power: 13
Bdew8556 is on a distinguished road
HI all,

I'm looking at doing a simple simulation of a fan using simpleFoam.
Basically I'm unsure of the U and p conditions. It's a supply fan, so air comes in the "fan_inlet" then exits the "fan_outlet" at a higher speed.

Currently I've got:

for U

fan_inlet
{
type flowRateOutletVelocity;
volumetricFlowRate constant 0.01;
}

fan_outlet
{
type flowRateInletVelocity;
volumetricFlowRate constant 0.01;
}

and for P....

fan_inlet
{
type fixedValue;
value uniform 84437.5;
}

fan_outlet
{
type fanPressure;
file "./constant/fanCurve";
outOfBounds clamp;
direction out;
U U;
phi phi;
p0 uniform 84437.5;
value uniform 0;
}

It's only a small model so that's why the volumetric flow rate is low.

when I stop it after 200 iterations the flow rates at the fan inlet and outlet dont match.

Any thoughts???
Bdew8556 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
OpenFOAM course for beginners Jibran OpenFOAM Announcements from Other Sources 2 November 4, 2019 08:51
Difference between Fan and fanPressure bc in openfoam vs1 OpenFOAM 1 September 12, 2017 14:54
Trouble modelling a jet fan josee OpenFOAM Pre-Processing 0 September 23, 2016 13:06
Constant Power Fan Model using General Momentum Source Dano62 CFX 0 April 14, 2016 13:09
fan driven flow, Fan BC validation (getting lost) soonic OpenFOAM Running, Solving & CFD 0 July 7, 2013 19:16


All times are GMT -4. The time now is 04:44.