wiki:public/doc-auto/by_ext/mfp/S_temperature
Last modified 3 years ago Last modified on 01/21/16 13:49:12

Input file mfp keyword $TEMPERATURE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

THM/deco_2015_b2s1/deco_b2s1.mfp

 12:  $TEMPERATURE
 13-    273.15      ; T_0 (Reference Temperature) (used for density calculation as T_0)
   ...

Source code reading this keyword from Input files

FEM/rf_mfp_new.cpp line 409

 409: 			in.clear();
 410: 			continue;
 411: 		}
 412: 		if(line_string.find("$TEMPERATURE") != string::npos) // subkeyword found 11/2010, BG, NB, DL, SB
 413: 		{
 414: 			in.str(GetLineFromFile1(mfp_file));
 415: 			in >> T_0 >> T_0;

Last modified: 2016-01-21 13:49:05.863608

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.