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

Input file pcs keyword $APP_TYPE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

RWPT/Harter/colloid_t.pcs

  5:   $APP_TYPE
  6-    2       ; for sorption-desorption and decay processes
   ...
 13:   $APP_TYPE
 14-    2
   ...
 21:   $APP_TYPE
 22-    2
   ...

Source code reading this keyword from Input files

FEM/rf_pcs.cpp line 1970

1970: 		}
1971: 		//....................................................................
1972: 		// subkeyword found
1973: 		if (line_string.find("$APP_TYPE") != string::npos)
1974: 		{
1975: 			*pcs_file >> rwpt_app;
1976: 			pcs_file->ignore(MAX_ZEILE, '\n');

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

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.