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

Input file gem keyword $MAX_POROSITY

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/HAYEKIT/ab1d.gem

 13:    $MAX_POROSITY
 14-      1.0
   ...

C/calcite_gems/calcite.gem

 11:    $MAX_POROSITY
 12-      1.0
   ...

C/comedy2d/cement2d.gem

 13:    $MAX_POROSITY
 14-      1.0
   ...

PETSc/ConcreteCrack/decal.gem

 13:    $MAX_POROSITY
 14-      1.0
   ...

PETSc/TransLay2d/lag2d.gem

 11:    $MAX_POROSITY
 12-      1.0
   ...

Source code reading this keyword from Input files

FEM/rf_REACT_GEM.cpp line 2724

2724: 			continue;
2725: 		}
2726: 		// ......................................................
2727: 		/// Key word "$MAX_POROSITY": next line should contain the maximum porosity, recommended value: 1.0 .............................
2725: 		}
2726: 		// ......................................................
2727: 		/// Key word "$MAX_POROSITY": next line should contain the maximum porosity, recommended value: 1.0 .............................
2728: 		if ( line_string.find ( "$MAX_POROSITY" ) != string::npos )
2728: 		if ( line_string.find ( "$MAX_POROSITY" ) != string::npos )
2729: 		{
2729: 		{
2730: 			// subkeyword found
2730: 			// subkeyword found
2731: 			in.str ( GetLineFromFile1 ( gem_file ) );

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

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.