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

Input file gem keyword $FLAG_POROSITY_CHANGE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/HAYEKIT/ab1d.gem

  9:    $FLAG_POROSITY_CHANGE
 10-      1    ; 0-not coupled;1=coupled;
   ...

C/calcite_gems/calcite.gem

  7:    $FLAG_POROSITY_CHANGE
  8-      1    ; 0-not coupled;1=coupled;
   ...

C/comedy2d/cement2d.gem

  9:    $FLAG_POROSITY_CHANGE
 10-      1    ; 0-not coupled;1=coupled;
   ...

PETSc/ConcreteCrack/decal.gem

  9:    $FLAG_POROSITY_CHANGE
 10-      1    ; 0-not coupled;1=coupled;
   ...

PETSc/TransLay2d/lag2d.gem

  7:    $FLAG_POROSITY_CHANGE
  8-      1    ; 0-not coupled;1=coupled;
   ...

Source code reading this keyword from Input files

FEM/rf_REACT_GEM.cpp line 2704

2704: 		}
2705: 
2706: 		// ......................................................
2707: 		/// Key word "$FLAG_POROSITY_CHANGE": next line could be either "0" or "1" (recommended). "1": changes in the volume of solid phases cause the porosity to change   .......................
2705: 
2706: 		// ......................................................
2707: 		/// Key word "$FLAG_POROSITY_CHANGE": next line could be either "0" or "1" (recommended). "1": changes in the volume of solid phases cause the porosity to change   .......................
2708: 		if ( line_string.find ( "$FLAG_POROSITY_CHANGE" ) != string::npos )
2708: 		if ( line_string.find ( "$FLAG_POROSITY_CHANGE" ) != string::npos )
2709: 		{
2709: 		{
2710: 			// subkeyword found
2710: 			// subkeyword found
2711: 			in.str ( GetLineFromFile1 ( gem_file ) );

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

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.