Last modified 3 years ago
Last modified on 01/21/16 13:49:11
Input file mcp keyword $CRITICAL_TEMPERATURE
Description
TODO: Add description.
Parameters
TODO: Add parameters.
Documentation from doxygen
None.
Used in benchmarks
GAS_FLOW/JTC/JT-Cooling_with_matrix/JTCooling.mcp
12: $CRITICAL_TEMPERATURE 13- 304.2; critical temperature, in K ... 40: $CRITICAL_TEMPERATURE 41- 190.6; critical temperature, in K ... 68: $CRITICAL_TEMPERATURE 69- 126.1; critical temperature, in K ...
GAS_FLOW/JTC/JT-Cooling_without_matrix/JTCooling.mcp
12: $CRITICAL_TEMPERATURE 13- 304.2; critical temperature, in K ... 40: $CRITICAL_TEMPERATURE 41- 190.6; critical temperature, in K ... 68: $CRITICAL_TEMPERATURE 69- 126.1; critical temperature, in K ...
Source code reading this keyword from Input files
FEM/rfmat_cp.cpp line 358
358: } 359: //.................................................................... 360: // subkeyword found 361: if(line_string.find("$CRITICAL_TEMPERATURE") != std::string::npos) 362: { 363: in.str(GetLineFromFile1(rfd_file)); 364: in >> Tc;
Last modified: 2016-01-21 13:48:59.638533
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.