[Next Section] [Previous Section] [Table of Contents]

Full Equations Utilities (FEQUTL) Model for the Approximation of Hydraulic Characteristics of Open Channels and Control Structures During Unsteady Flow

U.S. GEOLOGICAL SURVEY WATER-RESOURCES INVESTIGATIONS REPORT 97-4037


5.15 HEC2X Command


Purpose: An input file for HEC-2 (U.S. Army Corps of Engineers, 1990a) is scanned in the HEC2X command, the cross sections in the file are read, and either the cross-section table or the input for the CHANNEL command (section 5.2) or the FEQX command (section 5.8) is computed.

Notes: The input files for HEC-2 need not be changed. Lines that are not needed are skipped in HEC2X computations. The only lines detected and used are X1, X4, GR, NC, NH, and ER Lines in the HEC-2 input. Limited checking of the data is done in HEC2X, but it is assumed that detailed checking has already been done on the input data.

LINE 1
Variables: CHAR4, MODE
Format: A4,1X, A8
Example: MODE=DIRECT
Explanation:

CHAR4 must be MODE.

MODE specifies the mode of analysis applied in HEC2X. A cross-section table is computed directly from the HEC-2 input in the DIRECT mode. Input for the FEQX command (section 5.8) is computed from the HEC-2 input in the INDIRECT mode. In the INDIRECT mode, it is possible to modify the FEQX input to correct for any problems in the subdivision of the cross section in the HEC-2 input. In the last mode, a variant of INDIRECT called CHANNEL, the input for a CHANNEL command (section 5.2), is computed and placed in a file. The flow lengths between sections are used with the CHANNEL command to compute estimates of the sinuosity for the cross sections. The keywords CHANNEL, DIRECT, and INDIRECT also can be in lowercase.

LINE 2
Variables: CHAR6, INFILE
Format: A6, 1X, A64
Example: INFILE = MODEL01.INP
Explanation:

CHAR6 must be INFILE.

INFILE is the file name of the file containing the HEC-2 input.

LINE 3
Variables: CHAR7, OUTFIL
Format: A7, 1X, A64
Example: OUTFILE = HECFEQX
Explanation:

CHAR7 must be OUTFILE.

OUTFILE is the file name to use in storing the FEQUTL input when MODE = INDIRECT or MODE = CHANNEL. OUTFILE must still appear when MODE = DIRECT, but the file name may be left blank.

LINE 4
Variables: CHAR8, CIN
Format: A8,A72
Example: OPTIONS: OUT22 MONOTONE NEWBETA
Explanation:

CHAR8 must be OPTIONS: .

CIN are the options to use in computing the table for the FEQX input. These options are the same as for the FEQX command (section 5.8).

LINE 5
Variables: CHAR8, BEGTAB, TABINC
Format: A8, 2I5
Example: BEGTAB #= 700-2
Explanation: Each cross-section table in FEQ must have a table number.

CHAR8 must be BEGTAB #=.

BEGTAB is the table number for the first cross section found in the HEC-2 input.

TABINC is the table number increment (TABINC) added to BEGTAB (and all subsequent table numbers) resulting in the table numbers for all cross sections found in the HEC-2 input. The table increment may be negative as shown.

LINE 6
Variables: CHAR8, BEGSTA, STADIR
Format: A8, F10.0, I5
Example: BEGSTAT = 0.00000000 1
Explanation:

CHAR8 must be "BEGSTAT = ".

BEGSTA is the beginning station for the first cross section.

STADIR indicated that the distance between cross sections in the HEC-2 input should be added (+1) or subtracted (-1) from BEGSTAT and all subsequent stations along the channel. Thus, the stations may increase or decrease as the file named in INFILE (Line 2) is processed. If STADIR is omitted, it is assumed that the increments are positive. The main-channel length increments are used in HEC2X to compute the stations.

LINE 7
Variables: CHAR4, SFAC
Format: A4, 1X, F10.0
Example: SFAC = 5280.
Explanation:

CHAR4 must be SFAC.

SFAC is the conversion factor from the units used in HEC2 for the distance between cross sections to the units in the stationing in the unsteady-flow model. SFAC is a divisor on the distances used in HEC2. If the distances in HEC2 are in feet, as in most cases, then SFAC = 5,280 will produce stations along the channel in miles.


[Next Section] [Previous Section] [Table of Contents]