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

Input file rei keyword $MOL_PER

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/ChemAppCoupling/Wagrien_BatchEqui_PVLE_CAP/wagrien_1D.rei

  3:    $MOL_PER
  4-     VOLUME    ; WEIGHT ;
   ...

C/ChemAppCoupling/slow_kin_cap_act_precalc/cmp8.rei

  3:   $MOL_PER
  4-    VOLUME    ;   WEIGHT ;
   ...

C/Engesgaard/2Kin/slow_kin_pqc/pds.rei

  3:   $MOL_PER
  4-    VOLUME    ; WEIGHT
   ...

C/Engesgaard/2Kin/slow_kin_pqc_krc/pds.rei

  3:   $MOL_PER
  4-    VOLUME    ; WEIGHT
   ...

C/Engesgaard/Additional_pqc_output/pds.rei

  3:   $MOL_PER
  4-    VOLUME    ; WEIGHT
   ...

C/Engesgaard/Kin/fast_kin_pqc/pds.rei

  3:   $MOL_PER
  4-    VOLUME    ; WEIGHT
   ...

C/Engesgaard/Kin/fast_kin_pqc_krc/pds.rei

  3:   $MOL_PER
  4-    VOLUME    ; WEIGHT
   ...

C/Engesgaard/Kin/slow_kin_pqc/pds.rei

  3:   $MOL_PER
  4-    VOLUME    ; WEIGHT
   ...

C/Engesgaard/Kin/slow_kin_pqc_krc/pds.rei

  3:   $MOL_PER
  4-    VOLUME    ; WEIGHT
   ...

C/Engesgaard/equi/calcite_pqc_volume/pds.rei

  3:   $MOL_PER
  4-    VOLUME    ; WEIGHT
   ...

C/Engesgaard/equi/calcite_pqc_weight/pds.rei

  3:   $MOL_PER
  4-    WEIGHT ; VOLUME    ;
   ...

C/Poro-Perm_Update/Lagneau_Batch/pds.rei

  3:   $MOL_PER
  4-    VOLUME    ;   WEIGHT ;
   ...

C/Poro-Perm_Update/Lagneau_Diffusion/pds.rei

  3:   $MOL_PER
  4-    VOLUME    ;   WEIGHT ;
   ...

C/Poro-Perm_Update/calcite_vol/cmp8_Ca.rei

  3:   $MOL_PER
  4-    VOLUME    ; WEIGHT
   ...

C/Poro-Perm_Update/calcite_weight/cmp8_Ca.rei

 10:   $MOL_PER
 11-    VOLUME    ; WEIGHT
   ...

Source code reading this keyword from Input files

FEM/rf_react_int.cpp line 204

 204:     }
 205: 	  /* Keywords nacheinander durchsuchen */
 206:     //....................................................................
 207:     if(line_string.find("$MOL_PER")!=string::npos) { // subkeyword found
 208: 	  in.str(GetLineFromFile1(rfd_file));
 209:       in >> dummystring ;
 210:       if(dummystring.compare("VOLUME")==0)

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

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.