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

Input file krc keyword $NO_REACTIONS

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/1D_isofrac/1d_isofrac_AS.krc

 14:   $NO_REACTIONS
 15-    POINT  POINT0
   ...

C/ChemAppCoupling/slow_kin_cap_act_precalc/cmp8.krc

 13:   $NO_REACTIONS
 14-    ;POINT  POINT0
   ...

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

 13:   $NO_REACTIONS
 14-    ;POINT  POINT0
   ...

C/Engesgaard/Additional_pqc_output/pds.krc

 13:   $NO_REACTIONS
 14-    ;POINT  POINT0
   ...

C/Engesgaard/Kin/fast_kin_pqc_krc/pds.krc

 13:   $NO_REACTIONS
 14-    ;POINT  POINT0
   ...

C/Engesgaard/Kin/slow_kin_pqc_krc/pds.krc

 13:   $NO_REACTIONS
 14-    ;POINT  POINT0
   ...

C/FG_3ports/rt1.krc

 13:   $NO_REACTIONS
 14-     POLYLINE PLY_BC_LEFT
   ...

C/NAPL-dissolution/1D_NAPL-diss_dissolution/1D_TPF_resS_trans.krc

 12:   $NO_REACTIONS
 13-     POINT POINT1
   ...

C/Poro-Perm_Update/Lagneau_Diffusion/pds.krc

 13:   $NO_REACTIONS
 14-    POINT  POINT0
   ...

C/ReactDeact/1D_isofrac_deac1/1d_isofrac_AS.krc

 14:   $NO_REACTIONS
 15-    POINT  POINT0
   ...

C/ReactDeact/1D_isofrac_deac2/1d_isofrac_AS.krc

 14:   $NO_REACTIONS
 15-    POINT  POINT0
   ...

C/ReactDeact/1D_isofrac_deac3/1d_isofrac_AS.krc

 14:   $NO_REACTIONS
 15-    POINT  POINT0
   ...

C/ReactDeact/FG_3ports_deac_3/rt1.krc

 13:   $NO_REACTIONS
 14-     POLYLINE PLY_BC_LEFT
   ...

TCR/Temperature_BacGrowth/bact_growth_new.krc

 13:   $NO_REACTIONS
 14-    POINT POINT0
   ...

TCR/Temperature_NAPLdiss_Csat/TCE_10C_new.krc

 10:   $NO_REACTIONS
 11-    POLYLINE CLEAN
   ...

TCR/Temperature_NAPLdiss_PhaseDiff/TCE_10C_new.krc

 10:   $NO_REACTIONS
 11-    POLYLINE CLEAN
   ...

Source code reading this keyword from Input files

FEM/rf_kinreact.cpp line 3247

3247:       allow = allow_not = false;
3248:       if (line_string.find("$ALLOW_REACTIONS") != string::npos)
3249:         allow = true;
3250:       if (line_string.find("$NO_REACTIONS") != string::npos)
3251:         allow_not = true;
3252:       if ((allow==true)|| (allow_not==true))
3253:       {

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

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.