Last modified 3 years ago
Last modified on 01/21/16 13:49:10
Input file krc keyword $ALLOW_REACTIONS
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
ECLIPSE_DUMUX/kinetic_CO2phase_generation_E100/CO2phase_gen_E100.krc
12: $ALLOW_REACTIONS 13- POINT POINT26 ...
ECLIPSE_DUMUX/kinetic_CO2phase_generation_E300/CO2phase_gen_E300.krc
12: $ALLOW_REACTIONS 13- POINT POINT26 ...
Source code reading this keyword from Input files
FEM/rf_kinreact.cpp line 3245
3245: //.................................................................... 3246: // subkeyword found 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;
Last modified: 2016-01-21 13:49:00.005218
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.