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

Input file mfp keyword $NON_GRAVITY

Description

Switches off the: contribution of gravity to RHS in Darcy flow to the global system and for the pressure equation of multiphase flow.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

HM/excavation/3D_excav.mfp

 10:   $NON_GRAVITY
 11-  #STOP

H_us/Wet/h_us_line_Halm.mfp

  9:   $NON_GRAVITY
 10-   $VISCOSITY
   ...

THM/deco_2015_b2s1/deco_b2s1.mfp

 10:  $NON_GRAVITY
 11-  
   ...

Source code reading this keyword from Input files

FEM/rf_mfp_new.cpp line 261

 261: 			continue;
 262: 		}
 263: 		//YD/WW subkeyword found
 264: 		if(line_string.find("$NON_GRAVITY") != string::npos)
 265: 		{
 266: 			cal_gravity = false;
 267: 			continue;

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

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.