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

Wind Flowing from Outlet to Inlet

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 2, 2020, 10:17
Post Wind Flowing from Outlet to Inlet
  #1
New Member
 
Anon
Join Date: Dec 2020
Posts: 20
Rep Power: 5
CfdUser5855 is on a distinguished road
Hi,

I am trying to simulate windflow over a simple terrain using pimpleFoam to see if my case is set up correctly before I run it over a high resolution mesh, however the flow as seen in the image attached is coming from the outlet to the inlet. It is meant to be flowing from right to left as seen in the image attached

It is meant to be coming in at an slight angle, which is why my flowDir is written like that in the ABL Conditions file below

I have tried reversing the flowdir and removing the negative signs, however the windflow keeps coming through the outlet face rather than the inlet.

If anyone could advise, that would be greatly appreciated (I have checked my mesh and the outlet/inlet are definitely defined for the correct faces)

U File:
#include "include/initialConditions"

dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
inlet
{
type atmBoundaryLayerInletVelocity;
#include "include/ABLConditions"
}

outlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value $internalField;
}

top
{
type zeroGradient;
}

DuneField
{
type uniformFixedValue;
value uniform (0 0 0);
uniformValue constant (0 0 0);
}

sides
{
type slip;
}
}

ABL Conditions File:

Uref 13.36;
Zref 5;
zDir (0 0 1);
flowDir (-0.997564 -0.0697565 0);
z0 uniform 0.03;
zGround uniform 0;
Attached Images
File Type: jpg FlowDirection.jpg (102.8 KB, 9 views)
CfdUser5855 is offline   Reply With Quote

Reply

Tags
cfd, flow angle, pimplefoam


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
wind inlet with angle fr_epfl OpenFOAM 2 November 9, 2020 08:32
Pressure Boundary Inlet and Outlet AS_Aero CFX 5 March 28, 2018 10:46
Total Pressure Drop at inlet and outlet AS_Aero Main CFD Forum 10 September 8, 2017 04:54
Why we normally provide velocity at inlet and pressure at outlet for pipe flow? p07ip705 Main CFD Forum 3 August 3, 2012 05:53
steam flow in a pipe driven by a pressure gradient between inlet and outlet SalvoCalvo COMSOL 0 March 11, 2010 06:52


All times are GMT -4. The time now is 09:58.