|
[Sponsors] |
Implementing Boundary Conditions for Pressure Driven Atmospheric Flow |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 8, 2015, 19:37 |
Implementing Boundary Conditions for Pressure Driven Atmospheric Flow
|
#1 |
Member
Amir Abbas Aliabadi
Join Date: Mar 2013
Posts: 33
Rep Power: 13 |
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 |
|
Tags |
boundary condition, openfoam, pressure driven flow |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Waterwheel shaped turbine inside a pipe simulation problem | mshahed91 | CFX | 3 | January 10, 2015 12:19 |
GETVAR Error in Multiband Monte Carlo Radiation Simulation with Directional Source | silvan | CFX | 3 | June 16, 2014 10:49 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |