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

Input file krc keyword $EQUILIBRIUM_CONSTANT

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/ChemAppCoupling/slow_kin_cap_act_precalc/cmp8.krc

 30:   $EQUILIBRIUM_CONSTANT
 31-    UNIFORM -8.48 ; UNIFORM/VARIABLE, log(K)
   ...
 58:   $EQUILIBRIUM_CONSTANT
 59-    UNIFORM -17.09 ; UNIFORM/VARIABLE, log(K)
   ...
 89:   $EQUILIBRIUM_CONSTANT
 90-    UNIFORM 1.849 ; UNIFORM/VARIABLE, log(K)
   ...

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

 29:   $EQUILIBRIUM_CONSTANT
 30-    UNIFORM -8.48 ; UNIFORM/VARIABLE, log(K)
   ...
 58:   $EQUILIBRIUM_CONSTANT
 59-    UNIFORM -17.09 ; UNIFORM/VARIABLE, log(K)
   ...

C/Engesgaard/Additional_pqc_output/pds.krc

 29:   $EQUILIBRIUM_CONSTANT
 30-    UNIFORM -17.09 ; UNIFORM/VARIABLE, log(K)
   ...
 63:   $EQUILIBRIUM_CONSTANT
 64-    UNIFORM 1.849 ; UNIFORM/VARIABLE, log(K)
   ...

C/Engesgaard/Kin/fast_kin_pqc_krc/pds.krc

 29:   $EQUILIBRIUM_CONSTANT
 30-    UNIFORM -17.09 ; UNIFORM/VARIABLE, log(K)
   ...
 63:   $EQUILIBRIUM_CONSTANT
 64-    UNIFORM 1.849 ; UNIFORM/VARIABLE, log(K)
   ...

C/Engesgaard/Kin/slow_kin_pqc_krc/pds.krc

 29:   $EQUILIBRIUM_CONSTANT
 30-    UNIFORM -17.09 ; UNIFORM/VARIABLE, log(K)
   ...
 63:   $EQUILIBRIUM_CONSTANT
 64-    UNIFORM 1.849 ; UNIFORM/VARIABLE, log(K)
   ...

C/Poro-Perm_Update/Lagneau_Batch/pds.krc

 30:   $EQUILIBRIUM_CONSTANT
 31-    UNIFORM -4 ; UNIFORM/VARIABLE, log(K)
   ...

C/Poro-Perm_Update/Lagneau_Diffusion/pds.krc

 30:   $EQUILIBRIUM_CONSTANT
 31-    UNIFORM -4 ; UNIFORM/VARIABLE, log(K)
   ...

Source code reading this keyword from Input files

FEM/rf_kinreact.cpp line 1966

1966:         in >> chemapp_name;
1967: 	       in.clear();
1968:         }
1969:       if(line_string.find("$EQUILIBRIUM_CONSTANT")!=string::npos) { // subkeyword found
1970: 	       in.str(GetLineFromFile1(rfd_file));
1971:         in >> dummystring >> Km_default;
1972:         if(dummystring.compare("UNIFORM")==0){

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

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.