wiki:public/doc-auto/by_ext/mcp/S_valence
Last modified 3 years ago Last modified on 01/21/16 13:49:11

Input file mcp keyword $VALENCE

Description

charge (valence) of the component or aqueous complex. Required for calculation of ionic strength and activity.

Parameters

double valence

Documentation from doxygen

None.

Used in benchmarks

C/ChemAppCoupling/slow_kin_cap_act_precalc/cmp8.mcp

 11:   $VALENCE
 12-    1
   ...
 18:   $VALENCE
 19-    -1
   ...
 25:   $VALENCE
 26-    -1
   ...
 33:   $VALENCE
 34-    -2
   ...
 46:   $VALENCE
 47-    2
   ...
 54:   $VALENCE
 55-    2
   ...
 61:   $VALENCE
 62-    -1
   ...
 68:   $VALENCE
 69-    1
   ...
 75:   $VALENCE
 76-    1
   ...
 87:   $VALENCE
 88-    1
   ...
 99:   $VALENCE
100-    1
   ...

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

  8:   $VALENCE
  9-    -2
   ...
 17:   $VALENCE
 18-    +2
   ...
 26:   $VALENCE
 27-    +2
   ...
 35:   $VALENCE
 36-    -1
   ...
 59:   $VALENCE
 60-    -2
   ...

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

  8:   $VALENCE
  9-    -2
   ...
 17:   $VALENCE
 18-    +2
   ...
 26:   $VALENCE
 27-    +2
   ...
 35:   $VALENCE
 36-    -1
   ...
 60:   $VALENCE
 61-    +1
   ...
 69:   $VALENCE
 70-    -2
   ...

C/Engesgaard/Additional_pqc_output/pds.mcp

  8:   $VALENCE
  9-    -2
   ...
 17:   $VALENCE
 18-    +2
   ...
 26:   $VALENCE
 27-    +2
   ...
 35:   $VALENCE
 36-    -1
   ...
 60:   $VALENCE
 61-    +1
   ...
 69:   $VALENCE
 70-    -2
   ...
 78:   $VALENCE
 79-    -1
   ...

C/Engesgaard/Kin/fast_kin_pqc/pds.mcp

  8:   $VALENCE
  9-    -2
   ...
 17:   $VALENCE
 18-    +2
   ...
 26:   $VALENCE
 27-    +2
   ...
 35:   $VALENCE
 36-    -1
   ...

C/Engesgaard/Kin/fast_kin_pqc_krc/pds.mcp

  8:   $VALENCE
  9-    -2
   ...
 17:   $VALENCE
 18-    +2
   ...
 26:   $VALENCE
 27-    +2
   ...
 35:   $VALENCE
 36-    -1
   ...
 60:   $VALENCE
 61-    +1
   ...
 69:   $VALENCE
 70-    -2
   ...

C/Engesgaard/Kin/slow_kin_pqc/pds.mcp

  8:   $VALENCE
  9-    -2
   ...
 17:   $VALENCE
 18-    +2
   ...
 26:   $VALENCE
 27-    +2
   ...
 35:   $VALENCE
 36-    -1
   ...
 59:   $VALENCE
 60-    -2
   ...

C/Engesgaard/Kin/slow_kin_pqc_krc/pds.mcp

  8:   $VALENCE
  9-    -2
   ...
 17:   $VALENCE
 18-    +2
   ...
 26:   $VALENCE
 27-    +2
   ...
 35:   $VALENCE
 36-    -1
   ...
 60:   $VALENCE
 61-    +1
   ...
 69:   $VALENCE
 70-    -2
   ...

Source code reading this keyword from Input files

FEM/rfmat_cp.cpp line 609

 609: 		}
 610:  //....................................................................
 611:  // parameters for MINERAL KINETICS CB0410
 612: 	if(line_string.find("$VALENCE")!=std::string::npos) { // subkeyword found
 613: 	  in.str(GetLineFromFile1(rfd_file));
 614:       in >> valence;
 615: 	  in.clear();

Last modified: 2016-01-21 13:48:59.550635

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.