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

Input file mfp keyword $COMPONENTS

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

GAS_FLOW/BHP/bhp.mfp

  5:  $COMPONENTS
  6-  2 CARBON1 WATER1
   ...

GAS_FLOW/EoS/CO2/CO2.mfp

  5:  $COMPONENTS
  6-  1 CARBON1
   ...

GAS_FLOW/EoS/H2O/H2O.mfp

  5:  $COMPONENTS
  6-  1 WATER1
   ...

GAS_FLOW/Gravity/Gravity.mfp

  5:  $COMPONENTS
  6-  0
   ...

GAS_FLOW/Leakage/Leakage.mfp

  5:  $COMPONENTS
  6-  2 CARBON1 WATER1
   ...

GAS_FLOW/Plume/Plume.mfp

  5:  $COMPONENTS
  6-  1 WATER1
   ...

GAS_FLOW/Tracertest/AdvDiff/advdiff.mfp

  5:  $COMPONENTS
  6-  1 WATER1
   ...

GAS_FLOW/Tracertest/AdvDiffSorption/advdiffsorption.mfp

  5:  $COMPONENTS
  6-  1 WATER1
   ...

GAS_FLOW/gas_flow/h_gas_line.mfp

  5:  $COMPONENTS
  6-  0
   ...

GAS_FLOW/nonisothermal_gas_flow/h_gas_line.mfp

  5:  $COMPONENTS
  6-  0
   ...

Source code reading this keyword from Input files

FEM/rf_mfp_new.cpp line 176

 176: 		}
 177: 		//....................................................................
 178: 		// AKS
 179: 		if(line_string.find("$COMPONENTS") != string::npos)
 180: 		{
 181: 			in.str(GetLineFromFile1(mfp_file));
 182: 			in >> cmpN >> cmpNm1 >> cmpNm2 >> cmpNm3 >> cmpNm4; //get up to four component

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

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.