wiki:public/doc-auto/by_ext/rei/S_solid_species_dump_moles
Last modified 3 years ago Last modified on 01/21/16 13:49:15

Input file rei keyword $SOLID_SPECIES_DUMP_MOLES

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/Poro-Perm_Update/calcite_vol/cmp8_Ca.rei

 11:    $SOLID_SPECIES_DUMP_MOLES  ; mineral conc. mol/m3_aquifer
 12-     1000
   ...

C/Poro-Perm_Update/calcite_weight/cmp8_Ca.rei

  3:    $SOLID_SPECIES_DUMP_MOLES  ; mineral conc. mol/m3_aquifer
  4-     1000
   ...

Source code reading this keyword from Input files

FEM/rf_react_int.cpp line 312

 312:         cout << " Warning in REACTINT::Read - No valid keyword for $RESIDUAL (for equilibrium reaction input value)." << "\n";
 313:       in.clear();
 314:     }
 315:     if(line_string.find("$SOLID_SPECIES_DUMP_MOLES")!=string::npos) { // subkeyword found
 316: 	    in.str(GetLineFromFile1(rfd_file));
 317:       in >> this->ssp_outstep ;
 318:       dump_min_moles = true;

Last modified: 2016-01-21 13:49:05.385004

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.