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

Input file krc keyword $RATE_EXPONENTS

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/ChemAppCoupling/slow_kin_cap_act_precalc/cmp8.krc

 32:   $RATE_EXPONENTS
 33-    1.0 1.0 ; theta, eta
   ...
 60:   $RATE_EXPONENTS
 61-    1.0 1.0 ; theta, eta
   ...
 91:   $RATE_EXPONENTS
 92-    1.0 1.0 ; theta, eta
   ...

C/Engesgaard/2Kin/slow_kin_pqc_krc/pds.krc

 31:   $RATE_EXPONENTS
 32-    1.0 1.0 ; theta, eta
   ...
 60:   $RATE_EXPONENTS
 61-    1.0 1.0 ; theta, eta
   ...

C/Engesgaard/Additional_pqc_output/pds.krc

 31:   $RATE_EXPONENTS
 32-    1.0 1.0 ; theta, eta
   ...
 65:   $RATE_EXPONENTS
 66-    1.0 1.0 ; theta, eta
   ...

C/Engesgaard/Kin/fast_kin_pqc_krc/pds.krc

 31:   $RATE_EXPONENTS
 32-    1.0 1.0 ; theta, eta
   ...
 65:   $RATE_EXPONENTS
 66-    1.0 1.0 ; theta, eta
   ...

C/Engesgaard/Kin/slow_kin_pqc_krc/pds.krc

 31:   $RATE_EXPONENTS
 32-    1.0 1.0 ; theta, eta
   ...
 65:   $RATE_EXPONENTS
 66-    1.0 1.0 ; theta, eta
   ...

C/Poro-Perm_Update/Lagneau_Batch/pds.krc

 32:   $RATE_EXPONENTS
 33-    1 1 ; theta, eta
   ...

C/Poro-Perm_Update/Lagneau_Diffusion/pds.krc

 32:   $RATE_EXPONENTS
 33-    1 1 ; theta, eta
   ...

Source code reading this keyword from Input files

FEM/rf_kinreact.cpp line 1991

1991:         in.clear();
1992:       }
1993:       //....................................................................
1994:  	    if(line_string.find("$RATE_EXPONENTS")!=string::npos) { // subkeyword found
1995: 	      in.str(GetLineFromFile1(rfd_file));
1996:         in >> Theta >> Eta ;
1997: 	      in.clear();

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

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.