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

Input file msp keyword $SWELLING_PRESSURE_TYPE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

HM/LinearSwelling/hm_swelling.msp

 16:   $SWELLING_PRESSURE_TYPE
 17-     2 14.286e6
   ...
 56:  $SWELLING_PRESSURE_TYPE
 57-     2 4.76e6

MPI/cube/thm/thm_cube.msp

 50:  $SWELLING_PRESSURE_TYPE
 51-     2 4.76e6

TH2M/H2M_TEP/w_exp.msp

 20:      $SWELLING_PRESSURE_TYPE
 21-        3  0.01 -0.003e-6 0.25 -0.1609 -0.03e-6  0.1e6
   ...

THM/deco_2015_b2s1/deco_b2s1.msp

 24:  $SWELLING_PRESSURE_TYPE
 25-     2 5e5 ; type2; max swelling pressure
   ...

THM/init/thm_decov.msp

 49:  $SWELLING_PRESSURE_TYPE
 50-     2 4.76e6

THM/thm_decov.msp

 16:   $SWELLING_PRESSURE_TYPE
 17-     2 4.76e6
   ...
 51:  $SWELLING_PRESSURE_TYPE
 52-     2 4.76e6

Source code reading this keyword from Input files

FEM/rf_msp_new.cpp line 103

 103: 		}
 104: 		//....................................................................
 105: 		// subkeyword found
 106: 		if(line_string.find("$SWELLING_PRESSURE_TYPE") != string::npos)
 107: 		{
 108: 			in_sd.str(GetLineFromFile1(msp_file));
 109: 			in_sd >> SwellingPressureType;

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

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.