|
[Sponsors] |
How can apply mass flow rate boundary condition? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 25, 2007, 04:04 |
How can apply mass flow rate boundary condition?
|
#1 |
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. |
|
December 1, 2007, 19:55 |
Re: How can apply mass flow rate boundary conditio
|
#2 |
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. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
help! about mass-flow-rate boundary-condition UDF | andy | FLUENT | 0 | August 25, 2008 05:09 |
HOW TO GIVE FLOW RATE IN OUTLET BOUNDARY CONDITION | venky | FLUENT | 1 | April 5, 2006 05:09 |
Constant Volumetric Flow Rate Boundary Condition | Hadley | Main CFD Forum | 0 | October 21, 2005 00:13 |
Unsteady mass-flow rate boundary condition | Leon | FLUENT | 0 | October 20, 2004 07:29 |
Constant mass flow rate / choking outlet bounardy condition | Min Zhu | Main CFD Forum | 1 | September 29, 1998 16:33 |