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

Input file mcp keyword $CRITICAL_PRESSURE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

GAS_FLOW/JTC/JT-Cooling_with_matrix/JTCooling.mcp

 10:  $CRITICAL_PRESSURE
 11-  7.382e+006; critical pressure, in Pa
   ...
 38:  $CRITICAL_PRESSURE
 39-  4.604e+006; critical pressure, in Pa
   ...
 66:  $CRITICAL_PRESSURE
 67-  3.394e+006; critical pressure, in Pa
   ...

GAS_FLOW/JTC/JT-Cooling_without_matrix/JTCooling.mcp

 10:  $CRITICAL_PRESSURE
 11-  7.382e+006; critical pressure, in Pa
   ...
 38:  $CRITICAL_PRESSURE
 39-  4.604e+006; critical pressure, in Pa
   ...
 66:  $CRITICAL_PRESSURE
 67-  3.394e+006; critical pressure, in Pa
   ...

Source code reading this keyword from Input files

FEM/rfmat_cp.cpp line 350

 350: 		}
 351: 		//....................................................................
 352: 		// subkeyword found
 353: 		if(line_string.find("$CRITICAL_PRESSURE") != std::string::npos)
 354: 		{
 355: 			in.str(GetLineFromFile1(rfd_file));
 356: 			in >> pc;

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

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.