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

Input file mcp keyword $MOL_MASS

Description

This keyword sets the molar mass of the current component.

Parameters

(double) The molar mass in kg/mol.

Documentation from doxygen

None.

Used in benchmarks

GAS_FLOW/JTC/JT-Cooling_with_matrix/JTCooling.mcp

  8:  $MOL_MASS
  9-  44.0; molecular mass, in kg/kmol
   ...
 36:  $MOL_MASS
 37-  16.0; molecular mass, in kg/kmol
   ...
 64:  $MOL_MASS
 65-  46.0; molecular mass, in kg/kmol
   ...

GAS_FLOW/JTC/JT-Cooling_without_matrix/JTCooling.mcp

  8:  $MOL_MASS
  9-  44.0; molecular mass, in kg/kmol
   ...
 36:  $MOL_MASS
 37-  16.0; molecular mass, in kg/kmol
   ...
 64:  $MOL_MASS
 65-  46.0; molecular mass, in kg/kmol
   ...

T2HC/Convection_2D/conv_2D_cart.mcp

 13:  $MOL_MASS
 14-  0.028
   ...
 27:  $MOL_MASS
 28-  0.018
   ...

T2HC/Convection_2D_axi/conv_2D_axi.mcp

 13:  $MOL_MASS
 14-  0.028
   ...
 27:  $MOL_MASS
 28-  0.018
   ...

T2HC/friction/Friction_test.mcp

 13:  $MOL_MASS
 14-  0.028
   ...
 27:  $MOL_MASS
 28-  0.018
   ...

T2HC/heat_of_reaction/reaction_heat.mcp

 13:  $MOL_MASS
 14-  0.028
   ...
 27:  $MOL_MASS
 28-  0.018
   ...

T2HC/heat_transfer/heat_transfer.mcp

 13:  $MOL_MASS
 14-  0.028
   ...
 27:  $MOL_MASS
 28-  0.018
   ...

TES/Convection_2D/conv_2D_cart.mcp

 13:  $MOL_MASS
 14-  0.028
   ...
 27:  $MOL_MASS
 28-  0.018
   ...

TES/Convection_2D_axi/conv_2D_axi.mcp

 13:  $MOL_MASS
 14-  0.028
   ...
 27:  $MOL_MASS
 28-  0.018
   ...

TES/friction/Friction_test.mcp

 13:  $MOL_MASS
 14-  0.028
   ...
 27:  $MOL_MASS
 28-  0.018
   ...

TES/heat_of_reaction/reaction_heat.mcp

 13:  $MOL_MASS
 14-  0.028
   ...
 27:  $MOL_MASS
 28-  0.018
   ...

Source code reading this keyword from Input files

FEM/rfmat_cp.cpp line 342

 342: 		}
 343: 		//....................................................................
 344: 		// subkeyword found
 345: 		if(line_string.find("$MOL_MASS") != std::string::npos)
 346: 		{
 347: 			in.str(GetLineFromFile1(rfd_file));
 348: 			in >> molar_mass;

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

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.