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

Input file mcp keyword $ACENTRIC_FACTOR

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

GAS_FLOW/JTC/JT-Cooling_with_matrix/JTCooling.mcp

 18:  $ACENTRIC_FACTOR
 19-  0.228
   ...
 46:  $ACENTRIC_FACTOR
 47-  0.011
   ...
 74:  $ACENTRIC_FACTOR
 75-  0.04
   ...

GAS_FLOW/JTC/JT-Cooling_without_matrix/JTCooling.mcp

 18:  $ACENTRIC_FACTOR
 19-  0.228
   ...
 46:  $ACENTRIC_FACTOR
 47-  0.011
   ...
 74:  $ACENTRIC_FACTOR
 75-  0.04
   ...

Source code reading this keyword from Input files

FEM/rfmat_cp.cpp line 365

 365: 			in.clear();
 366: 		}
 367: 		//....................................................................
 368: 		if(line_string.find("$ACENTRIC_FACTOR") != std::string::npos)
 369: 		{
 370: 			in.str(GetLineFromFile1(rfd_file));
 371: 			in >> omega;

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

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.