|
[Sponsors] |
October 28, 2019, 22:24 |
OpenFoam fan pressures
|
#1 |
Senior Member
Brett
Join Date: May 2013
Posts: 217
Rep Power: 14 |
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??? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM course for beginners | Jibran | OpenFOAM Announcements from Other Sources | 2 | November 4, 2019 09:51 |
Difference between Fan and fanPressure bc in openfoam | vs1 | OpenFOAM | 1 | September 12, 2017 15:54 |
Trouble modelling a jet fan | josee | OpenFOAM Pre-Processing | 0 | September 23, 2016 14:06 |
Constant Power Fan Model using General Momentum Source | Dano62 | CFX | 0 | April 14, 2016 14:09 |
fan driven flow, Fan BC validation (getting lost) | soonic | OpenFOAM Running, Solving & CFD | 0 | July 7, 2013 20:16 |