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

wind inlet with angle

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 2, 2020, 10:29
Question wind inlet with angle
  #1
New Member
 
Anonymous
Join Date: Nov 2020
Posts: 2
Rep Power: 0
fr_epfl is on a distinguished road
Hey everyone,


We have a wind tunnel (18x4x2 m3) that blows wind with a slight angle of around 10 degrees (TBH, depending on the speed, the angle changes). I'd like to simulate the wind in our wind tunnel in OpenFOAM, and I'd like the wind to have some angle as well (I don't need it to be precise, I just want don't want a straight wind flow).

So, what I did is to simply set the U fixedValue of my inlet in folder 0 to "uniform (-0.1 0.1 0);", but it seems like only the inlet cells get the angle and the rest of the cells get straight wind flow. I attached the paraview glyph representation and here is what I have in my U file in 0 folder:
_____________________________

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

internalField uniform (0 0 0);

boundaryField
{
inlet
{
type fixedValue;
value uniform (-0.1 0.1 0);
}
outlet
{
type zeroGradient;
}
walls
{
type fixedValue;
value uniform (0 0 0);
}
}
________________________________


I also tried to set internalField to the same value as the inlet, but I ended up with the same result as before.

BTW, I need the steady state flow, and I'm using simple as solver.

Is there anything else that I need to change? I'm attaching the case, so any feedback or comment would be greatly appreciated.
Attached Images
File Type: jpg paraview_windtunnel.jpg (101.4 KB, 28 views)
Attached Files
File Type: zip map0_wind0.1_angle.zip (15.5 KB, 1 views)
fr_epfl is offline   Reply With Quote

Old   November 8, 2020, 16:28
Default
  #2
Member
 
Ran
Join Date: Aug 2016
Posts: 69
Rep Power: 9
random_ran is on a distinguished road
Quote:
Originally Posted by fr_epfl View Post
Hey everyone,


We have a wind tunnel (18x4x2 m3) that blows wind with a slight angle of around 10 degrees (TBH, depending on the speed, the angle changes). I'd like to simulate the wind in our wind tunnel in OpenFOAM, and I'd like the wind to have some angle as well (I don't need it to be precise, I just want don't want a straight wind flow).

So, what I did is to simply set the U fixedValue of my inlet in folder 0 to "uniform (-0.1 0.1 0);", but it seems like only the inlet cells get the angle and the rest of the cells get straight wind flow. I attached the paraview glyph representation and here is what I have in my U file in 0 folder:
_____________________________

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

internalField uniform (0 0 0);

boundaryField
{
inlet
{
type fixedValue;
value uniform (-0.1 0.1 0);
}
outlet
{
type zeroGradient;
}
walls
{
type fixedValue;
value uniform (0 0 0);
}
}
________________________________


I also tried to set internalField to the same value as the inlet, but I ended up with the same result as before.

BTW, I need the steady state flow, and I'm using simple as solver.

Is there anything else that I need to change? I'm attaching the case, so any feedback or comment would be greatly appreciated.

What is your domain of interesting. People usually manipute the object with attacking angle instead of changing the wind tunnel.
__________________
Yours in CFD,

Ran
random_ran is offline   Reply With Quote

Old   November 9, 2020, 08:32
Default
  #3
New Member
 
Anonymous
Join Date: Nov 2020
Posts: 2
Rep Power: 0
fr_epfl is on a distinguished road
Thanks for your reply.

I'm interested in the wind velocity in the internal field. I don't see how I could manipulate the entire field. I would appreciate it if you had any suggestions on this.


Best,
fr_epfl is offline   Reply With Quote

Reply


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
inlet velocities for 3-D foil at various angle of attack shovaliye2 FLUENT 0 July 23, 2020 19:09
Inlet flow angle without specifying velocity components R4z0rX CFX 5 October 15, 2019 01:08
How to set the velocity inlet angle for cassette air conditioner Xiang ANSYS 4 June 9, 2017 04:00
Calculting angle components at pressure inlet Anju FLUENT 0 June 30, 2005 05:45
what the result is negatif pressure at inlet chong chee nan FLUENT 0 December 29, 2001 05:13


All times are GMT -4. The time now is 05:28.