SMS:SRH-2D Files: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==SRHHYDRO== | ==SRHHYDRO File== | ||
SRHHYDRO is written out by SMS to guide SRH through the hydraulic simulation. The SRHHYDRO file contains key information about the simulation while acting as a directory to other files for SRH to use. The SRHHYDRO file stores the case name, simulation description, model type, turbulence model information, Manning’s n values, boundary conditions, boundary types, unsteady flow designation, simulation time, resultant output information, and initial conditions. Details of each card in the file are given as follows: | SRHHYDRO is written out by SMS to guide SRH through the hydraulic simulation. The SRHHYDRO file contains key information about the simulation while acting as a directory to other files for SRH to use. The SRHHYDRO file stores the case name, simulation description, model type, turbulence model information, Manning’s n values, boundary conditions, boundary types, unsteady flow designation, simulation time, resultant output information, and initial conditions. Details of each card in the file are given as follows: | ||
{|class="wikitable" | {|class="wikitable" | ||
Line 68: | Line 68: | ||
The file acts as a map guiding SRH to other important files such as the SRHMAT file, the SRHMONITORPTS file, and the SRHGEOM file. | The file acts as a map guiding SRH to other important files such as the SRHMAT file, the SRHMONITORPTS file, and the SRHGEOM file. | ||
===SRHHYDRO Example=== | ===SRHHYDRO Example=== | ||
Line 99: | Line 97: | ||
EWSParams 2 "HohRiv.srhcurve2.xys" EN | EWSParams 2 "HohRiv.srhcurve2.xys" EN | ||
==SRHMAT File== | |||
The SRHMAT file gives each element a material type. This file will categorize each element to a Manning’s n value. | |||
==SRHMONITORPTS File== | |||
The SRHMONITORPTS file is used to tell SRH that there are monitor points to watch and where those points are located. SRH will take the coordinates from SMS to locate the areas to be monitored. | |||
==SRHGEOM File== | |||
The SRHGEOM file tells SRH where each element is located and the characteristics of that element. The SRHGEOM file holds information about the units of the grid. | |||
==Related Topics== | ==Related Topics== |
Revision as of 21:06, 10 January 2014
SRHHYDRO File
SRHHYDRO is written out by SMS to guide SRH through the hydraulic simulation. The SRHHYDRO file contains key information about the simulation while acting as a directory to other files for SRH to use. The SRHHYDRO file stores the case name, simulation description, model type, turbulence model information, Manning’s n values, boundary conditions, boundary types, unsteady flow designation, simulation time, resultant output information, and initial conditions. Details of each card in the file are given as follows:
Case | This is an identifier for SRH to use when running to help the user recognize the files that correspond to a specific project. The case should be given a name that is unique for a simulation. |
Description | The description is for the user to see in review of what was done for a specific simulation |
RunType | This card tells SRH what to compute. Flow means a hydraulic model. Mobile refers to a sediment transport model. |
ModelTemp | This card communicates to SRH whether the model will be used to simulate temperature. Currently, temperature is not supported by SRH v. 2.2 |
UnsteadyOutput | Unsteady output is labeled for unsteady, where intermediate calculations are performed, or as steady, where only final calculations are computed for accuracy. |
SimTime | Three numbers are given to specify start time (hours), time step (seconds), and total simulation time (hours). |
TurbulenceModel | This option is either parabolic or ke for the current version of SRH. |
ParabolicTurbulence | This card is dependent on TurbulenceModel being labeled parabolic. The value is a constant used in the parabolic turbulence equation. |
InitCondOption | This card communicates to SRH the condition of each element prior the model run. Options include dry, auto, and rst, where rst represents a start-up file from a previous run. |
Grid | This card tells SRH the name of the grid file. |
HydroMat | This card tells SRH the name of the material file. |
MonitorPtFile | This card tells SRH the name of the monitor point file if one has been created by the user. |
OutputFormat | This option represents how SMS will write out the final files to be read back for post processing. Two inputs are required, the file type and the resultant units. |
OutputInterval | This card tells SRH how often to write out results during the simulation. The value is given in hours. |
ManningsN | In this location two values are given representing the material number and the value of Manning’s n corresponding to that material value. SMS will always write a zero material type as a default. |
BC | This card refers to the boundary type. Two values are given representing the boundary number and the type of boundary for each boundary number |
IQParams | This card will be written for boundary types that ask for a subcritical inlet boundary. The values given represent the boundary id, the constant flow value or variable flow file name, the units of flow, and the distribution type |
ISupCrParams | This card requires the same information as IQParams with the addition of constant water surface elevation or varable water surface elevation file name. |
EWSParams | This card represents the stage exit boundary. Values include the boundary id, the constant watersurface elevation or variable watersurface elevation file, and units type. |
EQParams | This card gives the constant discharge value or variable discharge file name and unit type. |
NDParams | This card refers to a normal depth outlet boundary. Values include the nodestring number at which flow will be computed as well as the average bed slope at the exit location. |
The file acts as a map guiding SRH to other important files such as the SRHMAT file, the SRHMONITORPTS file, and the SRHGEOM file.
SRHHYDRO Example
SRHHYDRO 30 Case "Case" Description "Description" RunType FLOW ModelTemp OFF UnsteadyOutput UNSTEADY SimTime 0 1 3 TurbulenceModel PARABOLIC ParabolicTurbulence 0.7 InitCondOption DRY Grid "HohRiv.srhgeom" HydroMat "HohRiv.srhmat" MonitorPtFile "HohRiv.srhmpoint" OutputFormat XMDF ENGLISH OutputInterval 1 ManningsN 0 0.02 ManningsN 1 0.025 ManningsN 2 0.07 BC 6 WALL BC 5 WALL BC 4 MONITORING BC 3 MONITORING BC 2 EXIT-H BC 1 INLET-Q IQParams 1 "HohRiv.srhcurve1.xys" EN CONVEYANCE EWSParams 2 "HohRiv.srhcurve2.xys" EN
SRHMAT File
The SRHMAT file gives each element a material type. This file will categorize each element to a Manning’s n value.
SRHMONITORPTS File
The SRHMONITORPTS file is used to tell SRH that there are monitor points to watch and where those points are located. SRH will take the coordinates from SMS to locate the areas to be monitored.
SRHGEOM File
The SRHGEOM file tells SRH where each element is located and the characteristics of that element. The SRHGEOM file holds information about the units of the grid.
Related Topics
SMS – Surface-water Modeling System | ||
---|---|---|
Modules: | 1D Grid • Cartesian Grid • Curvilinear Grid • GIS • Map • Mesh • Particle • Quadtree • Raster • Scatter • UGrid | |
General Models: | 3D Structure • FVCOM • Generic • PTM | |
Coastal Models: | ADCIRC • BOUSS-2D • CGWAVE • CMS-Flow • CMS-Wave • GenCade • STWAVE • WAM | |
Riverine/Estuarine Models: | AdH • HEC-RAS • HYDRO AS-2D • RMA2 • RMA4 • SRH-2D • TUFLOW • TUFLOW FV | |
Aquaveo • SMS Tutorials • SMS Workflows |