Last modified 3 years ago
Last modified on 01/21/16 13:49:10
Input file krc keyword #KINREACTIONDATA
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
- C/1D_isofrac/1d_isofrac.krc
- C/1D_isofrac/1d_isofrac_AS.krc
- C/1d_TCEaufEisen/1d_TCE_Ion.krc
- C/1d_xylene_degradation/h2_line.krc
- C/ChemAppCoupling/slow_kin_cap_act_precalc/cmp8.krc
- C/Engesgaard/2Kin/slow_kin_pqc_krc/pds.krc
- C/Engesgaard/Additional_pqc_output/pds.krc
- C/Engesgaard/Kin/fast_kin_pqc_krc/pds.krc
- C/Engesgaard/Kin/slow_kin_pqc_krc/pds.krc
- C/FG_3ports/rt1.krc
- C/NAPL-dissolution/1D_NAPL-diss_dissolution/1D_TPF_resS_trans.krc
- C/Poro-Perm_Update/Lagneau_Batch/pds.krc
- C/Poro-Perm_Update/Lagneau_Diffusion/pds.krc
- C/ReactDeact/1D_isofrac_deac1/1d_isofrac.krc
- C/ReactDeact/1D_isofrac_deac1/1d_isofrac_AS.krc
- C/ReactDeact/1D_isofrac_deac2/1d_isofrac.krc
- C/ReactDeact/1D_isofrac_deac2/1d_isofrac_AS.krc
- C/ReactDeact/1D_isofrac_deac3/1d_isofrac.krc
- C/ReactDeact/1D_isofrac_deac3/1d_isofrac_AS.krc
- C/ReactDeact/FG_3ports_deac_3/rt1.krc
- ECLIPSE_DUMUX/kinetic_CO2phase_generation_E100/CO2phase_gen_E100.krc
- ECLIPSE_DUMUX/kinetic_CO2phase_generation_E300/CO2phase_gen_E300.krc
- TCR/Temperature_BacGrowth/bact_growth_new.krc
- TCR/Temperature_NAPLdiss_Csat/TCE_10C_new.krc
- TCR/Temperature_NAPLdiss_PhaseDiff/TCE_10C_new.krc
Source code reading this keyword from Input files
FEM/rf_kinreact.cpp line 445
445: KinReact_vector.push_back(m_kr); 446: } // keyword found 447: // keyword found // Read KinReactData 448: if (line_string.find("#KINREACTIONDATA") != string::npos) 449: { 450: m_krd = new CKinReactData(); 451: m_krd->Read(&krc_file, geo_obj, unique_name);
Last modified: 2016-01-21 13:48:59.984249
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.