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

Input file mfp keyword $DECAY

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

GAS_FLOW/BHP/bhp.mfp

 28:  $DECAY
 29-  1 0 0
   ...

GAS_FLOW/EoS/CO2/CO2.mfp

 28:  $DECAY
 29-  1 0 0
   ...

GAS_FLOW/EoS/H2O/H2O.mfp

 28:  $DECAY
 29-  1 0 0
   ...

GAS_FLOW/Leakage/Leakage.mfp

 28:  $DECAY
 29-  1 0 0
   ...

GAS_FLOW/Plume/Plume.mfp

 28:  $DECAY
 29-  1 0
   ...

GAS_FLOW/Tracertest/AdvDiff/advdiff.mfp

 28:  $DECAY
 29-  1 0.0
   ...

GAS_FLOW/Tracertest/AdvDiffSorption/advdiffsorption.mfp

 28:  $DECAY
 29-  1 0.0
   ...

Source code reading this keyword from Input files

FEM/rf_mfp_new.cpp line 658

 658: 			in.clear();
 659: 		}
 660: 		//....................................................................
 661: 		if(line_string.find("$DECAY") != string::npos)
 662: 		{
 663: 			in.str(GetLineFromFile1(mfp_file));
 664: 			in >> decay_model >> lambda[0] >> lambda[1] >> lambda[2] >> lambda[3];

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

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.