|
[Sponsors] |
July 22, 2016, 09:09 |
Boundary Condtions at OUTLET
|
#1 |
Member
Charles K.
Join Date: Feb 2016
Location: Germany
Posts: 37
Rep Power: 10 |
Dear Foamers,
I am confused with the BC type pressureInletOutletVelocity for the velocity. My case has a strong recirculation at the Outlet. I know the mass flow at the Inlet and the static pressure at the Outlet. Please have a look at my U and p BC : for p Code:
dimensions [1 -1 -2 0 0 0 0]; internalField uniform 299520; boundaryField { PLENUM { type zeroGradient; INLET { type zeroGradient; } OUTLET { type fixedValue; value uniform 237150; } } // ************************************************************************* // Code:
dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { PLENUM { type fixedValue; value uniform (0 0 0); } INLET { type flowRateInletVelocity; massFlowRate constant 0.002985; rhoInlet 3.084; value uniform (0 0 0); } OUTLET { type pressureInletOutletVelocity; value uniform (0 0 0); } // ************************************************************************* // Thank you so much, Charles |
|
July 24, 2016, 14:51 |
|
#2 |
Senior Member
Join Date: Sep 2010
Posts: 226
Rep Power: 17 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Domain Imbalance | HMR | CFX | 5 | October 10, 2016 06:57 |
Basic Nozzle-Expander Design | karmavatar | CFX | 20 | March 20, 2016 09:44 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |