Last modified 3 years ago
Last modified on 01/21/16 13:49:14
Input file rei keyword $RESIDUAL
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
C/ChemAppCoupling/Wagrien_BatchEqui_PVLE_CAP/wagrien_1D.rei
29: $RESIDUAL 30- RECORD ; REMOVE ; ...
C/ChemAppCoupling/slow_kin_cap_act_precalc/cmp8.rei
11: $RESIDUAL 12- REMOVE ; RECORD ; ...
Source code reading this keyword from Input files
FEM/rf_react_int.cpp line 301
301: s_water_limit = true; 302: in.clear(); 303: } 304: if(line_string.find("$RESIDUAL")!=string::npos) { // subkeyword found 305: in.str(GetLineFromFile1(rfd_file)); 306: in >> dummystring ; 307: if(dummystring.compare("RECORD")==0)
Last modified: 2016-01-21 13:49:05.374800
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.