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

Input file mmp keyword $RILL

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

COUPLED_FLOW/Wool_lines_coup.mmp

  5:   $RILL
  6-    1.e-3 5.e-4
   ...

COUPLED_FLOW/abdulLab.mmp

 41:   $RILL
 42-    5.e-4 2.5e-4
   ...
 84:   $RILL
 85-    0.0 0.0 0.0
   ...
144:   $RILL
145-    1.e-3 5.e-4 1.e-3
   ...
169:   $RILL
170-    1.e-3 5.e-4
   ...
194:   $RILL
195-    1.e-3 5.e-4
   ...
223:   $RILL
224-    1.e-3 5.e-4
   ...

OVERLAND_FLOW/Wool_quad.mmp

  5:   $RILL
  6-    1.e-3 1.e-4
   ...

OVERLAND_FLOW/govin_line.mmp

  5:   $RILL
  6-    0.0 0.0
   ...

OVERLAND_FLOW/govin_quad.mmp

  5:   $RILL
  6-    0.0 0.0
   ...

Source code reading this keyword from Input files

FEM/rf_mmp_new.cpp line 1734

1734: 		}
1735: 
1736: 		//subkeyword found
1737: 		if(line_string.find("$RILL") != std::string::npos)
1738: 		{
1739: 			in.str(GetLineFromFile1(mmp_file));
1740: 			in >> rill_height >> rill_epsilon;

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

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.