Last modified 3 years ago
Last modified on 01/21/16 13:49:15
Input file rei keyword #REACTION_INTERFACE
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
- C/ChemAppCoupling/Wagrien_BatchEqui_PVLE_CAP/wagrien_1D.rei
- C/ChemAppCoupling/slow_kin_cap_act_precalc/cmp8.rei
- C/Engesgaard/2Kin/slow_kin_pqc/pds.rei
- C/Engesgaard/2Kin/slow_kin_pqc_krc/pds.rei
- C/Engesgaard/Additional_pqc_output/pds.rei
- C/Engesgaard/Kin/fast_kin_pqc/pds.rei
- C/Engesgaard/Kin/fast_kin_pqc_krc/pds.rei
- C/Engesgaard/Kin/slow_kin_pqc/pds.rei
- C/Engesgaard/Kin/slow_kin_pqc_krc/pds.rei
- C/Engesgaard/equi/calcite_pqc_volume/pds.rei
- C/Engesgaard/equi/calcite_pqc_weight/pds.rei
- C/Poro-Perm_Update/Lagneau_Batch/pds.rei
- C/Poro-Perm_Update/Lagneau_Diffusion/pds.rei
- C/Poro-Perm_Update/calcite_vol/cmp8_Ca.rei
- C/Poro-Perm_Update/calcite_weight/cmp8_Ca.rei
- TCR/Temperature_BacGrowth/bact_growth_new.rei
- TCR/Temperature_NAPLdiss_Csat/TCE_10C_new.rei
- TCR/Temperature_NAPLdiss_PhaseDiff/TCE_10C_new.rei
Source code reading this keyword from Input files
FEM/rf_react_int.cpp line 147
147: if(line_string.find("#STOP")!=string::npos) 148: break; 149: //---------------------------------------------------------------------- 150: if(line_string.find("#REACTION_INTERFACE")!=string::npos) { // keyword found // set up object 151: m_rei = new REACTINT(); 152: m_rei->Read(&rei_file); 153: REACTINT_vec.push_back(m_rei);
Last modified: 2016-01-21 13:49:05.390590
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.