Last modified 3 years ago
Last modified on 01/21/16 13:49:15
Input file rei keyword $WATER_SPECIES_NAME
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
C/ChemAppCoupling/Wagrien_BatchEqui_PVLE_CAP/wagrien_1D.rei
21: $WATER_SPECIES_NAME 22- water_liquid ...
Source code reading this keyword from Input files
FEM/rf_react_int.cpp line 253
253: cout << " Warning in REACTINT::Read - No valid keyword for $WATER_CONCENTRATION." << "\n"; 254: } 255: // water species name 256: if(line_string.find("$WATER_SPECIES_NAME")!=string::npos) { // subkeyword found 257: in.str(GetLineFromFile1(rfd_file)); 258: in >> WaterSpeciesName ; 259: in.clear();
Last modified: 2016-01-21 13:49:05.395476
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.