Last modified 3 years ago
Last modified on 01/21/16 13:49:09
Input file bc keyword $PRESSURE_AS_HEAD
-
Input file bc keyword $PRESSURE_AS_HEAD
- Documentation from doxygen
-
Used in benchmarks
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/DENSITY-DEPENDENT_FLOW/go …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/DENSITY-DEPENDENT_FLOW/go …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/H_us/Darcy/unconf_WO_rch/ …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/H_us/Darcy/unconf_W_rch/u …
- Source code reading this keyword from Input files
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
DENSITY-DEPENDENT_FLOW/goswami-clement/constrBC_PressAsHead_tri/HM.bc
12: $PRESSURE_AS_HEAD ;default case is 0, ie use density from simulation 13- 0 ... 23: $PRESSURE_AS_HEAD ;use given density for p=rho*g*(h-z) 24- 1 1026 ...
DENSITY-DEPENDENT_FLOW/goswami-clement/wholeBC_PressAsHead_tri/HM.bc
12: $PRESSURE_AS_HEAD ;default case is 0, ie use density from simulation 13- 0 ... 23: $PRESSURE_AS_HEAD ;use given density for p=rho*g*(h-z) 24- 1 1026 ...
H_us/Darcy/unconf_WO_rch/unconf.bc
20: $PRESSURE_AS_HEAD 21- 0 ...
H_us/Darcy/unconf_W_rch/unconf.bc
20: $PRESSURE_AS_HEAD 21- 0 ...
Source code reading this keyword from Input files
FEM/rf_bc_new.cpp line 522
522: in.clear(); 523: } 524: //.................................................................... 525: if (line_string.find("$PRESSURE_AS_HEAD") != std::string::npos) 526: { 527: in.str(readNonBlankLineFromInputStream(*bc_file)); 528: in >> _pressure_as_head_model; // 0 -> calc pressure from density; 1 -> calc pressure from *given* density
Last modified: 2016-01-21 13:49:05.492072
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.