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

Input file mfp keyword $SPECIFIC_HEAT_SOURCE

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

T2HC/Convection_2D/conv_2D_cart.mfp

 15:  $SPECIFIC_HEAT_SOURCE
 16-  500.0
   ...

T2HC/Convection_2D_axi/conv_2D_axi.mfp

 15:  $SPECIFIC_HEAT_SOURCE
 16-  500.0
   ...

TES/Convection_2D/conv_2D_cart.mfp

 15:  $SPECIFIC_HEAT_SOURCE
 16-  500.0
   ...

TES/Convection_2D_axi/conv_2D_axi.mfp

 15:  $SPECIFIC_HEAT_SOURCE
 16-  500.0
   ...

Source code reading this keyword from Input files

FEM/rf_mfp_new.cpp line 680

 680: 			in.clear();
 681: 			continue;
 682: 		}
 683: 	  if(line_string.find("$SPECIFIC_HEAT_SOURCE")!=string::npos){
 684: 		  in.str(GetLineFromFile1(mfp_file));
 685: 		  in >> specific_heat_source;
 686: 		  in.clear();

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

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.