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

Input file mcp keyword $FLUID_PHASE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

GAS_FLOW/JTC/JT-Cooling_with_matrix/JTCooling.mcp

  6:  $FLUID_PHASE
  7-  0; index of the MFP vector for composition
   ...
 34:  $FLUID_PHASE
 35-  0; index of the MFP vector for composition
   ...
 62:  $FLUID_PHASE
 63-  0; index of the MFP vector for composition
   ...

GAS_FLOW/JTC/JT-Cooling_without_matrix/JTCooling.mcp

  6:  $FLUID_PHASE
  7-  0; index of the MFP vector for composition
   ...
 34:  $FLUID_PHASE
 35-  0; index of the MFP vector for composition
   ...
 62:  $FLUID_PHASE
 63-  0; index of the MFP vector for composition
   ...

T2HC/Convection_2D/conv_2D_cart.mcp

  7:  $FLUID_PHASE
  8-  0
   ...
 21:  $FLUID_PHASE
 22-  0
   ...

T2HC/Convection_2D_axi/conv_2D_axi.mcp

  7:  $FLUID_PHASE
  8-  0
   ...
 21:  $FLUID_PHASE
 22-  0
   ...

T2HC/friction/Friction_test.mcp

  7:  $FLUID_PHASE
  8-  0
   ...
 21:  $FLUID_PHASE
 22-  0
   ...

T2HC/heat_of_reaction/reaction_heat.mcp

  7:  $FLUID_PHASE
  8-  0
   ...
 21:  $FLUID_PHASE
 22-  0
   ...

T2HC/heat_transfer/heat_transfer.mcp

  7:  $FLUID_PHASE
  8-  0
   ...
 21:  $FLUID_PHASE
 22-  0
   ...

TES/Convection_2D/conv_2D_cart.mcp

  7:  $FLUID_PHASE
  8-  0
   ...
 21:  $FLUID_PHASE
 22-  0
   ...

TES/Convection_2D_axi/conv_2D_axi.mcp

  7:  $FLUID_PHASE
  8-  0
   ...
 21:  $FLUID_PHASE
 22-  0
   ...

TES/friction/Friction_test.mcp

  7:  $FLUID_PHASE
  8-  0
   ...
 21:  $FLUID_PHASE
 22-  0
   ...

TES/heat_of_reaction/reaction_heat.mcp

  7:  $FLUID_PHASE
  8-  0
   ...
 21:  $FLUID_PHASE
 22-  0
   ...

Source code reading this keyword from Input files

FEM/rfmat_cp.cpp line 323

 323: 		}
 324: 		//....................................................................
 325: 		// subkeyword found
 326: 		if(line_string.find("$FLUID_PHASE") != std::string::npos)
 327: 		{
 328: 			in.str(GetLineFromFile1(rfd_file));
 329: 			in >> fluid_phase;

Last modified: 2016-01-21 13:48:59.538467

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.