Last modified 3 years ago
Last modified on 01/21/16 13:49:12
Input file mmp keyword $PERMEABILITY_DISTRIBUTION
-
Input file mmp keyword $PERMEABILITY_DISTRIBUTION
- Documentation from doxygen
-
Used in benchmarks
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/hetk+n+restart/2D1P_tra …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/C/matrix_diffusion/OGS_vs …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/H/HetGWFlow/2D/2D1P-GWFlo …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/H/HetGWFlow/3D/3D_HGW.mmp …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/RWPT/HomoCube/3DRWPTCubTe …
- Source code reading this keyword from Input files
Description
The keyword $PERMEABILITY_DISTRIBUTION enables the element-wise definition of permeability. This is realized by a permeability file, in which the element number and the relevant permeability value is given.
Parameters
int
The file number of the permeability file should be given.
Documentation from doxygen
None.
Used in benchmarks
C/hetk+n+restart/2D1P_transport.mmp
15: $PERMEABILITY_DISTRIBUTION 16- _het_k.dat ...
C/matrix_diffusion/OGS_vs_PICNIC/mdif.mmp
15: $PERMEABILITY_DISTRIBUTION 16- permeabilities.txt ...
H/HetGWFlow/2D/2D1P-GWFlow.mmp
13: $PERMEABILITY_DISTRIBUTION 14- K_field_sorted ...
H/HetGWFlow/3D/3D_HGW.mmp
13: $PERMEABILITY_DISTRIBUTION 14- K_field_sorted ...
RWPT/HomoCube/3DRWPTCubTet.mmp
17: $PERMEABILITY_DISTRIBUTION 18- K_field_sorted
Source code reading this keyword from Input files
FEM/rf_mmp_new.cpp line 1766
1766: indexChWin = indexChLinux = 0; 1767: std::string funfname; 1768: //subkeyword found 1769: if(line_string.find("$PERMEABILITY_DISTRIBUTION") != std::string::npos) 1770: { 1771: in.str(GetLineFromFile1(mmp_file)); 1772: in >> permeability_file;
Last modified: 2016-01-21 13:48:59.420480
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.