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

Input file msp keyword $GRAVITY_CONSTANT

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

HM/excavation/3D_excav.msp

 11:   $GRAVITY_CONSTANT
 12-    0
   ...
 22:   $GRAVITY_CONSTANT
 23-    0
   ...

THM/deco_2015_b2s1/deco_b2s1.msp

 43:   $GRAVITY_CONSTANT
 44-    0
   ...
 79:   $GRAVITY_CONSTANT
 80-    0
   ...
170:   $GRAVITY_CONSTANT
171-    0

Source code reading this keyword from Input files

FEM/rf_msp_new.cpp line 639

 639: 			in_sd.clear();
 640: 		}
 641: 		//WX:08.2011 define gravity constant
 642: 		if(line_string.find("$GRAVITY_CONSTANT")!=string::npos)
 643: 		{
 644: 			in_sd.str(GetLineFromFile1(msp_file));
 645: 			in_sd>>grav_const;

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

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.