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

Input file mfp keyword $EOS_TYPE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

GAS_FLOW/BHP/bhp.mfp

  7:  $EOS_TYPE
  8-  VTPR
   ...

GAS_FLOW/EoS/CO2/CO2.mfp

  7:  $EOS_TYPE
  8-  VTPR
   ...

GAS_FLOW/EoS/H2O/H2O.mfp

  7:  $EOS_TYPE
  8-  VTPR
   ...

GAS_FLOW/Gravity/Gravity.mfp

  7:  $EOS_TYPE
  8-  CONSTANT
   ...

GAS_FLOW/Leakage/Leakage.mfp

  7:  $EOS_TYPE
  8-  CONSTANT
   ...

GAS_FLOW/Plume/Plume.mfp

  7:  $EOS_TYPE
  8-  CONSTANT
   ...

GAS_FLOW/Tracertest/AdvDiff/advdiff.mfp

  7:  $EOS_TYPE
  8-  CONSTANT
   ...

GAS_FLOW/Tracertest/AdvDiffSorption/advdiffsorption.mfp

  7:  $EOS_TYPE
  8-  CONSTANT
   ...

GAS_FLOW/gas_flow/h_gas_line.mfp

  7:  $EOS_TYPE
  8-  CONSTANT
   ...

GAS_FLOW/nonisothermal_gas_flow/h_gas_line.mfp

  7:  $EOS_TYPE
  8-  CONSTANT
   ...

Source code reading this keyword from Input files

FEM/rf_mfp_new.cpp line 195

 195: 			continue;
 196: 		}
 197: 		//....................................................................
 198: 		if(line_string.find("$EOS_TYPE") != string::npos)
 199: 		{
 200: 			in.str(GetLineFromFile1(mfp_file));
 201: 			in >> eos_name; //sub_line

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

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.