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

How can apply mass flow rate boundary condition?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 25, 2007, 03:04
Default How can apply mass flow rate boundary condition?
  #1
Sima
Guest
 
Posts: n/a
Hi I am trying to simulate a compressible flow and I have mass flow rate at inlet boundary. I don't have any information about density and velocity, so how can I apply "mass flow rate" boundary condition at inlet? I have seen only "volume flow rate" boundary in PHOENICS.

Regards.
  Reply With Quote

Old   December 1, 2007, 18:55
Default Re: How can apply mass flow rate boundary conditio
  #2
patti
Guest
 
Posts: n/a
Encyclopedia, under INLET:

INLET ----- Command; group 13 -------------- -

This command is used to declare inlets, ie fixed-mass-inflow boundaries. Used in conjunction with VALUE it does no more than can be done via PATCH and COVAL, but is slightly more compact and conceptually easier to deal with.

As well as the mass-flow rate per unit area, non-zero values of velocity and scalar quantities convected in by the mass flow can be specified by the VALUE command. See the entry on VALUE for more information.

The syntax is : INLET(NAME,TYPE,IXF,IXL,IYF,IYL,IZF,IZL,ITF,ITL)

NAME is a unique identifier for the INLET, up to 8 characters in length. TYPE can be NORTH,SOUTH,EAST,WEST,HIGH or LOW, and specifies which cell face areas will be used to multiply the mass-flow set. IXF ... ITL specify the limits in space and time over which the mass source is to be active. Thus :

REAL(WIN,RHOIN); WIN=3; RHOIN=1.0 INLET(INL1,LOW,1,NX,1,NY,1,1,1,LSTEP) VALUE(INL1,P1,RHOIN*WIN) ; VALUE(INL1,W1,WIN)

specifies an INLET extending from IX = 1 to NX, IY = 1 to NY at IZ = 1, active over all time steps, in which mass is entering the LOW faces of the cell at a rate of RHOIN*WIN/unit area.

The function of the command is to generate a PATCH with the NAME and TYPE specified over the set limits. COVALs are also generated for all solved variables, with ONLYMS,0.0 for the COefficient and VALue, except for P1 (and P2 if .NOT.ONEPHS) which has COefficient FIXFLU, VALue 0.0.
  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
help! about mass-flow-rate boundary-condition UDF andy FLUENT 0 August 25, 2008 04:09
HOW TO GIVE FLOW RATE IN OUTLET BOUNDARY CONDITION venky FLUENT 1 April 5, 2006 04:09
Constant Volumetric Flow Rate Boundary Condition Hadley Main CFD Forum 0 October 20, 2005 23:13
Unsteady mass-flow rate boundary condition Leon FLUENT 0 October 20, 2004 06:29
Constant mass flow rate / choking outlet bounardy condition Min Zhu Main CFD Forum 1 September 29, 1998 15:33


All times are GMT -4. The time now is 22:57.