wiki:public/doc-auto/by_ext/krc/S_temperature_dependence
Last modified 3 years ago Last modified on 01/21/16 13:49:11

Input file krc keyword $TEMPERATURE_DEPENDENCE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

TCR/Temperature_BacGrowth/bact_growth_new.krc

 28:   $TEMPERATURE_DEPENDENCE
 29-    ;Ratkowski2-Model, Tmin, Tmax,    b,    c
   ...

TCR/Temperature_NAPLdiss_Csat/TCE_10C_new.krc

 38:  $TEMPERATURE_DEPENDENCE
 39-     ; Knauss-Model, a,        b,       c
   ...

Source code reading this keyword from Input files

FEM/rf_kinreact.cpp line 1833

1833:         in.clear();
1834: 	  }
1835:       //....................................................................
1836:       if(line_string.find("$TEMPERATURE_DEPENDENCE")!=string::npos) { // subkeyword found
1837:         T_dependence = true;
1838:         in.str(GetLineFromFile1(rfd_file));
1839: 		in >> T_model ;

Last modified: 2016-01-21 13:49:00.083775

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.