Last modified 3 years ago
Last modified on 01/21/16 13:49:13
Input file mmp keyword $PERMEABILITY_FUNCTION_STRESS
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
None.
Source code reading this keyword from Input files
FEM/rf_mmp_new.cpp line 1210
1210: //12.4 PERMEABILITY_FUNCTION_STRESS 1211: //------------------------------------------------------------------------ 1212: //subkeyword found 1213: if(line_string.find("$PERMEABILITY_FUNCTION_STRESS") != std::string::npos) 1214: { 1215: in.str(GetLineFromFile1(mmp_file)); 1216: in >> permeability_stress_mode; 1369: //WW 1370: if(line_string.find("$PERMEABILITY_FUNCTION_VELOCITY") != std::string::npos) 1371: { 1372: //WW if(line_string.find("$PERMEABILITY_FUNCTION_STRESS")!=string::npos) { //subkeyword found 1373: in.str(GetLineFromFile1(mmp_file)); 1374: in >> permeability_model; 1375: switch(permeability_model)
Last modified: 2016-01-21 13:48:59.530152
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.