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

Input file msp keyword $BIOT_CONSTANT

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

H2M/fivespot.msp

  9:  $BIOT_CONSTANT
 10-  1.
   ...

HM/LinearSwelling/hm_swelling.msp

 18:   $BIOT_CONSTANT
 19-     0.0
   ...
 33:  $BIOT_CONSTANT
 34-     0.0
   ...
 48:  $BIOT_CONSTANT
 49-     0.0
   ...

HM/excavation/3D_excav.msp

  9:   $BIOT_CONSTANT
 10-    0.6
   ...
 20:   $BIOT_CONSTANT
 21-    0.6
   ...

PETSc/hm1_1Dbeam/hm1_1Dbeam.msp

  8:   $BIOT_CONSTANT
  9-    1.0
   ...

TH2M/H2M_TEP/w_exp.msp

 22:   $BIOT_CONSTANT
 23-    -1.0
   ...

TH2M/Newton/th2m_quad.msp

 10:    $BIOT_CONSTANT
 11-     1.
   ...

THM/deco_2015_b2s1/deco_b2s1.msp

 36:  $BIOT_CONSTANT
 37-      1.0
   ...
 73:   $BIOT_CONSTANT
 74-      1.0
   ...
168:   $BIOT_CONSTANT
169-      1.0
   ...

Source code reading this keyword from Input files

FEM/rf_msp_new.cpp line 587

 587: 			in_sd.clear();
 588: 		}
 589: 		//....................................................................
 590: 		if(line_string.find("$BIOT_CONSTANT") != string::npos)
 591: 		{
 592: 			in_sd.str(GetLineFromFile1(msp_file));
 593: 			in_sd >> biot_const;

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

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.