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

Input file pcs keyword $SAVE_ECLIPSE_DATA_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

 10:   $SAVE_ECLIPSE_DATA_FILES
 11-   $SIMULATOR ; switch on usage of ECLIPSE or DuMux
   ...

ECLIPSE_DUMUX/2phase_flow_2phase_tracertransport/2pf_2pt.pcs

  8:   $SAVE_ECLIPSE_DATA_FILES
  9-   $SIMULATOR ; switch on usage of ECLIPSE or DuMux
   ...

ECLIPSE_DUMUX/2phase_flow_radialmodel/2pf_radialmodel.pcs

  8:    $SAVE_ECLIPSE_DATA_FILES
  9-    $SIMULATOR ; switch on usage of ECLIPSE or DuMux
   ...

ECLIPSE_DUMUX/kinetic_CO2phase_generation_E100/CO2phase_gen_E100.pcs

  8:   $SAVE_ECLIPSE_DATA_FILES
  9-   $SIMULATOR ; switch on usage of ECLIPSE or DuMux
   ...

ECLIPSE_DUMUX/kinetic_CO2phase_generation_E300/CO2phase_gen_E300.pcs

  8:   $SAVE_ECLIPSE_DATA_FILES
  9-   $SIMULATOR ; switch on usage of ECLIPSE or DuMux
   ...

Source code reading this keyword from Input files

FEM/rf_pcs.cpp line 2145

2145: 			continue;
2146: 		}
2147: 		// WTP, 04/2013, coupling to Eclipse (save data files)
2148: 		if(line_string.find("$SAVE_ECLIPSE_DATA_FILES") == 0)
2149: 		{
2150: 			this->SaveEclipseDataFiles = true;
2151: 			continue;

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

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.