Last modified 3 years ago
Last modified on 01/21/16 13:49:15
Input file rei keyword $DISSOLVED_NEUTRAL_CO2_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
23: $DISSOLVED_NEUTRAL_CO2_SPECIES_NAME 24- CO2 ...
Source code reading this keyword from Input files
FEM/rf_react_int.cpp line 259
259: in.clear(); 260: } 261: // co2 species name 262: if(line_string.find("$DISSOLVED_NEUTRAL_CO2_SPECIES_NAME")!=string::npos) { // subkeyword found 263: in.str(GetLineFromFile1(rfd_file)); 264: in >> NeutralCO2name ; 265: in.clear();
Last modified: 2016-01-21 13:49:05.391060
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.