wiki:public/doc-auto/by_ext/pcs/S_simulator_path
Last modified 3 years ago Last modified on 01/21/16 13:49:14

Input file pcs keyword $SIMULATOR_PATH

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

ECLIPSE_DUMUX/1phase_radialflow_1phase_transport/1pf_1pt.pcs

 13:   $SIMULATOR_PATH  ;eclipse exe path
 14-    C:\ecl\2012.1\bin\pc_x86_64\eclipse.exe
   ...

ECLIPSE_DUMUX/2phase_flow_2phase_tracertransport/2pf_2pt.pcs

 11:   $SIMULATOR_PATH  ;eclipse exe path
 12-    C:\ecl\2012.1\bin\pc_x86_64\eclipse.exe
   ...

ECLIPSE_DUMUX/2phase_flow_radialmodel/2pf_radialmodel.pcs

 11:   $SIMULATOR_PATH  ;eclipse exe path
 12-    C:\ecl\2012.1\bin\pc_x86_64\eclipse.exe
   ...

ECLIPSE_DUMUX/kinetic_CO2phase_generation_E100/CO2phase_gen_E100.pcs

 11:   $SIMULATOR_PATH  ;eclipse exe path
 12-    C:\ecl\2012.1\bin\pc_x86_64\eclipse.exe
   ...

ECLIPSE_DUMUX/kinetic_CO2phase_generation_E300/CO2phase_gen_E300.pcs

 11:   $SIMULATOR_PATH  ;eclipse exe path
 12-    C:\ecl\2012.1\bin\pc_x86_64\e300.exe
   ...

Source code reading this keyword from Input files

FEM/rf_pcs.cpp line 2127

2127: 			*pcs_file >> this->simulator;
2128: 			continue;
2129: 		}
2130: 		if(line_string.find("$SIMULATOR_PATH") == 0) // BG, 09/2010, coupling to Eclipse and DuMux
2131: 		{
2132: 			*pcs_file >> this->simulator_path;
2133: 			continue;

Last modified: 2016-01-21 13:49:05.123961

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.