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

Input file mfp keyword $DIFFUSION

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

GAS_FLOW/BHP/bhp.mfp

 30:  $DIFFUSION
 31-  15 0 0
   ...

GAS_FLOW/EoS/CO2/CO2.mfp

 30:  $DIFFUSION
 31-  1 1.0e-06
   ...

GAS_FLOW/EoS/H2O/H2O.mfp

 30:  $DIFFUSION
 31-  1 1.0e-08
   ...

GAS_FLOW/Leakage/Leakage.mfp

 30:  $DIFFUSION
 31-  15 0 0
   ...

GAS_FLOW/Plume/Plume.mfp

 30:  $DIFFUSION
 31-  1 1.477e-09
   ...

GAS_FLOW/Tracertest/AdvDiff/advdiff.mfp

 30:  $DIFFUSION
 31-  1 1.0e-06
   ...

GAS_FLOW/Tracertest/AdvDiffSorption/advdiffsorption.mfp

 30:  $DIFFUSION
 31-  1 1.0e-06
   ...

Source code reading this keyword from Input files

FEM/rf_mfp_new.cpp line 647

 647: 			continue;
 648: 		}
 649: 		//....................................................................
 650: 		if(line_string.find("$DIFFUSION") != string::npos)
 651: 		{
 652: 			in.str(GetLineFromFile1(mfp_file));
 653: 			in >> diffusion_model; //sub_line 1 for first phase

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

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.