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

pulsating inlet boundary condition

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 29, 2004, 11:15
Default pulsating inlet boundary condition
  #1
Jason
Guest
 
Posts: n/a
Hi, all,

I am simulation a pulsejet using CFX5.7. I have a question about the inlet boundary condition.

The phisical problem: The pulsejet is simplified as a duct. Air comes into the combustion chember through several ports in the inlet. There is a valve behind these ports controlling the port openning/closing. (When Pressure in the chember is higher than outside pressure, port closed, no air comes in, combustion stopped; then when the pressure in the chember is lower, port open and combustion started.) This process will repeat. Fuel is injected continiously into the chember.

How do I specify this inlet boundry condition(air injection) based on the pressure difference?

Like the technique tip on the CFX website, I am now trying to specify a period value for the air flow using User CEL Function. But is this method based on the fact that we already know the scalar period? I want to know whether I can model this air injection process by pressure difference and how.

Any suggestion?
  Reply With Quote

Old   July 29, 2004, 11:47
Default Re: pulsating inlet boundary condition
  #2
Robin
Guest
 
Posts: n/a
Hi Jason,

You can make your CEL expression a function of the domain pressure. Exactly how you do that depends on where you measure the pressure. Supppose it is based on the pressure at the inlet named "Inlet 1", then you might do something like this. Define the following expressions:
EXPRESSIONS:
Pcritical = 1 [atm]
Pinlet = areaAve(Pressure)@Inlet 1
END



Where you specify the velocity at the inlet, say 500 [m/s], enter the following:
500 [m/s] * step((Pcritical-Pinlet)/1[atm]))
Now when Pinlet is greater than Pcritical, the expression inside the step function will be less than 1 and the step function will return zero. Note that the expression inside the step function must be unitless, thus dividing by a pressure.

Regards,
Robin
  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
How can we provide boundary condition at a boundary which act as both inlet & outlet? VINEETH V K FLUENT 1 January 14, 2011 01:12
how to define two inlet boundary condition at the different time nuengao FLUENT 2 December 13, 2010 18:40
ATTENTION! Reliability problems in CFX 5.7 Joseph CFX 14 April 20, 2010 15:45
RPM in Wind Turbine Pankaj CFX 9 November 23, 2009 04:05
Natural convection - Inlet boundary condition max91 CFX 1 July 29, 2008 20:28


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