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

Input file krc keyword $REACTION_DEACTIVATION

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

C/ReactDeact/1D_isofrac_deac1/1d_isofrac.krc

 16:   $REACTION_DEACTIVATION
 17-    1   1e-22  1 RELATIVE   1e-5    ; ReactDeactMode ReactDeactEpsilon  tecplotflag
   ...

C/ReactDeact/1D_isofrac_deac1/1d_isofrac_AS.krc

 16:   $REACTION_DEACTIVATION
 17-     1   1e-22  1 RELATIVE   1e-5    ; ReactDeactMode ReactDeactEpsilon  tecplotflag
   ...

C/ReactDeact/1D_isofrac_deac2/1d_isofrac.krc

 16:   $REACTION_DEACTIVATION
 17-     2   1e-15  1 RELATIVE   1e-5    ; ReactDeactMode ReactDeactEpsilon  tecplotflag
   ...

C/ReactDeact/1D_isofrac_deac2/1d_isofrac_AS.krc

 16:   $REACTION_DEACTIVATION
 17-     2   1e-15  1 RELATIVE   1e-5    ; ReactDeactMode ReactDeactEpsilon  tecplotflag
   ...

C/ReactDeact/1D_isofrac_deac3/1d_isofrac.krc

 16:   $REACTION_DEACTIVATION
 17-     3   1e-14  1 RELATIVE   1e-4    ; ReactDeactMode ReactDeactEpsilon  tecplotflag
   ...

C/ReactDeact/1D_isofrac_deac3/1d_isofrac_AS.krc

 16:   $REACTION_DEACTIVATION
 17-     3   1e-14  1 RELATIVE   1e-4    ; ReactDeactMode ReactDeactEpsilon  tecplotflag
   ...

C/ReactDeact/FG_3ports_deac_3/rt1.krc

 15:   $REACTION_DEACTIVATION
 16-    3   1e-6  1 RELATIVE   1e-5    ; ReactDeactMode ReactDeactEpsilon  tecplotflag
   ...

Source code reading this keyword from Input files

FEM/rf_kinreact.cpp line 3363

3363:   		}
3364:     //....................................................................
3365:                                                 // subkeyword found
3366: 		if (line_string.find("$REACTION_DEACTIVATION") != string::npos)
3367: 		{
3368:        in.str(GetLineFromFile1(rfd_file));
3369:        in >> ReactDeactMode >> ReactDeactEpsilon >> ReactDeactPlotFlag >> dummy >> ReactDeactCThresh ;

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

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.