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

Inlet Speed

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 12, 2018, 19:02
Default Inlet Speed
  #1
New Member
 
Adrian Rouco
Join Date: Mar 2018
Posts: 13
Rep Power: 8
rouco75 is on a distinguished road
Hi,
I would like to make a simulation where my inlet velocity goes from 0 to x m/s, i meant like a pulse of air, or like static structural when you can input a ramped force.
I am studying and i dont know how to do that so i am searching for help.
PD: Forgive me if this shouldnt be asked here.
rouco75 is offline   Reply With Quote

Old   March 13, 2018, 19:19
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,761
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Open the Fluent User's Guide (open the help and go to the user's guide). Or you can just search the help.

In v17 you can find an example n 6.6.5 Defining Transient Cell Zone and Boundary Conditions and 6.6.5.1 Standard Transient Profiles. If you have a different version it should be somewhere around there. The profile is a text file which looks like this:

Code:
profilename 2 3 0
time u
1 10
2 20
3 30
The 2 means 2 variable columns (time and u). The 3 means number of data points (3 in this example: [1 10] [2 20] and [3 30]). The 0 is the false flag for periodic. If you had a periodic profile you would make this 1 for true. Fluent interpolates so you only need key points for ramps.

You read this file into your case and then you can assign it as a boundary condition.

If this isn't powerful enough then you can try a udf. There's also an example of how to do this but in the Customization Manual. Search for DEFINE_PROFILE
LuckyTran is offline   Reply With Quote

Old   March 13, 2018, 19:39
Default
  #3
New Member
 
Adrian Rouco
Join Date: Mar 2018
Posts: 13
Rep Power: 8
rouco75 is on a distinguished road
Thank you so much, you were very helpfull
rouco75 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
Looping over all faces within a boundary condition (turbulent inlet development) Sevex OpenFOAM Programming & Development 5 September 8, 2016 14:58
Normal speed value for particles at inlet ibadullah safdar CFX 0 May 18, 2016 09:43
Validation 12.1 vs 6.3, Difference in Reported Inlet Total Pressure jola FLUENT 1 May 5, 2011 15:33
2D Low Speed Airfoil Problem when altering Inlet mike wilson CFX 12 August 3, 2010 12:06
a variable flow (in speed and direction) as inlet velocity teskio FLUENT 1 July 5, 2009 09:59


All times are GMT -4. The time now is 16:46.