Last modified 3 years ago
Last modified on 01/21/16 13:49:14
Input file pcs keyword $SIMULATOR
-
Input file pcs keyword $SIMULATOR
- Documentation from doxygen
-
Used in benchmarks
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/ECLIPSE_DUMUX/1phase_radi …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/ECLIPSE_DUMUX/2phase_flow …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/ECLIPSE_DUMUX/2phase_flow …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/ECLIPSE_DUMUX/kinetic_CO2 …
- [[https://svn.ufz.de/ogs/browser/trunk/benchmarks/ECLIPSE_DUMUX/kinetic_CO2 …
- Source code reading this keyword from Input files
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
ECLIPSE_DUMUX/1phase_radialflow_1phase_transport/1pf_1pt.pcs
11: $SIMULATOR ; switch on usage of ECLIPSE or DuMux 12- ECLIPSE 13: $SIMULATOR_PATH ;eclipse exe path 14- C:\ecl\2012.1\bin\pc_x86_64\eclipse.exe 15: $SIMULATOR_MODEL_PATH 16- ./eclipse/ECL.DATA ...
ECLIPSE_DUMUX/2phase_flow_2phase_tracertransport/2pf_2pt.pcs
9: $SIMULATOR ; switch on usage of ECLIPSE or DuMux 10- ECLIPSE 11: $SIMULATOR_PATH ;eclipse exe path 12- C:\ecl\2012.1\bin\pc_x86_64\eclipse.exe 13: $SIMULATOR_MODEL_PATH 14- ./eclipse/ECL.DATA ...
ECLIPSE_DUMUX/2phase_flow_radialmodel/2pf_radialmodel.pcs
9: $SIMULATOR ; switch on usage of ECLIPSE or DuMux 10- ECLIPSE 11: $SIMULATOR_PATH ;eclipse exe path 12- C:\ecl\2012.1\bin\pc_x86_64\eclipse.exe 13: $SIMULATOR_MODEL_PATH 14- ./eclipse/ECL.DATA ...
ECLIPSE_DUMUX/kinetic_CO2phase_generation_E100/CO2phase_gen_E100.pcs
9: $SIMULATOR ; switch on usage of ECLIPSE or DuMux 10- ECLIPSE 11: $SIMULATOR_PATH ;eclipse exe path 12- C:\ecl\2012.1\bin\pc_x86_64\eclipse.exe 13: $SIMULATOR_MODEL_PATH 14- ./eclipse/ECL.DATA ...
ECLIPSE_DUMUX/kinetic_CO2phase_generation_E300/CO2phase_gen_E300.pcs
9: $SIMULATOR ; switch on usage of ECLIPSE or DuMux 10- ECLIPSE 11: $SIMULATOR_PATH ;eclipse exe path 12- C:\ecl\2012.1\bin\pc_x86_64\e300.exe 13: $SIMULATOR_MODEL_PATH 14- ./eclipse/ECL.DATA ...
Source code reading this keyword from Input files
FEM/rf_pcs.cpp line 2121
2121: continue; 2122: } 2123: //Interface to Eclipse and Dumux, BG, 09/2010 2124: // if(line_string.find("$SIMULATOR")!=string::npos) { //OK 2122: } 2123: //Interface to Eclipse and Dumux, BG, 09/2010 2124: // if(line_string.find("$SIMULATOR")!=string::npos) { //OK 2125: if(line_string.compare("$SIMULATOR") == 0) // BG, 09/2010, coupling to Eclipse and DuMux 2125: if(line_string.compare("$SIMULATOR") == 0) // BG, 09/2010, coupling to Eclipse and DuMux 2126: { 2126: { 2127: *pcs_file >> this->simulator; 2127: *pcs_file >> this->simulator; 2128: continue;
Last modified: 2016-01-21 13:49:05.042822
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.