wiki:public/doc-auto/by_ext/mmp/S_width
Last modified 3 years ago Last modified on 01/21/16 13:49:13

Input file mmp keyword $WIDTH

Description

The keyword $WIDTH enables the definition of the width of a channel for the 1D model. This keyword can be used in the process overland flow.

Parameters

double

The value specifies the width of a channel in meter.

Documentation from doxygen

None.

Used in benchmarks

COUPLED_FLOW/Wool_lines_coup.mmp

  7:   $WIDTH
  8-    1.
   ...

COUPLED_FLOW/abdulLab.mmp

 43:   $WIDTH
 44-    1.
   ...
146:   $WIDTH
147-    1.
   ...
171:   $WIDTH
172-    1.
   ...
196:   $WIDTH
197-    1.
   ...
225:   $WIDTH
226-    1.
   ...

OVERLAND_FLOW/govin_line.mmp

  7:   $WIDTH
  8-    1.0
   ...

OVERLAND_FLOW/govin_quad.mmp

  7:   $WIDTH
  8-    0.5
   ...

Source code reading this keyword from Input files

FEM/rf_mmp_new.cpp line 1725

1725: 		}
1726: 
1727: 		//subkeyword found
1728: 		if(line_string.find("$WIDTH") != std::string::npos)
1729: 		{
1730: 			in.str(GetLineFromFile1(mmp_file));
1731: 			in >> overland_width;

Last modified: 2016-01-21 13:48:59.527560

This page has been generated automatically. Do not edit it manually! It will be overwritten in regular intervals.

If you want to edit the handwritten part of this page, please do so here.