MASS [FLOW] {RATE [ACTUAL | CORRECTED] | RATIO} value \
[PRESSURE | DIRECT [RELAXER rlxr]] [ORDER {ZERO|0|ONE|1}] \
[ZONE] range1[,range2[, ... rangen]]
|
This keyword allows the user to specify mass flow at outflow
boundaries in the flowfield.
The specified value must be positive.
| RATE | value represents the mass flow rate in lbm/sec,
and may be actual (the default) or corrected, as specified by the
ACTUAL or CORRECTED keyword.
The corrected air flow is defined as
Wc = Wactual thetax0.5 / deltax deltax = Px / P0 thetax = Tx / T0 | ||
|   | |||
| RATIO | value represents the mass flow ratio.
The actual mass flow is computed as
mass flow = (value) rhoinf Uinf Acap | ||
|   | |||
| PRESSURE | A spatially-constant pressure is set at the boundary, and modified as the solution proceeds until the desired mass flow is achieved. This is the default. | ||
|   | |||
| DIRECT | The momentum, and thus the mass flow, is modified directly, and the pressure adjusts as the solution proceeds. | ||
|   | |||
| RELAXER | The specified mass-flow rate will be relaxed using the relaxtion factor rlxr. This option only applies when DIRECT is specified. The default value for rlxr is 1.0 (i.e., no relaxation). | ||
|   | |||
| ORDER | Either zeroth- or first-order extrapolation will be used, as specified. The default is zeroth-order. |
In the zone specification, the range parameter(s) must be one of
the following forms:
| zonenum | Selects zone zonenum | ||
| begzone:endzone | Selects all zones from begzone to endzone | ||
| ALL | Selects all zones |
With the PRESSURE option, the pressure will be constant over the entire outflow boundary, resulting in poor solutions for flows that should have cross-flow pressure gradients in that region. With the DIRECT option, cross-flow pressure gradients may be present at the outflow boundary, and the mass flow will be equal to the user-specified value (for rlxr = 1) for all iterations.
For flows with negligible cross-flow pressure gradients, the results and convergence rates using the PRESSURE and DIRECT options are nearly the same. For a test case with a significant cross-flow pressure gradient near the outflow boundary, the computed pressures using the two options differed by as much as 10%. The PRESSURE option, although non-physical for this case, had a slightly better convergence rate.
Internally, to apply this boundary condition WIND does the following:
The default for all extrapolation is zeroth-order (i.e., conditions at the boundary are set to the values at the computational plane adjacent to the boundary). This results in a discontinuous slope in flow values near the outflow boundary, which may be important for flows with significant streamwise pressure gradients. First-order extrapolation yields smoother results.
For flows with little or no streamwise pressure gradient near the outflow boundary, the results using zeroth- and first-order extrapolation are essentially identical. Convergence rates and the final residual values are generally better with zeroth-order extrapolation, however, so the default zeroth-order extrapolation is recommended.
For flows with significant streamwise pressure gradients near outflow
boundaries, zeroth-order extrapolation can give poor results at the
outflow boundary, and in some cases these can affect values at the
inflow boundary.
First-order extrapolation is thus recommended for these flows.
Examples
MASS FLOW RATIO 0.95 ZONE 2 MASS FLOW RATE ACTUAL 180. ZONE 3 MASS FLOW RATE CORRECTED 220. ZONE 4See Also: COMPRESSOR FACE, DOWNSTREAM PRESSURE, DOWNSTREAM MACH