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

Input file krc keyword $DEBUG_OUTPUT

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/ChemAppCoupling/slow_kin_cap_act_precalc/cmp8.krc

 12:   $DEBUG_OUTPUT
 13-   $NO_REACTIONS
   ...

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

 12:   $DEBUG_OUTPUT
 13-   $NO_REACTIONS
   ...

C/Engesgaard/Additional_pqc_output/pds.krc

 12:   $DEBUG_OUTPUT
 13-   $NO_REACTIONS
   ...

C/Engesgaard/Kin/fast_kin_pqc_krc/pds.krc

 12:   $DEBUG_OUTPUT
 13-   $NO_REACTIONS
   ...

C/Engesgaard/Kin/slow_kin_pqc_krc/pds.krc

 12:   $DEBUG_OUTPUT
 13-   $NO_REACTIONS
   ...

C/Poro-Perm_Update/Lagneau_Batch/pds.krc

 12:   $DEBUG_OUTPUT
 13-   ;$NO_REACTIONS
   ...

C/Poro-Perm_Update/Lagneau_Diffusion/pds.krc

 12:   $DEBUG_OUTPUT
 13-   $NO_REACTIONS
   ...

C/ReactDeact/1D_isofrac_deac1/1d_isofrac.krc

 18:   $DEBUG_OUTPUT
 19-  
   ...

C/ReactDeact/1D_isofrac_deac2/1d_isofrac.krc

 19:   $DEBUG_OUTPUT
 20-  
   ...

C/ReactDeact/1D_isofrac_deac3/1d_isofrac.krc

 19:   $DEBUG_OUTPUT
 20-  
   ...

TCR/Temperature_BacGrowth/bact_growth_new.krc

 15:   $DEBUG_OUTPUT
 16-  
   ...

Source code reading this keyword from Input files

FEM/rf_kinreact.cpp line 3374

3374: 	     ReactDeactRelative = false;
3375: 		}
3376: 		// subkeyword found
3377: 		if (line_string.find("$DEBUG_OUTPUT") != string::npos)
3378: 			debugoutflag = true;
3379: 		//....................................................................
3380:     if(line_string.find("$ACTIVITY_MODEL")!=string::npos) { // subkeyword found

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

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.