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

Input file mfp keyword $GRAVITY

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

H/Theis/LF_Theis_3D/LF_Theis_3D.mfp

 10:    $GRAVITY
 11-    0
   ...
 13:      $GRAVITY
 14-    0

H2M/fivespot.mfp

 21:   $GRAVITY
 22-    0.0
   ...

Source code reading this keyword from Input files

FEM/rf_mfp_new.cpp line 673

 673: 		}
 674: 		//....................................................................
 675: 		// CMCD outer space version
 676: 		if(line_string.find("$GRAVITY") != string::npos)
 677: 		{
 678: 			in.str(GetLineFromFile1(mfp_file));
 679: 			in >> gravity_constant;

Last modified: 2016-01-21 13:49:05.795333

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.