CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Implementing Boundary Conditions for Pressure Driven Atmospheric Flow

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 8, 2015, 18:37
Default Implementing Boundary Conditions for Pressure Driven Atmospheric Flow
  #1
Member
 
Amir Abbas Aliabadi
Join Date: Mar 2013
Posts: 33
Rep Power: 13
amir.a.aliabadi is on a distinguished road
Hello Dear Foamers,

I am simulating atmospheric flow over an urban canyon (i.e. cavity). The only boundaries at the atmosphere are inlet, outlet, and topLid. Everything else are walls (i.e. roofs, walls, and street). I want to drive flow over this canyon by a horizontal pressure difference of 1000Pa above it, i.e. through inlet, outlet, and topLid. I have compiled a boussinesq, pimple, LES solver and have successfully used it before. However, now in this application, I cannot initiate flow in the domain. I guess problem is with my BC conditions, especially in inlet and outlet. Would you please help me out? here are the relevant BC files:

0/U

...
topLid
{
type zeroGradient;
}
inlet
{
type pressureInletOutletVelocity;
value uniform (0 0 0)
}
outlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
}
...

0/p
...
internalField uniform 0;
...
topLid
{
type zeroGradient;
}
inlet
{
type totalPressure;
p0 1000;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
value uniform 1000;
}
outlet
{
type zeroGradient;
}
...

Thank You
amir.a.aliabadi is offline   Reply With Quote

Reply

Tags
boundary condition, openfoam, pressure driven flow


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
Waterwheel shaped turbine inside a pipe simulation problem mshahed91 CFX 3 January 10, 2015 11:19
GETVAR Error in Multiband Monte Carlo Radiation Simulation with Directional Source silvan CFX 3 June 16, 2014 09:49
Radiation interface hinca CFX 15 January 26, 2014 17:11
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44
RPM in Wind Turbine Pankaj CFX 9 November 23, 2009 04:05


All times are GMT -4. The time now is 12:08.