|
MASS [FLOW] {RATE [ACTUAL | CORRECTED] | RATIO} value \ [PRESSURE | DIRECT [RELAXER rlxr]] [ORDER {ZERO|0|ONE|1}] \ [ZONE] range1[,range2[, ... rangen]] |
|
MASS [FLOW] {RATE [ACTUAL | CORRECTED] | RATIO} value \ [ZONE] range1[,range2[, ... rangen]] |
This keyword allows the user to specify mass flow at outflow boundaries in the flowfield.
The input keywords applicable to structured grids are as follows:
| RATE | value represents the mass flow rate in lbm/sec,
and may be actual (the default) or corrected, as set by the
ACTUAL or CORRECTED keyword.
The specified value must be positive.
The corrected air flow is defined as
where
and Px and Tx are the total pressure and temperature at the duct exit, and P0 and T0 are equal to 14.7 psi and 520 °R, respectively. | ||
|   | |||
| RATIO | value represents the mass flow ratio.
Again, the specified value must be positive.
The actual mass flow is computed as
where Acap is the capture area found in the .cgd file zonal parameters. | ||
|   | |||
| 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-US does the following:
Extrapolation Notes
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, TEST 123, TEST 153
The input keywords applicable to unstructured grids are:
| RATE | value represents the mass flow rate in lbm/sec,
and may be actual (the default) or corrected, as set by the
ACTUAL or CORRECTED keyword.
The specified value must be positive.
The corrected air flow is defined as
where
and Px and Tx are the total pressure and temperature at the duct exit, and P0 and T0 are equal to 14.7 psi and 520 °R, respectively. | ||
|   | |||
| RATIO | value represents the mass flow ratio.
Again, the specified value must be positive.
The actual mass flow is computed as
where Acap is the capture area found in the .cgd file zonal parameters. |
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 |
Note that if multiple zones are listed, the specified mass flow will be applied in each zone.
For unstructured grids, a spatially-constant pressure is set at the
boundary, and modified as the solution proceeds until the desired mass
flow is achieved.
No DIRECT option is available.
In addition, the extrapolation for unstructured grids is zeroth-order.
See Also: DOWNSTREAM PRESSURE,
TEST 123,
TEST 153