Skip navigation links
(Wind-US Documentation Home Page) (Wind-US User's Guide) (GMAN User's Guide) (MADCAP User's Guide) (CFPOST User's Guide) (Wind-US Utilities) (Common File User's Guide) (Wind-US Installation Guide) (Wind-US Developer's Reference) (Guidelines Documents)

(Introduction) (Tutorial) (Geometry and Flow Physics Modeling) (Numerical Modeling) (Boundary Conditions) (Convergence Monitoring) (Files) (Scripts) (Parallel Processing) (Keyword Reference) (Test Options)



BOUNDARY TVD - Boundary total variation diminishing operator flag

Structured Grids

BOUNDARY TVD [{OFF | FACTOR factor} [zone_selector \
   [BOUNDARY {ALL | I1 | IMAX | J1 | JMAX | K1 | KMAX | OVERLAP}]]]

This keyword controls the TVD flux limiter in the explicit operator at the specified coupled boundaries in structured grids. The same type of limiter (minmod, Koren, or van Albada) will be used as for the internal scheme.

FACTOR specifies the "compression" parameter for the TVD operator at the specified boundaries, which controls the amount of limiting. Larger numbers result in less limiting towards a first-order operator. Setting factor to zero is equivalent to a first-order operator, one corresponds to no overshoots, and two allows some increase in interface value over surrounding values.

The boundary TVD limiter must be more limiting than the interior TVD limiter for it to have any additional effect. I.e., the value factor must be less than the value used for the internal scheme.

By default, boundary TVD is on at all boundaries. If the BOUNDARY TVD keyword is not specified at all, the compression parameter will be the same as is used for the internal scheme. If BOUNDARY TVD is specified, but without additional keywords, the default value for factor will be used, as listed for the TVD keyword.

Note that if a particular zone (or zones) is to be specified, then either "OFF" or "FACTOR factor" must also be specified. And, if a particular boundary is to be specified, then the zone(s) must also be explicitly specified.

See Also: TVD


Last updated 1 Apr 2016