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

Input file gem keyword $TEMPERATURE_GEM

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/HAYEKIT/ab1d.gem

 17:    $TEMPERATURE_GEM
 18-      298.15       ; temperature for GEMS in degree Celsius
   ...

C/calcite_gems/calcite.gem

 15:    $TEMPERATURE_GEM
 16-      298.15       ; temperature for GEMS in degree Celsius
   ...

C/comedy2d/cement2d.gem

 17:    $TEMPERATURE_GEM
 18-      298.15       ; temperature for GEMS in degree Celsius
   ...

PETSc/ConcreteCrack/decal.gem

 17:    $TEMPERATURE_GEM
 18-      298.15       ; temperature for GEMS in degree Celsius
   ...

PETSc/TransLay2d/lag2d.gem

 17:    $TEMPERATURE_GEM
 18-      298.15       ; temperature for GEMS in degree Celsius
   ...

Source code reading this keyword from Input files

FEM/rf_REACT_GEM.cpp line 2765

2765: 		}
2766: 		// ......................................................
2767: 		// ......................................................
2768: 		/// Key word "$TEMPERATURE_GEM": with this keyword it is possible to change the overall temperature of the  system (default 298.15 K).........................
2766: 		// ......................................................
2767: 		// ......................................................
2768: 		/// Key word "$TEMPERATURE_GEM": with this keyword it is possible to change the overall temperature of the  system (default 298.15 K).........................
2769: 		if ( line_string.find ( "$TEMPERATURE_GEM" ) != string::npos )
2769: 		if ( line_string.find ( "$TEMPERATURE_GEM" ) != string::npos )
2770: 		{
2770: 		{
2771: 			// subkeyword found
2771: 			// subkeyword found
2772: 			in.str ( GetLineFromFile1 ( gem_file ) );

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

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.