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

Set up a wind velocity for an experiment.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 8, 2012, 02:20
Default Set up a wind velocity for an experiment.
  #1
New Member
 
Join Date: Aug 2012
Posts: 17
Rep Power: 13
bitacovir is on a distinguished road
I'm using ElmerGUI as cfd software and I want to set up the velocity of the flow (wind). I understand this instruction of a tutorial is to create a parabolic profile of the flow in velocity 1...

Model
BoundaryCondition
Name = Inlet
Navier-Stokes
Velocity 1 = Variable Coordinate 2; Real MATC "4* 1.5 * tx * (0.41-tx)/0.41^2"
Velocity 2 = 0.0
Add
New

I understand that this equation (for a experiment 2D in a channel) "4* 1.5 * tx * (0.41-tx)/0.41^2" represents this profile:


I would need a equation for this kind of profile: That is for a curve of a boundary layer. Someone know how will be the equation for this curve to work with Elmer?
bitacovir is offline   Reply With Quote

Old   August 15, 2012, 08:17
Default
  #2
Senior Member
 
Rami Ben-Zvi
Join Date: Mar 2009
Posts: 155
Rep Power: 17
Rami is on a distinguished road
Hi Bitacovir,

I have no access to Elmer manuals at the moment, so forgive me if the syntax is not exact.

Suppose - for example - that your axial velocity, U, is parabolic in the transverse coordinate, y, with
U = 1*y^2 + 2*y + 3
then use

$A = 1.
$B = 2.
$C = 3.
Velocity 1 = Variable Coordinate 2; Real MATC " $A * tx^2 + $B * tx + $C"

Sorry if I omitted a dollar or two...
Rami

Last edited by Rami; August 16, 2012 at 05:27.
Rami is offline   Reply With Quote

Old   August 16, 2012, 05:51
Default
  #3
New Member
 
Join Date: Aug 2012
Posts: 17
Rep Power: 13
bitacovir is on a distinguished road
Quote:
Originally Posted by Rami View Post
Hi Bitacovir,

I have no access to Elmer manuals at the moment, so forgive me if the syntax is not exact.

Suppose - for example - that your axial velocity, U, is parabolic in the transverse coordinate, y, with
U = 1*y^2 + 2*y + 3
then use

$A = 1.
$B = 2.
$C = 3.
Velocity 1 = Variable Coordinate 2; Real MATC " $A * tx^2 + $B * tx + $C"

Sorry if I omitted a dollar or two...
Rami
Dear Rami:

Thanks a lot. I going to try this suggestion. Currently I was using http://www.comflow.nl/ that is easier to set up Inlet conditions such as profile of wind.

Here one example that I was doing...


Kind Regards.
bitacovir 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
[ICEM] ICEM Scripting Issues tylerplowright ANSYS Meshing & Geometry 33 September 27, 2021 16:35
mesh file for flow over a circular cylinder Ardalan Main CFD Forum 7 December 15, 2020 13:06
Macro fan modeling considering cross wind effect microfin FLUENT 0 January 1, 2012 03:07
PLS,how to set BCs for a fan model??? MANU FLUENT 1 April 9, 2006 07:05
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 19:48.