CMS-Flow Culvert Structures

From CIRPwiki
Jump to navigation Jump to search


Introduction

Culverts are a common coastal engineering structure typically used in coastal wetlands to control waste and storm water discharges, act as salinity barriers, optimally distribute freshwater, and manage sediment transport (Figure 1). In coastal applications, the culverts often connect open water bodies of similar water surface elevation to enhance flushing or conduct flow through levees or causeways. Since culverts are a significant component of hydrodynamic and sediment transport controls in the coastal zone, it is important that the CMS simulates their effects. The implementation of culverts in the CMS is based on equations developed by Bodhaine (1982).

Usage of Culverts for CMS in the SMS

Early SMS versions (< 13.4)

Previous documentation (Link given below) described the formulation and implementation of Culverts in CMS, detailing input requirements for SMS versions up to 11.2. This implementation required hand-manipulation of the CMS-Flow parameter files to add in lists of cells and option values.

Future SMS versions (13.4.x)

SMS 13.4 CMS-Flow model coverages.
SMS 13.4 CMS-Flow model coverages.

A new CMS-Flow structures coverage has been added beneath the CMS-Flow model option in SMS 13.4 and later. This one coverage will handle Culverts as well as three other types: Rubble Mounds, Weirs, and Tide Gates.

  • Culverts are added to this coverage with the placement of Feature Arcs.
  • Important: Culvert feature arcs are direction specific and should begin on the Bayside of the culvert and end with the Seaside location.
    • User can turn on Display | Display Options | Map | Annotations (checked)
    • Under Options for Annotations, enable "Show arc direction arrow."
  • The CMS-Flow structures coverage will need to be applied to the CMS Simulation in order to export the appropriate cards to the parameter file.

CMS-Flow specific information

The parameters/selections for each Culvert feature arc will be exported to the ‘.cmcards’ file in the form of a block of values.  This implementation has been confirmed to work with CMS 5.4.0 and later.

  • The Culvert parameter cards needed for each culvert are added to a structure block with a corresponding BEGIN/END statement for each culvert are listed in the table below.
  • Most cards take one parameter, others take two. This is defined in column 3.
  • Cards that are dependent on other choices are indicated in column 5.
  • In cases where multiple values are to be written for a card, the value corresponding to the Bayside should be written first followed by the Seaside value.
  • For readability and to be consistent with other cards in the .cmcards file, all values should start in column 36 and 2 spaces written between each value per line if more than one.
Cardname Number

of vals

Type of value

written

Dependent on Description 
CULVERT_STRUCT_BEGIN 0 N/A
  CELLS 2 <int>  <int> Bay cell specified first, then Sea
  TYPE 1 ‘CIRCLE’ or ‘BOX’
  FLAP_GATE 1 ‘ON’ or ‘OFF’ If ON, flow is unidirectional from the

bay to the sea.

  RADIUS 1 <real> TYPE is ‘CIRCLE’
  WIDTH 1 <real> TYPE is ‘BOX’ Width for culvert from side to side.
  HEIGHT 1 <real> TYPE is ‘BOX’ Height from top to bottom of culvert.
  LENGTH 1 <real> Length water will be inside culvert from

end to end.

  DARCY_FRICTION_FACTOR 1 <real> Used when pipe is completely full
  MANNINGS_COEFFICIENT 1 <real> Used when pipe is not full
  INVERT_ELEVATIONS 2 <real>  <real> Bay value first, then Sea

(Value should be negative down)

  ENTRY_HEAD_LOSS_BAY 1 <real>
  ENTRY_HEAD_LOSS_SEA 1 <real>
  EXIT_HEAD_LOSS_BAY 1 <real>
  EXIT_HEAD_LOSS_SEA 1 <real>
  OUTFLOW_ANGLES 2 <real>  <real> Bay angle specified first, then Sea
CULVERT_STRUCT_END 0 N/A

An example culvert block is shown below:

CULVERT_STRUCT_BEGIN
  CELLS                             14334  14348
  TYPE                              BOX
  FLAP_GATE                         OFF
  HEIGHT                            0.9
  WIDTH                             1.0
  LENGTH                            30.3
  DARCY_FRICTION_FACTOR             0.04
  MANNINGS_COEFFICIENT              0.03
  INVERT_ELEVATIONS                 -1  -1
  ENTRY_HEAD_LOSS_BAY               0.4
  ENTRY_HEAD_LOSS_SEA               0.4
  EXIT_HEAD_LOSS_BAY                0.6
  EXIT_HEAD_LOSS_SEA                0.6
  OUTFLOW_ANGLES                    180.0  0.0
CULVERT_STRUCT_END  
Grid representing a Poplar Island wetland cell showing bathymetry and the location of the applied culvert structure.
Grid representing a Poplar Island wetland cell showing bathymetry and the location of the applied culvert structure.

Example Case

One example case for Culverts is described below and example files are provided in the next section. This example introduces a grid representing a wetland cell on Poplar Island in Chesapeake Bay. Several segments over the shoreline indicate the locations for the culvert structures.

The grid and bathymetry is shown in the figure to the right with the culvert structures identified by feature arcs.

Input and output files

Below are the prospective project and input/output files for SMS 13.4/CMS 5.4.0:


Last update 11/12/2024
Back to CMS-Flow Structures page
Back to Documentation Portal