Last modified 3 years ago
Last modified on 01/21/16 13:49:11
Input file mcp keyword $MINERAL_DENSITY
-
Input file mcp keyword $MINERAL_DENSITY
- Documentation from doxygen
-
Used in benchmarks
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/ChemAppCoupling/Wagrien …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/Poro-Perm_Update/Lagnea …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/Poro-Perm_Update/Lagnea …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/Poro-Perm_Update/calcit …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/Poro-Perm_Update/calcit …
- Source code reading this keyword from Input files
Description
This keyword defines the weight in kg of one m3 of substance. Required for mineral precipitation/dissolution.
Parameters
double mineral density
Documentation from doxygen
None.
Used in benchmarks
C/ChemAppCoupling/Wagrien_BatchEqui_PVLE_CAP/wagrien_1D.mcp
136: $MINERAL_DENSITY 137- 2420 ... 147: $MINERAL_DENSITY 148- 2980 ... 158: $MINERAL_DENSITY 159- 3030 ... 169: $MINERAL_DENSITY 170- 2650 ... 180: $MINERAL_DENSITY 181- 2510 ... 191: $MINERAL_DENSITY 192- 3220 ... 202: $MINERAL_DENSITY 203- 2620 ... 213: $MINERAL_DENSITY 214- 2630 ... 224: $MINERAL_DENSITY 225- 2560 ... 235: $MINERAL_DENSITY 236- 2820 ... 246: $MINERAL_DENSITY 247- 2710 ... 257: $MINERAL_DENSITY 258- 2840 ... 268: $MINERAL_DENSITY 269- 2730 ... 279: $MINERAL_DENSITY 280- 2960 ... 290: $MINERAL_DENSITY 291- 5300 ... 301: $MINERAL_DENSITY 302- 3870 ... 312: $MINERAL_DENSITY 313- 4390 ... 323: $MINERAL_DENSITY 324- 5010 ...
C/Poro-Perm_Update/Lagneau_Batch/pds.mcp
21: $MINERAL_DENSITY 22- 1000 ;g/cm ...
C/Poro-Perm_Update/Lagneau_Diffusion/pds.mcp
21: $MINERAL_DENSITY 22- 1000 ;g/cm ...
C/Poro-Perm_Update/calcite_vol/cmp8_Ca.mcp
50: $MINERAL_DENSITY 51- 2710 ;kg/m3 ...
C/Poro-Perm_Update/calcite_weight/cmp8_Ca.mcp
53: $MINERAL_DENSITY 54- 2710 ;g/cm3 ... 67: $MINERAL_DENSITY 68- $SOLUTE ...
Source code reading this keyword from Input files
FEM/rfmat_cp.cpp line 394
394: in.clear(); 395: } 396: //.................................................................... 397: if(line_string.find("$MINERAL_DENSITY")!=std::string::npos) { // subkeyword found [g/cm3]:AB 398: in.str(GetLineFromFile1(rfd_file)); 399: in >> mineral_density; 400: in.clear();
Last modified: 2016-01-21 13:48:59.633144
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.