Input file mmp keyword $UNCONFINED
-
Input file mmp keyword $UNCONFINED
- Documentation from doxygen
-
Used in benchmarks
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/GROUNDWATER_FLOW/q_hex.mm …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/GROUNDWATER_FLOW/q_quad.m …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/GROUNDWATER_FLOW/riv1_hex …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/GROUNDWATER_FLOW/riv1_pri …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/GROUNDWATER_FLOW/riv1_qua …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/GROUNDWATER_FLOW/riv2_hex …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/GROUNDWATER_FLOW/uc_pris. …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/GROUNDWATER_FLOW/uc_quad. …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/GROUNDWATER_FLOW/uc_tri.m …
- Source code reading this keyword from Input files
Description
This keyword enables the switch between two alternative approaches to simulate the groundwater flow processes in a confined aquifer, i.e. with moving mesh or fixed mesh. The former is suitable for homogeneous case, whereas the latter is also suitable for inhomogeneous case. This keyword can be used for the simulation of groundwater flow in unconfined aquifer.
Parameters
int
The value is 1 for moving grid (which is the case for the example given below), whereas 2 indicates fixed grid.
Examples
uc_quad.mmp
#MEDIUM_PROPERTIES . . . $UNCONFINED 1 . . . . #STOP
Documentation from doxygen
None.
Used in benchmarks
GROUNDWATER_FLOW/q_hex.mmp
18: $UNCONFINED
GROUNDWATER_FLOW/q_quad.mmp
18: $UNCONFINED 19- ...
GROUNDWATER_FLOW/riv1_hex.mmp
18: $UNCONFINED
GROUNDWATER_FLOW/riv1_pris.mmp
18: $UNCONFINED
GROUNDWATER_FLOW/riv1_quad.mmp
18: $UNCONFINED 19- ...
GROUNDWATER_FLOW/riv2_hex.mmp
18: $UNCONFINED
GROUNDWATER_FLOW/uc_pris.mmp
11: $UNCONFINED 12- 1 ...
GROUNDWATER_FLOW/uc_quad.mmp
13: $UNCONFINED 14- 1 ...
GROUNDWATER_FLOW/uc_tri.mmp
11: $UNCONFINED 12- 1 ...
Source code reading this keyword from Input files
FEM/rf_mmp_new.cpp line 840
840: } 841: 842: //subkeyword found 843: if(line_string.find("$UNCONFINED") != string::npos) 844: { 845: //unconfined_flow_group = 1; 846: in.str(GetLineFromFile1(mmp_file));
Last modified: 2016-01-21 13:48:59.385949
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.