wiki:public/doc-auto/by_ext/krc/S_sorption_type
Last modified 3 years ago Last modified on 01/21/16 13:49:10

Input file krc keyword $SORPTION_TYPE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/1d_TCEaufEisen/1d_TCE_Ion.krc

129:   $SORPTION_TYPE
130-  	langmuir;
   ...
141:   $SORPTION_TYPE
142-  	langmuir;
   ...
153:   $SORPTION_TYPE
154-  	langmuir;
   ...
165:   $SORPTION_TYPE
166-  	langmuir;
   ...
177:   $SORPTION_TYPE
178-  	langmuir;
   ...
189:   $SORPTION_TYPE
190-  	langmuir;
   ...
201:   $SORPTION_TYPE
202-  	langmuir;
   ...
213:   $SORPTION_TYPE
214-  	langmuir;
   ...

C/1d_xylene_degradation/h2_line.krc

 67:   $SORPTION_TYPE
 68-     linear ;
   ...

Source code reading this keyword from Input files

FEM/rf_kinreact.cpp line 1932

1932: 		}
1933: 		//....................................................................
1934: 		// subkeyword found
1935: 		if (line_string.find("$SORPTION_TYPE") != string::npos)
1936: 		{
1937: 			in.str(GetLineFromFile1(rfd_file));
1938: 			in >> exType;

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

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.