wiki:public/doc-auto/by_ext/gem/S_min_porosity
Last modified 3 years ago Last modified on 01/21/16 13:49:09

Input file gem keyword $MIN_POROSITY

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/HAYEKIT/ab1d.gem

 11:    $MIN_POROSITY
 12-      1.0e-15
   ...

C/calcite_gems/calcite.gem

  9:    $MIN_POROSITY
 10-      1.e-4
   ...

C/comedy2d/cement2d.gem

 11:    $MIN_POROSITY
 12-      1.e-6
   ...

PETSc/ConcreteCrack/decal.gem

 11:    $MIN_POROSITY
 12-      1.e-6
   ...

PETSc/TransLay2d/lag2d.gem

  9:    $MIN_POROSITY
 10-      1.e-6
   ...

Source code reading this keyword from Input files

FEM/rf_REACT_GEM.cpp line 2714

2714: 			continue;
2715: 		}
2716: 		// ......................................................
2717: 		/// Key word "$MIN_POROSITY": next line should contain the minim porosity which has to be bigger than "0" e.g. "1e-6" .............................
2715: 		}
2716: 		// ......................................................
2717: 		/// Key word "$MIN_POROSITY": next line should contain the minim porosity which has to be bigger than "0" e.g. "1e-6" .............................
2718: 		if ( line_string.find ( "$MIN_POROSITY" ) != string::npos )
2718: 		if ( line_string.find ( "$MIN_POROSITY" ) != string::npos )
2719: 		{
2719: 		{
2720: 			// subkeyword found
2720: 			// subkeyword found
2721: 			in.str ( GetLineFromFile1 ( gem_file ) );

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

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.