Last modified 3 years ago
Last modified on 01/21/16 13:49:10
Input file krc keyword $NO_REACTIONS
-
Input file krc keyword $NO_REACTIONS
- Documentation from doxygen
-
Used in benchmarks
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/1D_isofrac/1d_isofrac_A …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/ChemAppCoupling/slow_ki …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/Engesgaard/2Kin/slow_ki …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/Engesgaard/Additional_p …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/Engesgaard/Kin/fast_kin …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/Engesgaard/Kin/slow_kin …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/FG_3ports/rt1.krc|C/FG_ …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/NAPL-dissolution/1D_NAP …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/Poro-Perm_Update/Lagnea …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/ReactDeact/1D_isofrac_d …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/ReactDeact/1D_isofrac_d …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/ReactDeact/1D_isofrac_d …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/ReactDeact/FG_3ports_de …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TCR/Temperature_BacGrowth …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TCR/Temperature_NAPLdiss_ …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/TCR/Temperature_NAPLdiss_ …
- Source code reading this keyword from Input files
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.