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

Input file krc keyword $ACTIVITY_MODEL

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/ChemAppCoupling/slow_kin_cap_act_precalc/cmp8.krc

 15:   $ACTIVITY_MODEL
 16-    3 ; constant activity coefficient = 0, DH = 1, Davies = 2, CHEMAPP = 3
   ...

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

 15:   $ACTIVITY_MODEL
 16-    2 ; constant activity coefficient = 0, DH = 1, Davies = 2, CHEMAPP = 3
   ...

C/Engesgaard/Additional_pqc_output/pds.krc

 15:   $ACTIVITY_MODEL
 16-    2 ; constant activity coefficient = 0, DH = 1, Davies = 2, CHEMAPP = 3
   ...

C/Engesgaard/Kin/fast_kin_pqc_krc/pds.krc

 15:   $ACTIVITY_MODEL
 16-    2 ; constant activity coefficient = 0, DH = 1, Davies = 2, CHEMAPP = 3
   ...

C/Engesgaard/Kin/slow_kin_pqc_krc/pds.krc

 15:   $ACTIVITY_MODEL
 16-    2 ; constant activity coefficient = 0, DH = 1, Davies = 2, CHEMAPP = 3
   ...

C/Poro-Perm_Update/Lagneau_Batch/pds.krc

 15:   $ACTIVITY_MODEL
 16-    0 ; constant activity coefficient = 0, DH = 1, Davies = 2, CHEMAPP = 3
   ...

C/Poro-Perm_Update/Lagneau_Diffusion/pds.krc

 15:   $ACTIVITY_MODEL
 16-    0 ; constant activity coefficient = 0, DH = 1, Davies = 2, CHEMAPP = 3
   ...

Source code reading this keyword from Input files

FEM/rf_kinreact.cpp line 3377

3377: 		if (line_string.find("$DEBUG_OUTPUT") != string::npos)
3378: 			debugoutflag = true;
3379: 		//....................................................................
3380:     if(line_string.find("$ACTIVITY_MODEL")!=string::npos) { // subkeyword found
3381: 	    in.str(GetLineFromFile1(rfd_file));
3382:       in >> activity_model;
3383: 	    in.clear();

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

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.