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

Input file gem keyword $CALCULATE_BOUNDARY_NODES

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/calcite_gems/calcite.gem

 19:    $CALCULATE_BOUNDARY_NODES
 20-      0
   ...

PETSc/TransLay2d/lag2d.gem

 15:    $CALCULATE_BOUNDARY_NODES
 16-      0  ; do not do it
   ...

Source code reading this keyword from Input files

FEM/rf_REACT_GEM.cpp line 2755

2755: 		}
2756: 		// ......................................................
2757: 		/// Key word "$GEM_CALCULATE_BOUNDARY_NODES": By setting this to "1" it is possible to switch on GEMS calculations at boundary nodes (e.g. kinetically controlled porosity change at boundary nodes). This normally requires the definition of time dependent concentration values via time curves (see documentation of .bc files how to do this). ..................
2758: 		if ( line_string.find ( "$CALCULATE_BOUNDARY_NODES" ) != string::npos )
2759: 		{
2760: 			// subkeyword found
2761: 			in.str ( GetLineFromFile1 ( gem_file ) );

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

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.