wiki:public/doc-auto/by_ext/msp/S_reactive_system
Last modified 3 years ago Last modified on 01/21/16 13:49:13

Input file msp keyword $REACTIVE_SYSTEM

Description

TODO: Add description.

Parameters

TODO: Add parameters.

Documentation from doxygen

None.

Used in benchmarks

T2HC/Convection_2D/conv_2D_cart.msp

 11:  $REACTIVE_SYSTEM
 12-  INERT
   ...

T2HC/Convection_2D_axi/conv_2D_axi.msp

 11:  $REACTIVE_SYSTEM
 12-  INERT
   ...

T2HC/friction/Friction_test.msp

 11:  $REACTIVE_SYSTEM
 12-  INERT
   ...

T2HC/heat_of_reaction/reaction_heat.msp

  8:  $REACTIVE_SYSTEM
  9-  SINUSOIDAL
   ...

T2HC/heat_transfer/heat_transfer.msp

  8:  $REACTIVE_SYSTEM
  9-  INERT
   ...

TES/Convection_2D/conv_2D_cart.msp

 11:  $REACTIVE_SYSTEM
 12-  INERT
   ...

TES/Convection_2D_axi/conv_2D_axi.msp

 11:  $REACTIVE_SYSTEM
 12-  INERT
   ...

TES/friction/Friction_test.msp

 11:  $REACTIVE_SYSTEM
 12-  INERT
   ...

TES/heat_of_reaction/reaction_heat.msp

  8:  $REACTIVE_SYSTEM
  9-  SINUSOIDAL
   ...

Source code reading this keyword from Input files

FEM/rf_msp_new.cpp line 796

 796: 			}
 797: 		}
 798: 		 //Solid reaction system
 799: 		 if(line_string.find("$REACTIVE_SYSTEM")!=string::npos)
 800:          {
 801: 	         in_sd.str(GetLineFromFile1(msp_file));
 802: 			 in_sd >> reaction_system;

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

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.