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

Input file gem keyword $TRANSPORT_B

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/HAYEKIT/ab1d.gem

 19:    $TRANSPORT_B
 20-       1 ; 1: do transport of b vector
   ...

C/calcite_gems/calcite.gem

 23:    $TRANSPORT_B
 24-       1 ; 1: do transport of b vector
   ...

C/comedy2d/cement2d.gem

 21:    $TRANSPORT_B
 22-       1 ; 1: do transport of b vector
   ...

PETSc/TransLay2d/lag2d.gem

 25:   $TRANSPORT_B
 26-      1 ; 1: do transport of b vector
   ...

Source code reading this keyword from Input files

FEM/rf_REACT_GEM.cpp line 2682

2682: 			continue;
2683: 		}
2684: 
2685: 		/// Key word "$TRANSPORT_B": next line should be "1" to indicate the transport of total concentrations of independet species in fluid phase. The transport of all dependent species in the fluid phase is currently not supported anymore. .......................
2683: 		}
2684: 
2685: 		/// Key word "$TRANSPORT_B": next line should be "1" to indicate the transport of total concentrations of independet species in fluid phase. The transport of all dependent species in the fluid phase is currently not supported anymore. .......................
2686: 		if ( line_string.find ( "$TRANSPORT_B" ) != string::npos )
2686: 		if ( line_string.find ( "$TRANSPORT_B" ) != string::npos )
2687: 		{
2687: 		{
2688: 			// subkeyword found
2688: 			// subkeyword found
2689: 			in.str ( GetLineFromFile1 ( gem_file ) );

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

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.