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

accelerated flow

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By ghorrocks

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 8, 2008, 12:36
Default accelerated flow
  #1
mike
Guest
 
Posts: n/a
Hi

I am trying to model an accelerated flow over a wing. I want to accelerate at 5 m/s^2 and use the time step as my change in time. How would I write a CEL expression to model this?

thanks
  Reply With Quote

Old   February 10, 2008, 16:35
Default Re: accelerated flow
  #2
Glenn Horrocks
Guest
 
Posts: n/a
Hi,

What do you mean accelerated flow? Do you mean the wing accelerates in velocity? In that case you just write the inlet boundary condition velocity as a function of time and calculate the velocity as a CEL expression.

To help you write CEL expressions have a look as the tutorial expamples, a number of them use CEL.

Glenn Horrocks
  Reply With Quote

Old   February 11, 2008, 13:32
Default Re: accelerated flow
  #3
CycLone
Guest
 
Posts: n/a
If the wing is accelerating and you want to keep the domain constant (i.e. accelerate the entire domain), you'll need to change the inlet boundary condition to reflect the change in velocity. The expression is therefore the velocity as a function of time:

Vo = <initial velocity> [m/s] dvdt = 5 [m/s^2] Vin = Vo + dvdt*t

...and insert 'Vin' as the expression for your inlet velocity. You could also write this as a single expression in the boundary condition (i.e. <initial velocity> + 5 [m/s^2]*t), but breaking the variables out in this manner makes it easier to change variables later. You can also define one of these variables as a DX parameter to do a series of runs automatically.

If the fluid is compressible, you'll also need to add an acceleration term to your domain. To do so just put 'dvdt' in for the appropriate component of the acceleration due to gravity in the Domain form.

-CycLone
  Reply With Quote

Old   February 11, 2008, 19:06
Default Re: accelerated flow
  #4
sana
Guest
 
Posts: n/a
Hi Cyclone

Are you CFD professor? I and my friend think you are. And how old are you if you dont mind us asking.

  Reply With Quote

Old   February 12, 2008, 15:20
Default Re: accelerated flow
  #5
CycLone
Guest
 
Posts: n/a
Hi Sana,

I'm not a professor, but I'll take that as a compliment. I'm old enough to know and young enough to want to know more ;-)

-CycLone
  Reply With Quote

Old   February 12, 2008, 15:23
Default Re: accelerated flow
  #6
CycLone
Guest
 
Posts: n/a
The equations should have read:

Vo = _initial velocity_ [m/s] dvdt = 5 [m/s^2] Vin = Vo + dvdt*t
  Reply With Quote

Old   February 12, 2008, 16:10
Default Re: accelerated flow
  #7
sana
Guest
 
Posts: n/a
You are very smart.

-Sana
  Reply With Quote

Old   February 13, 2008, 23:07
Default Re: accelerated flow
  #8
HekLeR
Guest
 
Posts: n/a
This will only work for incompressible flows. Otherwise the inlet velocity will not be 'felt' by the entire domain at each timestep, only those cells which are within c*dt (where c is the speed of sound) will feel the inlet change in V. Unless you set dt to something big, in which case your transient is wrong....

  Reply With Quote

Old   February 14, 2008, 11:33
Default Re: accelerated flow
  #9
CycLone
Guest
 
Posts: n/a
I agree, but that is why I recommended adding an acceleration to the domain for compressible flow.

-CycLone
  Reply With Quote

Old   October 22, 2021, 07:34
Default
  #10
New Member
 
Cole Patrick
Join Date: Feb 2021
Posts: 1
Rep Power: 0
cpath is on a distinguished road
Hi HekLer

I recently came across this thread.


Does this mean that, in the case of incompressible flows, any changes made at the inlet V are felt across the domain instantaneously?


I'm not still sold on why this happens in incompressible flows, can you please elaborate on this?

(or point in the right direction of literature)


Either of them works.


Thanks!
cpath is offline   Reply With Quote

Old   October 23, 2021, 05:52
Default
  #11
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,968
Rep Power: 145
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Quote:
changes made at the inlet V are felt across the domain instantaneously?
Yes.

Because the speed of sound is infinite in incompressible flow, so any change to the flow instantly changes the pressure throughout the entire flow field. In a compressible fluid a pressure wave propagates out at a finite speed of sound.

The speed of sound is infinite as acoustic velocity = sqrt(d(Pressure)/d(Density)), and d(Density) = 0 as it is incompressible so acoustic velocity is infinite.
cpath likes this.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum.
ghorrocks is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
Flow meter Design CD adapco Group Marketing Siemens 3 June 21, 2011 08:33
What is the difference between liquid reactive flow and gas reactive flow? James Main CFD Forum 6 May 15, 2009 12:14
potential flow vs. Euler flow curious ... Main CFD Forum 23 July 21, 2006 07:40
Plug Flow Franck Main CFD Forum 3 September 4, 2003 05:57


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